@operato/data-grist 0.2.45 → 0.2.49
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/CHANGELOG.md +47 -0
- package/custom-elements.json +852 -852
- package/dist/src/data-grid/data-grid-header.d.ts +1 -2
- package/dist/src/data-grid/data-grid-header.js +3 -4
- package/dist/src/data-grid/data-grid-header.js.map +1 -1
- package/dist/src/data-list/record-partial.d.ts +1 -1
- package/dist/src/data-list/record-partial.js +2 -3
- package/dist/src/data-list/record-partial.js.map +1 -1
- package/dist/src/filters/filter-select.d.ts +1 -0
- package/dist/src/filters/filter-select.js +1 -0
- package/dist/src/filters/filter-select.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/src/data-grid/data-grid-header.ts +5 -7
- package/src/data-list/record-partial.ts +3 -4
- package/src/filters/filter-select.ts +2 -1
- package/dist/src/filters/list-select.d.ts +0 -3
- package/dist/src/filters/list-select.js +0 -12
- package/dist/src/filters/list-select.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -1099,906 +1099,463 @@
|
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
1101
|
"kind": "javascript-module",
|
|
1102
|
-
"path": "src/
|
|
1102
|
+
"path": "src/data-card/data-card-field.ts",
|
|
1103
1103
|
"declarations": [
|
|
1104
1104
|
{
|
|
1105
|
-
"kind": "
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1108
|
-
|
|
1109
|
-
|
|
1105
|
+
"kind": "class",
|
|
1106
|
+
"description": "",
|
|
1107
|
+
"name": "DataCardField",
|
|
1108
|
+
"members": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "field",
|
|
1111
|
+
"name": "align",
|
|
1112
|
+
"type": {
|
|
1113
|
+
"text": "string | undefined"
|
|
1114
|
+
},
|
|
1115
|
+
"attribute": "align"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "field",
|
|
1119
|
+
"name": "record",
|
|
1120
|
+
"type": {
|
|
1121
|
+
"text": "GristRecord"
|
|
1122
|
+
},
|
|
1123
|
+
"default": "ZERO_RECORD",
|
|
1124
|
+
"attribute": "record"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "field",
|
|
1128
|
+
"name": "column",
|
|
1129
|
+
"type": {
|
|
1130
|
+
"text": "ColumnConfig"
|
|
1131
|
+
},
|
|
1132
|
+
"default": "ZERO_COLUMN",
|
|
1133
|
+
"attribute": "column"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "field",
|
|
1137
|
+
"name": "rowIndex",
|
|
1138
|
+
"type": {
|
|
1139
|
+
"text": "number"
|
|
1140
|
+
},
|
|
1141
|
+
"default": "-1",
|
|
1142
|
+
"attribute": "rowIndex"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "field",
|
|
1146
|
+
"name": "value",
|
|
1147
|
+
"type": {
|
|
1148
|
+
"text": "object | undefined"
|
|
1149
|
+
},
|
|
1150
|
+
"attribute": "value"
|
|
1110
1151
|
}
|
|
1111
|
-
|
|
1112
|
-
"
|
|
1152
|
+
],
|
|
1153
|
+
"attributes": [
|
|
1154
|
+
{
|
|
1155
|
+
"name": "align",
|
|
1156
|
+
"type": {
|
|
1157
|
+
"text": "string | undefined"
|
|
1158
|
+
},
|
|
1159
|
+
"fieldName": "align"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "record",
|
|
1163
|
+
"type": {
|
|
1164
|
+
"text": "GristRecord"
|
|
1165
|
+
},
|
|
1166
|
+
"default": "ZERO_RECORD",
|
|
1167
|
+
"resolveInitializer": {
|
|
1168
|
+
"module": "/src/configure/zero-config"
|
|
1169
|
+
},
|
|
1170
|
+
"fieldName": "record"
|
|
1171
|
+
},
|
|
1113
1172
|
{
|
|
1114
1173
|
"name": "column",
|
|
1115
1174
|
"type": {
|
|
1116
|
-
"text": "
|
|
1117
|
-
}
|
|
1175
|
+
"text": "ColumnConfig"
|
|
1176
|
+
},
|
|
1177
|
+
"default": "ZERO_COLUMN",
|
|
1178
|
+
"resolveInitializer": {
|
|
1179
|
+
"module": "/src/configure/zero-config"
|
|
1180
|
+
},
|
|
1181
|
+
"fieldName": "column"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "rowIndex",
|
|
1185
|
+
"type": {
|
|
1186
|
+
"text": "number"
|
|
1187
|
+
},
|
|
1188
|
+
"default": "-1",
|
|
1189
|
+
"fieldName": "rowIndex"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "value",
|
|
1193
|
+
"type": {
|
|
1194
|
+
"text": "object | undefined"
|
|
1195
|
+
},
|
|
1196
|
+
"fieldName": "value"
|
|
1118
1197
|
}
|
|
1119
|
-
]
|
|
1198
|
+
],
|
|
1199
|
+
"superclass": {
|
|
1200
|
+
"name": "LitElement",
|
|
1201
|
+
"package": "lit"
|
|
1202
|
+
},
|
|
1203
|
+
"tagName": "ox-card-field",
|
|
1204
|
+
"customElement": true
|
|
1120
1205
|
}
|
|
1121
1206
|
],
|
|
1122
1207
|
"exports": [
|
|
1123
1208
|
{
|
|
1124
1209
|
"kind": "js",
|
|
1125
|
-
"name": "
|
|
1210
|
+
"name": "DataCardField",
|
|
1126
1211
|
"declaration": {
|
|
1127
|
-
"name": "
|
|
1128
|
-
"module": "src/
|
|
1212
|
+
"name": "DataCardField",
|
|
1213
|
+
"module": "src/data-card/data-card-field.ts"
|
|
1129
1214
|
}
|
|
1130
|
-
}
|
|
1131
|
-
]
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"kind": "javascript-module",
|
|
1135
|
-
"path": "src/configure/config-builder.ts",
|
|
1136
|
-
"declarations": [
|
|
1137
|
-
{
|
|
1138
|
-
"kind": "function",
|
|
1139
|
-
"name": "buildConfig",
|
|
1140
|
-
"return": {
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "GristConfig"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
"parameters": [
|
|
1146
|
-
{
|
|
1147
|
-
"name": "config",
|
|
1148
|
-
"type": {
|
|
1149
|
-
"text": "any"
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
]
|
|
1153
|
-
}
|
|
1154
|
-
],
|
|
1155
|
-
"exports": [
|
|
1215
|
+
},
|
|
1156
1216
|
{
|
|
1157
|
-
"kind": "
|
|
1158
|
-
"name": "
|
|
1217
|
+
"kind": "custom-element-definition",
|
|
1218
|
+
"name": "ox-card-field",
|
|
1159
1219
|
"declaration": {
|
|
1160
|
-
"name": "
|
|
1161
|
-
"module": "src/
|
|
1220
|
+
"name": "DataCardField",
|
|
1221
|
+
"module": "src/data-card/data-card-field.ts"
|
|
1162
1222
|
}
|
|
1163
1223
|
}
|
|
1164
1224
|
]
|
|
1165
1225
|
},
|
|
1166
1226
|
{
|
|
1167
1227
|
"kind": "javascript-module",
|
|
1168
|
-
"path": "src/
|
|
1228
|
+
"path": "src/data-card/data-card-gutter-menu.ts",
|
|
1169
1229
|
"declarations": [
|
|
1170
1230
|
{
|
|
1171
|
-
"kind": "
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
|
|
1175
|
-
"text": "ImexConfig | undefined"
|
|
1176
|
-
}
|
|
1177
|
-
},
|
|
1178
|
-
"parameters": [
|
|
1231
|
+
"kind": "class",
|
|
1232
|
+
"description": "",
|
|
1233
|
+
"name": "DataCardGutterMenu",
|
|
1234
|
+
"members": [
|
|
1179
1235
|
{
|
|
1180
|
-
"
|
|
1236
|
+
"kind": "field",
|
|
1237
|
+
"name": "gutters",
|
|
1181
1238
|
"type": {
|
|
1182
|
-
"text": "
|
|
1239
|
+
"text": "ColumnConfig[]"
|
|
1240
|
+
},
|
|
1241
|
+
"attribute": "gutters"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "field",
|
|
1245
|
+
"name": "rowIndex",
|
|
1246
|
+
"type": {
|
|
1247
|
+
"text": "number"
|
|
1248
|
+
},
|
|
1249
|
+
"attribute": "rowIndex"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "field",
|
|
1253
|
+
"name": "record",
|
|
1254
|
+
"type": {
|
|
1255
|
+
"text": "GristRecord"
|
|
1256
|
+
},
|
|
1257
|
+
"attribute": "record"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "field",
|
|
1261
|
+
"name": "icon",
|
|
1262
|
+
"type": {
|
|
1263
|
+
"text": "Element"
|
|
1183
1264
|
}
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "method",
|
|
1268
|
+
"name": "menuRender"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "method",
|
|
1272
|
+
"name": "open"
|
|
1184
1273
|
}
|
|
1185
|
-
]
|
|
1274
|
+
],
|
|
1275
|
+
"attributes": [
|
|
1276
|
+
{
|
|
1277
|
+
"name": "gutters",
|
|
1278
|
+
"type": {
|
|
1279
|
+
"text": "ColumnConfig[]"
|
|
1280
|
+
},
|
|
1281
|
+
"fieldName": "gutters"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "rowIndex",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "number"
|
|
1287
|
+
},
|
|
1288
|
+
"fieldName": "rowIndex"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "record",
|
|
1292
|
+
"type": {
|
|
1293
|
+
"text": "GristRecord"
|
|
1294
|
+
},
|
|
1295
|
+
"fieldName": "record"
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"superclass": {
|
|
1299
|
+
"name": "LitElement",
|
|
1300
|
+
"package": "lit"
|
|
1301
|
+
},
|
|
1302
|
+
"tagName": "ox-card-gutter-menu",
|
|
1303
|
+
"customElement": true
|
|
1186
1304
|
}
|
|
1187
1305
|
],
|
|
1188
1306
|
"exports": [
|
|
1189
1307
|
{
|
|
1190
|
-
"kind": "
|
|
1191
|
-
"name": "
|
|
1308
|
+
"kind": "custom-element-definition",
|
|
1309
|
+
"name": "ox-card-gutter-menu",
|
|
1192
1310
|
"declaration": {
|
|
1193
|
-
"name": "
|
|
1194
|
-
"module": "src/
|
|
1311
|
+
"name": "DataCardGutterMenu",
|
|
1312
|
+
"module": "src/data-card/data-card-gutter-menu.ts"
|
|
1195
1313
|
}
|
|
1196
1314
|
}
|
|
1197
1315
|
]
|
|
1198
1316
|
},
|
|
1199
1317
|
{
|
|
1200
1318
|
"kind": "javascript-module",
|
|
1201
|
-
"path": "src/
|
|
1319
|
+
"path": "src/data-card/data-card-gutter.ts",
|
|
1202
1320
|
"declarations": [
|
|
1203
1321
|
{
|
|
1204
|
-
"kind": "
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
|
|
1208
|
-
"text": "ListConfig"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"parameters": [
|
|
1322
|
+
"kind": "class",
|
|
1323
|
+
"description": "",
|
|
1324
|
+
"name": "DataCardGutter",
|
|
1325
|
+
"members": [
|
|
1212
1326
|
{
|
|
1213
|
-
"
|
|
1327
|
+
"kind": "field",
|
|
1328
|
+
"name": "align",
|
|
1214
1329
|
"type": {
|
|
1215
|
-
"text": "
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1330
|
+
"text": "string | undefined"
|
|
1331
|
+
},
|
|
1332
|
+
"attribute": "align"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "field",
|
|
1336
|
+
"name": "record",
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "GristRecord"
|
|
1339
|
+
},
|
|
1340
|
+
"default": "ZERO_RECORD",
|
|
1341
|
+
"attribute": "record"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "field",
|
|
1345
|
+
"name": "column",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "ColumnConfig"
|
|
1348
|
+
},
|
|
1349
|
+
"default": "ZERO_COLUMN",
|
|
1350
|
+
"attribute": "column"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "field",
|
|
1354
|
+
"name": "rowIndex",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"text": "number"
|
|
1357
|
+
},
|
|
1358
|
+
"default": "-1",
|
|
1359
|
+
"attribute": "rowIndex"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"kind": "field",
|
|
1363
|
+
"name": "value",
|
|
1364
|
+
"type": {
|
|
1365
|
+
"text": "object | undefined"
|
|
1366
|
+
},
|
|
1367
|
+
"attribute": "value"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "field",
|
|
1371
|
+
"name": "isEditing"
|
|
1242
1372
|
}
|
|
1243
|
-
|
|
1244
|
-
"
|
|
1373
|
+
],
|
|
1374
|
+
"attributes": [
|
|
1245
1375
|
{
|
|
1246
|
-
"name": "
|
|
1376
|
+
"name": "align",
|
|
1247
1377
|
"type": {
|
|
1248
|
-
"text": "
|
|
1249
|
-
}
|
|
1378
|
+
"text": "string | undefined"
|
|
1379
|
+
},
|
|
1380
|
+
"fieldName": "align"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "record",
|
|
1384
|
+
"type": {
|
|
1385
|
+
"text": "GristRecord"
|
|
1386
|
+
},
|
|
1387
|
+
"default": "ZERO_RECORD",
|
|
1388
|
+
"resolveInitializer": {
|
|
1389
|
+
"module": "/src/configure/zero-config"
|
|
1390
|
+
},
|
|
1391
|
+
"fieldName": "record"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "column",
|
|
1395
|
+
"type": {
|
|
1396
|
+
"text": "ColumnConfig"
|
|
1397
|
+
},
|
|
1398
|
+
"default": "ZERO_COLUMN",
|
|
1399
|
+
"resolveInitializer": {
|
|
1400
|
+
"module": "/src/configure/zero-config"
|
|
1401
|
+
},
|
|
1402
|
+
"fieldName": "column"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "rowIndex",
|
|
1406
|
+
"type": {
|
|
1407
|
+
"text": "number"
|
|
1408
|
+
},
|
|
1409
|
+
"default": "-1",
|
|
1410
|
+
"fieldName": "rowIndex"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "value",
|
|
1414
|
+
"type": {
|
|
1415
|
+
"text": "object | undefined"
|
|
1416
|
+
},
|
|
1417
|
+
"fieldName": "value"
|
|
1250
1418
|
}
|
|
1251
|
-
]
|
|
1419
|
+
],
|
|
1420
|
+
"superclass": {
|
|
1421
|
+
"name": "LitElement",
|
|
1422
|
+
"package": "lit"
|
|
1423
|
+
},
|
|
1424
|
+
"tagName": "ox-card-gutter",
|
|
1425
|
+
"customElement": true
|
|
1252
1426
|
}
|
|
1253
1427
|
],
|
|
1254
1428
|
"exports": [
|
|
1255
1429
|
{
|
|
1256
1430
|
"kind": "js",
|
|
1257
|
-
"name": "
|
|
1431
|
+
"name": "DataCardGutter",
|
|
1258
1432
|
"declaration": {
|
|
1259
|
-
"name": "
|
|
1260
|
-
"module": "src/
|
|
1433
|
+
"name": "DataCardGutter",
|
|
1434
|
+
"module": "src/data-card/data-card-gutter.ts"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "custom-element-definition",
|
|
1439
|
+
"name": "ox-card-gutter",
|
|
1440
|
+
"declaration": {
|
|
1441
|
+
"name": "DataCardGutter",
|
|
1442
|
+
"module": "src/data-card/data-card-gutter.ts"
|
|
1261
1443
|
}
|
|
1262
1444
|
}
|
|
1263
1445
|
]
|
|
1264
1446
|
},
|
|
1265
1447
|
{
|
|
1266
1448
|
"kind": "javascript-module",
|
|
1267
|
-
"path": "src/
|
|
1449
|
+
"path": "src/data-card/data-card.ts",
|
|
1268
1450
|
"declarations": [
|
|
1269
1451
|
{
|
|
1270
|
-
"kind": "
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1452
|
+
"kind": "class",
|
|
1453
|
+
"description": "",
|
|
1454
|
+
"name": "DataCard",
|
|
1455
|
+
"members": [
|
|
1273
1456
|
{
|
|
1274
|
-
"
|
|
1457
|
+
"kind": "field",
|
|
1458
|
+
"name": "config",
|
|
1459
|
+
"type": {
|
|
1460
|
+
"text": "GristConfig"
|
|
1461
|
+
},
|
|
1462
|
+
"default": "ZERO_CONFIG",
|
|
1463
|
+
"attribute": "config"
|
|
1275
1464
|
},
|
|
1276
1465
|
{
|
|
1277
|
-
"
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1466
|
+
"kind": "field",
|
|
1467
|
+
"name": "data",
|
|
1468
|
+
"type": {
|
|
1469
|
+
"text": "GristData"
|
|
1470
|
+
},
|
|
1471
|
+
"default": "ZERO_DATA",
|
|
1472
|
+
"attribute": "data"
|
|
1473
|
+
},
|
|
1285
1474
|
{
|
|
1286
|
-
"
|
|
1475
|
+
"kind": "field",
|
|
1476
|
+
"name": "isTop",
|
|
1477
|
+
"type": {
|
|
1478
|
+
"text": "boolean"
|
|
1479
|
+
},
|
|
1480
|
+
"default": "false",
|
|
1481
|
+
"attribute": "isTop"
|
|
1287
1482
|
},
|
|
1288
1483
|
{
|
|
1289
|
-
"
|
|
1484
|
+
"kind": "field",
|
|
1485
|
+
"name": "_records",
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "GristRecord[]"
|
|
1488
|
+
},
|
|
1489
|
+
"privacy": "private",
|
|
1490
|
+
"default": "[]",
|
|
1491
|
+
"attribute": "_records"
|
|
1290
1492
|
},
|
|
1291
1493
|
{
|
|
1292
|
-
"
|
|
1494
|
+
"kind": "field",
|
|
1495
|
+
"name": "_total",
|
|
1496
|
+
"type": {
|
|
1497
|
+
"text": "number"
|
|
1498
|
+
},
|
|
1499
|
+
"privacy": "private",
|
|
1500
|
+
"default": "0"
|
|
1293
1501
|
},
|
|
1294
1502
|
{
|
|
1295
|
-
"
|
|
1503
|
+
"kind": "field",
|
|
1504
|
+
"name": "_limit",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "number"
|
|
1507
|
+
},
|
|
1508
|
+
"privacy": "private",
|
|
1509
|
+
"default": "20"
|
|
1296
1510
|
},
|
|
1297
1511
|
{
|
|
1298
|
-
"
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
"default": "false"
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "variable",
|
|
1349
|
-
"name": "ZERO_COLUMN",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "ColumnConfig"
|
|
1352
|
-
},
|
|
1353
|
-
"default": "{\n type: '',\n name: '',\n header: {\n renderer: column => {}\n },\n record: {\n renderer: ZERO_FIELD_RENDERER,\n classifier: ZERO_CLASSIFIER,\n options: {}\n },\n handlers: ZERO_EVENTHANDLERSET,\n label: ZERO_LABEL\n}"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"kind": "variable",
|
|
1357
|
-
"name": "ZERO_ROWS",
|
|
1358
|
-
"type": {
|
|
1359
|
-
"text": "RowsConfig"
|
|
1360
|
-
},
|
|
1361
|
-
"default": "{\n appendable: false,\n insertable: false,\n groups: ZERO_GROUPS,\n totals: ZERO_TOTALS,\n classifier: ZERO_CLASSIFIER,\n handlers: ZERO_EVENTHANDLERSET\n}"
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "variable",
|
|
1365
|
-
"name": "ZERO_LIST",
|
|
1366
|
-
"type": {
|
|
1367
|
-
"text": "ListConfig"
|
|
1368
|
-
},
|
|
1369
|
-
"default": "{\n thumbnail: ZERO_THUMBNAIL_TEMPLATE,\n fields: ['name', 'description', 'updatedAt'],\n details: []\n}"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"kind": "variable",
|
|
1373
|
-
"name": "ZERO_CONFIG",
|
|
1374
|
-
"type": {
|
|
1375
|
-
"text": "GristConfig"
|
|
1376
|
-
},
|
|
1377
|
-
"default": "{\n columns: ZERO_COLUMNS,\n rows: ZERO_ROWS,\n list: ZERO_LIST\n}"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"kind": "variable",
|
|
1381
|
-
"name": "ZERO_RECORD",
|
|
1382
|
-
"type": {
|
|
1383
|
-
"text": "GristRecord"
|
|
1384
|
-
},
|
|
1385
|
-
"default": "{}"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"kind": "variable",
|
|
1389
|
-
"name": "ZERO_RECORDS",
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "GristRecord[]"
|
|
1392
|
-
},
|
|
1393
|
-
"default": "[]"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "variable",
|
|
1397
|
-
"name": "ZERO_DATA",
|
|
1398
|
-
"type": {
|
|
1399
|
-
"text": "GristData"
|
|
1400
|
-
},
|
|
1401
|
-
"default": "{\n records: ZERO_RECORDS\n}"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"kind": "variable",
|
|
1405
|
-
"name": "ZERO_PAGINATION",
|
|
1406
|
-
"type": {
|
|
1407
|
-
"text": "object"
|
|
1408
|
-
},
|
|
1409
|
-
"default": "{\n page: 1,\n limit: 20,\n total: 0\n}"
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"exports": [
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "js",
|
|
1415
|
-
"name": "ZERO_CLASSIFIER",
|
|
1416
|
-
"declaration": {
|
|
1417
|
-
"name": "ZERO_CLASSIFIER",
|
|
1418
|
-
"module": "src/configure/zero-config.ts"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "js",
|
|
1423
|
-
"name": "ZERO_FIELD_RENDERER",
|
|
1424
|
-
"declaration": {
|
|
1425
|
-
"name": "ZERO_FIELD_RENDERER",
|
|
1426
|
-
"module": "src/configure/zero-config.ts"
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"kind": "js",
|
|
1431
|
-
"name": "ZERO_THUMBNAIL_TEMPLATE",
|
|
1432
|
-
"declaration": {
|
|
1433
|
-
"name": "ZERO_THUMBNAIL_TEMPLATE",
|
|
1434
|
-
"module": "src/configure/zero-config.ts"
|
|
1435
|
-
}
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"kind": "js",
|
|
1439
|
-
"name": "ZERO_EVENTHANDLERSET",
|
|
1440
|
-
"declaration": {
|
|
1441
|
-
"name": "ZERO_EVENTHANDLERSET",
|
|
1442
|
-
"module": "src/configure/zero-config.ts"
|
|
1443
|
-
}
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"kind": "js",
|
|
1447
|
-
"name": "ZERO_COLUMNS",
|
|
1448
|
-
"declaration": {
|
|
1449
|
-
"name": "ZERO_COLUMNS",
|
|
1450
|
-
"module": "src/configure/zero-config.ts"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "js",
|
|
1455
|
-
"name": "ZERO_GROUPS",
|
|
1456
|
-
"declaration": {
|
|
1457
|
-
"name": "ZERO_GROUPS",
|
|
1458
|
-
"module": "src/configure/zero-config.ts"
|
|
1459
|
-
}
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "js",
|
|
1463
|
-
"name": "ZERO_TOTALS",
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "ZERO_TOTALS",
|
|
1466
|
-
"module": "src/configure/zero-config.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "js",
|
|
1471
|
-
"name": "ZERO_LABEL",
|
|
1472
|
-
"declaration": {
|
|
1473
|
-
"name": "ZERO_LABEL",
|
|
1474
|
-
"module": "src/configure/zero-config.ts"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"kind": "js",
|
|
1479
|
-
"name": "ZERO_COLUMN",
|
|
1480
|
-
"declaration": {
|
|
1481
|
-
"name": "ZERO_COLUMN",
|
|
1482
|
-
"module": "src/configure/zero-config.ts"
|
|
1483
|
-
}
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "js",
|
|
1487
|
-
"name": "ZERO_ROWS",
|
|
1488
|
-
"declaration": {
|
|
1489
|
-
"name": "ZERO_ROWS",
|
|
1490
|
-
"module": "src/configure/zero-config.ts"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"kind": "js",
|
|
1495
|
-
"name": "ZERO_LIST",
|
|
1496
|
-
"declaration": {
|
|
1497
|
-
"name": "ZERO_LIST",
|
|
1498
|
-
"module": "src/configure/zero-config.ts"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"kind": "js",
|
|
1503
|
-
"name": "ZERO_CONFIG",
|
|
1504
|
-
"declaration": {
|
|
1505
|
-
"name": "ZERO_CONFIG",
|
|
1506
|
-
"module": "src/configure/zero-config.ts"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "js",
|
|
1511
|
-
"name": "ZERO_RECORD",
|
|
1512
|
-
"declaration": {
|
|
1513
|
-
"name": "ZERO_RECORD",
|
|
1514
|
-
"module": "src/configure/zero-config.ts"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "js",
|
|
1519
|
-
"name": "ZERO_RECORDS",
|
|
1520
|
-
"declaration": {
|
|
1521
|
-
"name": "ZERO_RECORDS",
|
|
1522
|
-
"module": "src/configure/zero-config.ts"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "js",
|
|
1527
|
-
"name": "ZERO_DATA",
|
|
1528
|
-
"declaration": {
|
|
1529
|
-
"name": "ZERO_DATA",
|
|
1530
|
-
"module": "src/configure/zero-config.ts"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "js",
|
|
1535
|
-
"name": "ZERO_PAGINATION",
|
|
1536
|
-
"declaration": {
|
|
1537
|
-
"name": "ZERO_PAGINATION",
|
|
1538
|
-
"module": "src/configure/zero-config.ts"
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
]
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"kind": "javascript-module",
|
|
1545
|
-
"path": "src/data-card/data-card-field.ts",
|
|
1546
|
-
"declarations": [
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "class",
|
|
1549
|
-
"description": "",
|
|
1550
|
-
"name": "DataCardField",
|
|
1551
|
-
"members": [
|
|
1552
|
-
{
|
|
1553
|
-
"kind": "field",
|
|
1554
|
-
"name": "align",
|
|
1555
|
-
"type": {
|
|
1556
|
-
"text": "string | undefined"
|
|
1557
|
-
},
|
|
1558
|
-
"attribute": "align"
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"kind": "field",
|
|
1562
|
-
"name": "record",
|
|
1563
|
-
"type": {
|
|
1564
|
-
"text": "GristRecord"
|
|
1565
|
-
},
|
|
1566
|
-
"default": "ZERO_RECORD",
|
|
1567
|
-
"attribute": "record"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "field",
|
|
1571
|
-
"name": "column",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "ColumnConfig"
|
|
1574
|
-
},
|
|
1575
|
-
"default": "ZERO_COLUMN",
|
|
1576
|
-
"attribute": "column"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"kind": "field",
|
|
1580
|
-
"name": "rowIndex",
|
|
1581
|
-
"type": {
|
|
1582
|
-
"text": "number"
|
|
1583
|
-
},
|
|
1584
|
-
"default": "-1",
|
|
1585
|
-
"attribute": "rowIndex"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "field",
|
|
1589
|
-
"name": "value",
|
|
1590
|
-
"type": {
|
|
1591
|
-
"text": "object | undefined"
|
|
1592
|
-
},
|
|
1593
|
-
"attribute": "value"
|
|
1594
|
-
}
|
|
1595
|
-
],
|
|
1596
|
-
"attributes": [
|
|
1597
|
-
{
|
|
1598
|
-
"name": "align",
|
|
1599
|
-
"type": {
|
|
1600
|
-
"text": "string | undefined"
|
|
1601
|
-
},
|
|
1602
|
-
"fieldName": "align"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"name": "record",
|
|
1606
|
-
"type": {
|
|
1607
|
-
"text": "GristRecord"
|
|
1608
|
-
},
|
|
1609
|
-
"default": "ZERO_RECORD",
|
|
1610
|
-
"resolveInitializer": {
|
|
1611
|
-
"module": "/src/configure/zero-config"
|
|
1612
|
-
},
|
|
1613
|
-
"fieldName": "record"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"name": "column",
|
|
1617
|
-
"type": {
|
|
1618
|
-
"text": "ColumnConfig"
|
|
1619
|
-
},
|
|
1620
|
-
"default": "ZERO_COLUMN",
|
|
1621
|
-
"resolveInitializer": {
|
|
1622
|
-
"module": "/src/configure/zero-config"
|
|
1623
|
-
},
|
|
1624
|
-
"fieldName": "column"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"name": "rowIndex",
|
|
1628
|
-
"type": {
|
|
1629
|
-
"text": "number"
|
|
1630
|
-
},
|
|
1631
|
-
"default": "-1",
|
|
1632
|
-
"fieldName": "rowIndex"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"name": "value",
|
|
1636
|
-
"type": {
|
|
1637
|
-
"text": "object | undefined"
|
|
1638
|
-
},
|
|
1639
|
-
"fieldName": "value"
|
|
1640
|
-
}
|
|
1641
|
-
],
|
|
1642
|
-
"superclass": {
|
|
1643
|
-
"name": "LitElement",
|
|
1644
|
-
"package": "lit"
|
|
1645
|
-
},
|
|
1646
|
-
"tagName": "ox-card-field",
|
|
1647
|
-
"customElement": true
|
|
1648
|
-
}
|
|
1649
|
-
],
|
|
1650
|
-
"exports": [
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "js",
|
|
1653
|
-
"name": "DataCardField",
|
|
1654
|
-
"declaration": {
|
|
1655
|
-
"name": "DataCardField",
|
|
1656
|
-
"module": "src/data-card/data-card-field.ts"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "custom-element-definition",
|
|
1661
|
-
"name": "ox-card-field",
|
|
1662
|
-
"declaration": {
|
|
1663
|
-
"name": "DataCardField",
|
|
1664
|
-
"module": "src/data-card/data-card-field.ts"
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
]
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"kind": "javascript-module",
|
|
1671
|
-
"path": "src/data-card/data-card-gutter-menu.ts",
|
|
1672
|
-
"declarations": [
|
|
1673
|
-
{
|
|
1674
|
-
"kind": "class",
|
|
1675
|
-
"description": "",
|
|
1676
|
-
"name": "DataCardGutterMenu",
|
|
1677
|
-
"members": [
|
|
1678
|
-
{
|
|
1679
|
-
"kind": "field",
|
|
1680
|
-
"name": "gutters",
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "ColumnConfig[]"
|
|
1683
|
-
},
|
|
1684
|
-
"attribute": "gutters"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"kind": "field",
|
|
1688
|
-
"name": "rowIndex",
|
|
1689
|
-
"type": {
|
|
1690
|
-
"text": "number"
|
|
1691
|
-
},
|
|
1692
|
-
"attribute": "rowIndex"
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "field",
|
|
1696
|
-
"name": "record",
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "GristRecord"
|
|
1699
|
-
},
|
|
1700
|
-
"attribute": "record"
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "field",
|
|
1704
|
-
"name": "icon",
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "Element"
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"kind": "method",
|
|
1711
|
-
"name": "menuRender"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"kind": "method",
|
|
1715
|
-
"name": "open"
|
|
1716
|
-
}
|
|
1717
|
-
],
|
|
1718
|
-
"attributes": [
|
|
1719
|
-
{
|
|
1720
|
-
"name": "gutters",
|
|
1721
|
-
"type": {
|
|
1722
|
-
"text": "ColumnConfig[]"
|
|
1723
|
-
},
|
|
1724
|
-
"fieldName": "gutters"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "rowIndex",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "number"
|
|
1730
|
-
},
|
|
1731
|
-
"fieldName": "rowIndex"
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"name": "record",
|
|
1735
|
-
"type": {
|
|
1736
|
-
"text": "GristRecord"
|
|
1737
|
-
},
|
|
1738
|
-
"fieldName": "record"
|
|
1739
|
-
}
|
|
1740
|
-
],
|
|
1741
|
-
"superclass": {
|
|
1742
|
-
"name": "LitElement",
|
|
1743
|
-
"package": "lit"
|
|
1744
|
-
},
|
|
1745
|
-
"tagName": "ox-card-gutter-menu",
|
|
1746
|
-
"customElement": true
|
|
1747
|
-
}
|
|
1748
|
-
],
|
|
1749
|
-
"exports": [
|
|
1750
|
-
{
|
|
1751
|
-
"kind": "custom-element-definition",
|
|
1752
|
-
"name": "ox-card-gutter-menu",
|
|
1753
|
-
"declaration": {
|
|
1754
|
-
"name": "DataCardGutterMenu",
|
|
1755
|
-
"module": "src/data-card/data-card-gutter-menu.ts"
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
]
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "javascript-module",
|
|
1762
|
-
"path": "src/data-card/data-card-gutter.ts",
|
|
1763
|
-
"declarations": [
|
|
1764
|
-
{
|
|
1765
|
-
"kind": "class",
|
|
1766
|
-
"description": "",
|
|
1767
|
-
"name": "DataCardGutter",
|
|
1768
|
-
"members": [
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "field",
|
|
1771
|
-
"name": "align",
|
|
1772
|
-
"type": {
|
|
1773
|
-
"text": "string | undefined"
|
|
1774
|
-
},
|
|
1775
|
-
"attribute": "align"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "field",
|
|
1779
|
-
"name": "record",
|
|
1780
|
-
"type": {
|
|
1781
|
-
"text": "GristRecord"
|
|
1782
|
-
},
|
|
1783
|
-
"default": "ZERO_RECORD",
|
|
1784
|
-
"attribute": "record"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"kind": "field",
|
|
1788
|
-
"name": "column",
|
|
1789
|
-
"type": {
|
|
1790
|
-
"text": "ColumnConfig"
|
|
1791
|
-
},
|
|
1792
|
-
"default": "ZERO_COLUMN",
|
|
1793
|
-
"attribute": "column"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"kind": "field",
|
|
1797
|
-
"name": "rowIndex",
|
|
1798
|
-
"type": {
|
|
1799
|
-
"text": "number"
|
|
1800
|
-
},
|
|
1801
|
-
"default": "-1",
|
|
1802
|
-
"attribute": "rowIndex"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"kind": "field",
|
|
1806
|
-
"name": "value",
|
|
1807
|
-
"type": {
|
|
1808
|
-
"text": "object | undefined"
|
|
1809
|
-
},
|
|
1810
|
-
"attribute": "value"
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"kind": "field",
|
|
1814
|
-
"name": "isEditing"
|
|
1815
|
-
}
|
|
1816
|
-
],
|
|
1817
|
-
"attributes": [
|
|
1818
|
-
{
|
|
1819
|
-
"name": "align",
|
|
1820
|
-
"type": {
|
|
1821
|
-
"text": "string | undefined"
|
|
1822
|
-
},
|
|
1823
|
-
"fieldName": "align"
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"name": "record",
|
|
1827
|
-
"type": {
|
|
1828
|
-
"text": "GristRecord"
|
|
1829
|
-
},
|
|
1830
|
-
"default": "ZERO_RECORD",
|
|
1831
|
-
"resolveInitializer": {
|
|
1832
|
-
"module": "/src/configure/zero-config"
|
|
1833
|
-
},
|
|
1834
|
-
"fieldName": "record"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "column",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "ColumnConfig"
|
|
1840
|
-
},
|
|
1841
|
-
"default": "ZERO_COLUMN",
|
|
1842
|
-
"resolveInitializer": {
|
|
1843
|
-
"module": "/src/configure/zero-config"
|
|
1844
|
-
},
|
|
1845
|
-
"fieldName": "column"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "rowIndex",
|
|
1849
|
-
"type": {
|
|
1850
|
-
"text": "number"
|
|
1851
|
-
},
|
|
1852
|
-
"default": "-1",
|
|
1853
|
-
"fieldName": "rowIndex"
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "value",
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "object | undefined"
|
|
1859
|
-
},
|
|
1860
|
-
"fieldName": "value"
|
|
1861
|
-
}
|
|
1862
|
-
],
|
|
1863
|
-
"superclass": {
|
|
1864
|
-
"name": "LitElement",
|
|
1865
|
-
"package": "lit"
|
|
1866
|
-
},
|
|
1867
|
-
"tagName": "ox-card-gutter",
|
|
1868
|
-
"customElement": true
|
|
1869
|
-
}
|
|
1870
|
-
],
|
|
1871
|
-
"exports": [
|
|
1872
|
-
{
|
|
1873
|
-
"kind": "js",
|
|
1874
|
-
"name": "DataCardGutter",
|
|
1875
|
-
"declaration": {
|
|
1876
|
-
"name": "DataCardGutter",
|
|
1877
|
-
"module": "src/data-card/data-card-gutter.ts"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"kind": "custom-element-definition",
|
|
1882
|
-
"name": "ox-card-gutter",
|
|
1883
|
-
"declaration": {
|
|
1884
|
-
"name": "DataCardGutter",
|
|
1885
|
-
"module": "src/data-card/data-card-gutter.ts"
|
|
1886
|
-
}
|
|
1887
|
-
}
|
|
1888
|
-
]
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "javascript-module",
|
|
1892
|
-
"path": "src/data-card/data-card.ts",
|
|
1893
|
-
"declarations": [
|
|
1894
|
-
{
|
|
1895
|
-
"kind": "class",
|
|
1896
|
-
"description": "",
|
|
1897
|
-
"name": "DataCard",
|
|
1898
|
-
"members": [
|
|
1899
|
-
{
|
|
1900
|
-
"kind": "field",
|
|
1901
|
-
"name": "config",
|
|
1902
|
-
"type": {
|
|
1903
|
-
"text": "GristConfig"
|
|
1904
|
-
},
|
|
1905
|
-
"default": "ZERO_CONFIG",
|
|
1906
|
-
"attribute": "config"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"kind": "field",
|
|
1910
|
-
"name": "data",
|
|
1911
|
-
"type": {
|
|
1912
|
-
"text": "GristData"
|
|
1913
|
-
},
|
|
1914
|
-
"default": "ZERO_DATA",
|
|
1915
|
-
"attribute": "data"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "field",
|
|
1919
|
-
"name": "isTop",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "boolean"
|
|
1922
|
-
},
|
|
1923
|
-
"default": "false",
|
|
1924
|
-
"attribute": "isTop"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"kind": "field",
|
|
1928
|
-
"name": "_records",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "GristRecord[]"
|
|
1931
|
-
},
|
|
1932
|
-
"privacy": "private",
|
|
1933
|
-
"default": "[]",
|
|
1934
|
-
"attribute": "_records"
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "field",
|
|
1938
|
-
"name": "_total",
|
|
1939
|
-
"type": {
|
|
1940
|
-
"text": "number"
|
|
1941
|
-
},
|
|
1942
|
-
"privacy": "private",
|
|
1943
|
-
"default": "0"
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "field",
|
|
1947
|
-
"name": "_limit",
|
|
1948
|
-
"type": {
|
|
1949
|
-
"text": "number"
|
|
1950
|
-
},
|
|
1951
|
-
"privacy": "private",
|
|
1952
|
-
"default": "20"
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"kind": "field",
|
|
1956
|
-
"name": "_page",
|
|
1957
|
-
"type": {
|
|
1958
|
-
"text": "number"
|
|
1959
|
-
},
|
|
1960
|
-
"privacy": "private",
|
|
1961
|
-
"default": "1"
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "method",
|
|
1965
|
-
"name": "onRecordChanged",
|
|
1966
|
-
"parameters": [
|
|
1967
|
-
{
|
|
1968
|
-
"name": "recordData",
|
|
1969
|
-
"type": {
|
|
1970
|
-
"text": "GristRecord"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"name": "row",
|
|
1975
|
-
"type": {
|
|
1976
|
-
"text": "number"
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "column",
|
|
1981
|
-
"type": {
|
|
1982
|
-
"text": "ColumnConfig | null"
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "method",
|
|
1989
|
-
"name": "gotoTop",
|
|
1990
|
-
"parameters": [
|
|
1991
|
-
{
|
|
1992
|
-
"name": "e",
|
|
1993
|
-
"type": {
|
|
1994
|
-
"text": "Event"
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
]
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "field",
|
|
2001
|
-
"name": "pullToRefreshTarget"
|
|
1512
|
+
"kind": "field",
|
|
1513
|
+
"name": "_page",
|
|
1514
|
+
"type": {
|
|
1515
|
+
"text": "number"
|
|
1516
|
+
},
|
|
1517
|
+
"privacy": "private",
|
|
1518
|
+
"default": "1"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"kind": "method",
|
|
1522
|
+
"name": "onRecordChanged",
|
|
1523
|
+
"parameters": [
|
|
1524
|
+
{
|
|
1525
|
+
"name": "recordData",
|
|
1526
|
+
"type": {
|
|
1527
|
+
"text": "GristRecord"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"name": "row",
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "number"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "column",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "ColumnConfig | null"
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"kind": "method",
|
|
1546
|
+
"name": "gotoTop",
|
|
1547
|
+
"parameters": [
|
|
1548
|
+
{
|
|
1549
|
+
"name": "e",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "Event"
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
]
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "field",
|
|
1558
|
+
"name": "pullToRefreshTarget"
|
|
2002
1559
|
}
|
|
2003
1560
|
],
|
|
2004
1561
|
"events": [
|
|
@@ -2214,45 +1771,488 @@
|
|
|
2214
1771
|
"fieldName": "record"
|
|
2215
1772
|
},
|
|
2216
1773
|
{
|
|
2217
|
-
"name": "rowIndex",
|
|
2218
|
-
"type": {
|
|
2219
|
-
"text": "number"
|
|
2220
|
-
},
|
|
2221
|
-
"default": "-1",
|
|
2222
|
-
"fieldName": "rowIndex"
|
|
1774
|
+
"name": "rowIndex",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "number"
|
|
1777
|
+
},
|
|
1778
|
+
"default": "-1",
|
|
1779
|
+
"fieldName": "rowIndex"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "selected-row",
|
|
1783
|
+
"type": {
|
|
1784
|
+
"text": "boolean"
|
|
1785
|
+
},
|
|
1786
|
+
"default": "false",
|
|
1787
|
+
"fieldName": "selectedRow"
|
|
1788
|
+
}
|
|
1789
|
+
],
|
|
1790
|
+
"superclass": {
|
|
1791
|
+
"name": "LitElement",
|
|
1792
|
+
"package": "lit"
|
|
1793
|
+
},
|
|
1794
|
+
"tagName": "ox-record-card",
|
|
1795
|
+
"customElement": true
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"exports": [
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "js",
|
|
1801
|
+
"name": "RecordCard",
|
|
1802
|
+
"declaration": {
|
|
1803
|
+
"name": "RecordCard",
|
|
1804
|
+
"module": "src/data-card/record-card.ts"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "custom-element-definition",
|
|
1809
|
+
"name": "ox-record-card",
|
|
1810
|
+
"declaration": {
|
|
1811
|
+
"name": "RecordCard",
|
|
1812
|
+
"module": "src/data-card/record-card.ts"
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
]
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "javascript-module",
|
|
1819
|
+
"path": "src/configure/column-builder.ts",
|
|
1820
|
+
"declarations": [
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "function",
|
|
1823
|
+
"name": "buildColumn",
|
|
1824
|
+
"return": {
|
|
1825
|
+
"type": {
|
|
1826
|
+
"text": "ColumnConfig"
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"parameters": [
|
|
1830
|
+
{
|
|
1831
|
+
"name": "column",
|
|
1832
|
+
"type": {
|
|
1833
|
+
"text": "any"
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1838
|
+
],
|
|
1839
|
+
"exports": [
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "buildColumn",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "buildColumn",
|
|
1845
|
+
"module": "src/configure/column-builder.ts"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "javascript-module",
|
|
1852
|
+
"path": "src/configure/config-builder.ts",
|
|
1853
|
+
"declarations": [
|
|
1854
|
+
{
|
|
1855
|
+
"kind": "function",
|
|
1856
|
+
"name": "buildConfig",
|
|
1857
|
+
"return": {
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "GristConfig"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"parameters": [
|
|
1863
|
+
{
|
|
1864
|
+
"name": "config",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "any"
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
]
|
|
1870
|
+
}
|
|
1871
|
+
],
|
|
1872
|
+
"exports": [
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "js",
|
|
1875
|
+
"name": "buildConfig",
|
|
1876
|
+
"declaration": {
|
|
1877
|
+
"name": "buildConfig",
|
|
1878
|
+
"module": "src/configure/config-builder.ts"
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
]
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "javascript-module",
|
|
1885
|
+
"path": "src/configure/imex-option-builder.ts",
|
|
1886
|
+
"declarations": [
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "function",
|
|
1889
|
+
"name": "buildImexOptions",
|
|
1890
|
+
"return": {
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "ImexConfig | undefined"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"parameters": [
|
|
1896
|
+
{
|
|
1897
|
+
"name": "imex",
|
|
1898
|
+
"type": {
|
|
1899
|
+
"text": "any"
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
]
|
|
1903
|
+
}
|
|
1904
|
+
],
|
|
1905
|
+
"exports": [
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "buildImexOptions",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "buildImexOptions",
|
|
1911
|
+
"module": "src/configure/imex-option-builder.ts"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "javascript-module",
|
|
1918
|
+
"path": "src/configure/list-option-builder.ts",
|
|
1919
|
+
"declarations": [
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "function",
|
|
1922
|
+
"name": "buildListOptions",
|
|
1923
|
+
"return": {
|
|
1924
|
+
"type": {
|
|
1925
|
+
"text": "ListConfig"
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
"parameters": [
|
|
1929
|
+
{
|
|
1930
|
+
"name": "list",
|
|
1931
|
+
"type": {
|
|
1932
|
+
"text": "ListConfig | undefined"
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
]
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"exports": [
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "js",
|
|
1941
|
+
"name": "buildListOptions",
|
|
1942
|
+
"declaration": {
|
|
1943
|
+
"name": "buildListOptions",
|
|
1944
|
+
"module": "src/configure/list-option-builder.ts"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
]
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "javascript-module",
|
|
1951
|
+
"path": "src/configure/rows-option-builder.ts",
|
|
1952
|
+
"declarations": [
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "function",
|
|
1955
|
+
"name": "buildRowsOptions",
|
|
1956
|
+
"return": {
|
|
1957
|
+
"type": {
|
|
1958
|
+
"text": "RowsConfig"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"parameters": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "rows",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "any"
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
]
|
|
1969
|
+
}
|
|
1970
|
+
],
|
|
1971
|
+
"exports": [
|
|
1972
|
+
{
|
|
1973
|
+
"kind": "js",
|
|
1974
|
+
"name": "buildRowsOptions",
|
|
1975
|
+
"declaration": {
|
|
1976
|
+
"name": "buildRowsOptions",
|
|
1977
|
+
"module": "src/configure/rows-option-builder.ts"
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "javascript-module",
|
|
1984
|
+
"path": "src/configure/zero-config.ts",
|
|
1985
|
+
"declarations": [
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "function",
|
|
1988
|
+
"name": "ZERO_CLASSIFIER",
|
|
1989
|
+
"parameters": [
|
|
1990
|
+
{
|
|
1991
|
+
"name": "record"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "rowIndex"
|
|
1995
|
+
}
|
|
1996
|
+
]
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"kind": "function",
|
|
2000
|
+
"name": "ZERO_FIELD_RENDERER",
|
|
2001
|
+
"parameters": [
|
|
2002
|
+
{
|
|
2003
|
+
"name": "value"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "column"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "record"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "rowIndex"
|
|
2223
2013
|
},
|
|
2224
2014
|
{
|
|
2225
|
-
"name": "
|
|
2226
|
-
"type": {
|
|
2227
|
-
"text": "boolean"
|
|
2228
|
-
},
|
|
2229
|
-
"default": "false",
|
|
2230
|
-
"fieldName": "selectedRow"
|
|
2015
|
+
"name": "owner"
|
|
2231
2016
|
}
|
|
2232
|
-
]
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2017
|
+
]
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"kind": "variable",
|
|
2021
|
+
"name": "ZERO_THUMBNAIL_TEMPLATE",
|
|
2022
|
+
"default": "function (record: GristRecord, rowIndex: number) {}"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "variable",
|
|
2026
|
+
"name": "ZERO_EVENTHANDLERSET",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "GristEventHandlerSet"
|
|
2236
2029
|
},
|
|
2237
|
-
"
|
|
2238
|
-
|
|
2030
|
+
"default": "{\n click: undefined,\n dblclick: undefined\n}"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "variable",
|
|
2034
|
+
"name": "ZERO_COLUMNS",
|
|
2035
|
+
"type": {
|
|
2036
|
+
"text": "ColumnConfig[]"
|
|
2037
|
+
},
|
|
2038
|
+
"default": "[]"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "variable",
|
|
2042
|
+
"name": "ZERO_GROUPS",
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "GroupConfig[]"
|
|
2045
|
+
},
|
|
2046
|
+
"default": "[]"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "variable",
|
|
2050
|
+
"name": "ZERO_TOTALS",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "[]"
|
|
2053
|
+
},
|
|
2054
|
+
"default": "[]"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "variable",
|
|
2058
|
+
"name": "ZERO_LABEL",
|
|
2059
|
+
"type": {
|
|
2060
|
+
"text": "LabelConfig"
|
|
2061
|
+
},
|
|
2062
|
+
"default": "false"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "variable",
|
|
2066
|
+
"name": "ZERO_COLUMN",
|
|
2067
|
+
"type": {
|
|
2068
|
+
"text": "ColumnConfig"
|
|
2069
|
+
},
|
|
2070
|
+
"default": "{\n type: '',\n name: '',\n header: {\n renderer: column => {}\n },\n record: {\n renderer: ZERO_FIELD_RENDERER,\n classifier: ZERO_CLASSIFIER,\n options: {}\n },\n handlers: ZERO_EVENTHANDLERSET,\n label: ZERO_LABEL\n}"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "variable",
|
|
2074
|
+
"name": "ZERO_ROWS",
|
|
2075
|
+
"type": {
|
|
2076
|
+
"text": "RowsConfig"
|
|
2077
|
+
},
|
|
2078
|
+
"default": "{\n appendable: false,\n insertable: false,\n groups: ZERO_GROUPS,\n totals: ZERO_TOTALS,\n classifier: ZERO_CLASSIFIER,\n handlers: ZERO_EVENTHANDLERSET\n}"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "variable",
|
|
2082
|
+
"name": "ZERO_LIST",
|
|
2083
|
+
"type": {
|
|
2084
|
+
"text": "ListConfig"
|
|
2085
|
+
},
|
|
2086
|
+
"default": "{\n thumbnail: ZERO_THUMBNAIL_TEMPLATE,\n fields: ['name', 'description', 'updatedAt'],\n details: []\n}"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"kind": "variable",
|
|
2090
|
+
"name": "ZERO_CONFIG",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "GristConfig"
|
|
2093
|
+
},
|
|
2094
|
+
"default": "{\n columns: ZERO_COLUMNS,\n rows: ZERO_ROWS,\n list: ZERO_LIST\n}"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"kind": "variable",
|
|
2098
|
+
"name": "ZERO_RECORD",
|
|
2099
|
+
"type": {
|
|
2100
|
+
"text": "GristRecord"
|
|
2101
|
+
},
|
|
2102
|
+
"default": "{}"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"kind": "variable",
|
|
2106
|
+
"name": "ZERO_RECORDS",
|
|
2107
|
+
"type": {
|
|
2108
|
+
"text": "GristRecord[]"
|
|
2109
|
+
},
|
|
2110
|
+
"default": "[]"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "variable",
|
|
2114
|
+
"name": "ZERO_DATA",
|
|
2115
|
+
"type": {
|
|
2116
|
+
"text": "GristData"
|
|
2117
|
+
},
|
|
2118
|
+
"default": "{\n records: ZERO_RECORDS\n}"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "variable",
|
|
2122
|
+
"name": "ZERO_PAGINATION",
|
|
2123
|
+
"type": {
|
|
2124
|
+
"text": "object"
|
|
2125
|
+
},
|
|
2126
|
+
"default": "{\n page: 1,\n limit: 20,\n total: 0\n}"
|
|
2239
2127
|
}
|
|
2240
2128
|
],
|
|
2241
2129
|
"exports": [
|
|
2242
2130
|
{
|
|
2243
2131
|
"kind": "js",
|
|
2244
|
-
"name": "
|
|
2132
|
+
"name": "ZERO_CLASSIFIER",
|
|
2245
2133
|
"declaration": {
|
|
2246
|
-
"name": "
|
|
2247
|
-
"module": "src/
|
|
2134
|
+
"name": "ZERO_CLASSIFIER",
|
|
2135
|
+
"module": "src/configure/zero-config.ts"
|
|
2248
2136
|
}
|
|
2249
2137
|
},
|
|
2250
2138
|
{
|
|
2251
|
-
"kind": "
|
|
2252
|
-
"name": "
|
|
2139
|
+
"kind": "js",
|
|
2140
|
+
"name": "ZERO_FIELD_RENDERER",
|
|
2253
2141
|
"declaration": {
|
|
2254
|
-
"name": "
|
|
2255
|
-
"module": "src/
|
|
2142
|
+
"name": "ZERO_FIELD_RENDERER",
|
|
2143
|
+
"module": "src/configure/zero-config.ts"
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "js",
|
|
2148
|
+
"name": "ZERO_THUMBNAIL_TEMPLATE",
|
|
2149
|
+
"declaration": {
|
|
2150
|
+
"name": "ZERO_THUMBNAIL_TEMPLATE",
|
|
2151
|
+
"module": "src/configure/zero-config.ts"
|
|
2152
|
+
}
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"kind": "js",
|
|
2156
|
+
"name": "ZERO_EVENTHANDLERSET",
|
|
2157
|
+
"declaration": {
|
|
2158
|
+
"name": "ZERO_EVENTHANDLERSET",
|
|
2159
|
+
"module": "src/configure/zero-config.ts"
|
|
2160
|
+
}
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "js",
|
|
2164
|
+
"name": "ZERO_COLUMNS",
|
|
2165
|
+
"declaration": {
|
|
2166
|
+
"name": "ZERO_COLUMNS",
|
|
2167
|
+
"module": "src/configure/zero-config.ts"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "js",
|
|
2172
|
+
"name": "ZERO_GROUPS",
|
|
2173
|
+
"declaration": {
|
|
2174
|
+
"name": "ZERO_GROUPS",
|
|
2175
|
+
"module": "src/configure/zero-config.ts"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "js",
|
|
2180
|
+
"name": "ZERO_TOTALS",
|
|
2181
|
+
"declaration": {
|
|
2182
|
+
"name": "ZERO_TOTALS",
|
|
2183
|
+
"module": "src/configure/zero-config.ts"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "js",
|
|
2188
|
+
"name": "ZERO_LABEL",
|
|
2189
|
+
"declaration": {
|
|
2190
|
+
"name": "ZERO_LABEL",
|
|
2191
|
+
"module": "src/configure/zero-config.ts"
|
|
2192
|
+
}
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"kind": "js",
|
|
2196
|
+
"name": "ZERO_COLUMN",
|
|
2197
|
+
"declaration": {
|
|
2198
|
+
"name": "ZERO_COLUMN",
|
|
2199
|
+
"module": "src/configure/zero-config.ts"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"kind": "js",
|
|
2204
|
+
"name": "ZERO_ROWS",
|
|
2205
|
+
"declaration": {
|
|
2206
|
+
"name": "ZERO_ROWS",
|
|
2207
|
+
"module": "src/configure/zero-config.ts"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"kind": "js",
|
|
2212
|
+
"name": "ZERO_LIST",
|
|
2213
|
+
"declaration": {
|
|
2214
|
+
"name": "ZERO_LIST",
|
|
2215
|
+
"module": "src/configure/zero-config.ts"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"kind": "js",
|
|
2220
|
+
"name": "ZERO_CONFIG",
|
|
2221
|
+
"declaration": {
|
|
2222
|
+
"name": "ZERO_CONFIG",
|
|
2223
|
+
"module": "src/configure/zero-config.ts"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"kind": "js",
|
|
2228
|
+
"name": "ZERO_RECORD",
|
|
2229
|
+
"declaration": {
|
|
2230
|
+
"name": "ZERO_RECORD",
|
|
2231
|
+
"module": "src/configure/zero-config.ts"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "js",
|
|
2236
|
+
"name": "ZERO_RECORDS",
|
|
2237
|
+
"declaration": {
|
|
2238
|
+
"name": "ZERO_RECORDS",
|
|
2239
|
+
"module": "src/configure/zero-config.ts"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"kind": "js",
|
|
2244
|
+
"name": "ZERO_DATA",
|
|
2245
|
+
"declaration": {
|
|
2246
|
+
"name": "ZERO_DATA",
|
|
2247
|
+
"module": "src/configure/zero-config.ts"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"kind": "js",
|
|
2252
|
+
"name": "ZERO_PAGINATION",
|
|
2253
|
+
"declaration": {
|
|
2254
|
+
"name": "ZERO_PAGINATION",
|
|
2255
|
+
"module": "src/configure/zero-config.ts"
|
|
2256
2256
|
}
|
|
2257
2257
|
}
|
|
2258
2258
|
]
|