@operato/data-grist 0.2.13 → 0.2.19
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 +41 -0
- package/custom-elements.json +1136 -1136
- package/dist/src/data-card/data-card.js +1 -0
- package/dist/src/data-card/data-card.js.map +1 -1
- package/dist/src/data-grist.d.ts +2 -2
- package/dist/src/data-grist.js +6 -7
- package/dist/src/data-grist.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/data-card/data-card.ts +1 -0
- package/src/data-grist.ts +10 -10
- package/dist/src/data-card/data-card-gutter-group.d.ts +0 -11
- package/dist/src/data-card/data-card-gutter-group.js +0 -79
- package/dist/src/data-card/data-card-gutter-group.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -3182,138 +3182,278 @@
|
|
|
3182
3182
|
},
|
|
3183
3183
|
{
|
|
3184
3184
|
"kind": "javascript-module",
|
|
3185
|
-
"path": "src/data-
|
|
3185
|
+
"path": "src/data-report/data-report-body-style.ts",
|
|
3186
|
+
"declarations": [
|
|
3187
|
+
{
|
|
3188
|
+
"kind": "variable",
|
|
3189
|
+
"name": "dataReportBodyStyle",
|
|
3190
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: var(--report-template-columns);\n grid-auto-rows: var(--report-record-height, min-content);\n\n overflow: auto;\n outline: none;\n }\n\n :host > [focused] {\n border: var(--report-record-focused-border);\n }\n\n :host > [focused-row] {\n background-color: var(--report-record-focused-background-color);\n }\n\n :host > [totalized] {\n background-color: var(--report-totalized-background-color);\n border-top: var(--report-totalized-border);\n border-bottom: var(--report-totalized-border);\n color: var(--report-totalized-color);\n\n font-weight: 700;\n }\n\n :host > [grouped] {\n background-color: var(--report-grouped-background-color);\n border-right: var(--report-grouped-border);\n border-bottom: var(--report-grouped-border);\n color: var(--report-grouped-color);\n\n font-weight: 600;\n }\n\n @media print {\n :host {\n -webkit-print-color-adjust: exact;\n grid-template-columns: var(--report-template-print-columns);\n }\n :host > [focused] {\n border-width: 0 1px 1px 0;\n border-right: var(--report-grouped-border);\n border-bottom: var(--report-grouped-border);\n }\n\n :host > [focused-row] {\n background-color: initial;\n color: #000;\n }\n :host > [grouped] {\n background-color: var(--report-grouped-background-color);\n }\n }\n`"
|
|
3191
|
+
}
|
|
3192
|
+
],
|
|
3193
|
+
"exports": [
|
|
3194
|
+
{
|
|
3195
|
+
"kind": "js",
|
|
3196
|
+
"name": "dataReportBodyStyle",
|
|
3197
|
+
"declaration": {
|
|
3198
|
+
"name": "dataReportBodyStyle",
|
|
3199
|
+
"module": "src/data-report/data-report-body-style.ts"
|
|
3200
|
+
}
|
|
3201
|
+
}
|
|
3202
|
+
]
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "javascript-module",
|
|
3206
|
+
"path": "src/data-report/data-report-body.ts",
|
|
3186
3207
|
"declarations": [
|
|
3187
3208
|
{
|
|
3188
3209
|
"kind": "class",
|
|
3189
3210
|
"description": "",
|
|
3190
|
-
"name": "
|
|
3211
|
+
"name": "DataReportBody",
|
|
3191
3212
|
"members": [
|
|
3192
3213
|
{
|
|
3193
3214
|
"kind": "field",
|
|
3194
|
-
"name": "
|
|
3215
|
+
"name": "config",
|
|
3195
3216
|
"type": {
|
|
3196
|
-
"text": "
|
|
3217
|
+
"text": "GristConfig"
|
|
3197
3218
|
},
|
|
3198
|
-
"
|
|
3219
|
+
"default": "ZERO_CONFIG",
|
|
3220
|
+
"attribute": "config"
|
|
3199
3221
|
},
|
|
3200
3222
|
{
|
|
3201
3223
|
"kind": "field",
|
|
3202
|
-
"name": "
|
|
3224
|
+
"name": "columns",
|
|
3203
3225
|
"type": {
|
|
3204
|
-
"text": "
|
|
3226
|
+
"text": "ColumnConfig[]"
|
|
3205
3227
|
},
|
|
3206
|
-
"default": "
|
|
3207
|
-
"attribute": "
|
|
3228
|
+
"default": "[]",
|
|
3229
|
+
"attribute": "columns"
|
|
3208
3230
|
},
|
|
3209
3231
|
{
|
|
3210
3232
|
"kind": "field",
|
|
3211
|
-
"name": "
|
|
3233
|
+
"name": "data",
|
|
3212
3234
|
"type": {
|
|
3213
|
-
"text": "
|
|
3235
|
+
"text": "GristData"
|
|
3214
3236
|
},
|
|
3215
|
-
"default": "
|
|
3216
|
-
"attribute": "
|
|
3237
|
+
"default": "ZERO_DATA",
|
|
3238
|
+
"attribute": "data"
|
|
3217
3239
|
},
|
|
3218
3240
|
{
|
|
3219
3241
|
"kind": "field",
|
|
3220
|
-
"name": "
|
|
3242
|
+
"name": "focused",
|
|
3221
3243
|
"type": {
|
|
3222
|
-
"text": "number"
|
|
3244
|
+
"text": "{ row: number; column: number } | undefined"
|
|
3223
3245
|
},
|
|
3224
|
-
"
|
|
3225
|
-
"attribute": "rowIndex"
|
|
3246
|
+
"attribute": "focused"
|
|
3226
3247
|
},
|
|
3227
3248
|
{
|
|
3228
3249
|
"kind": "field",
|
|
3229
|
-
"name": "
|
|
3250
|
+
"name": "_focusedListener",
|
|
3230
3251
|
"type": {
|
|
3231
|
-
"text": "
|
|
3252
|
+
"text": "EventListener | undefined"
|
|
3232
3253
|
},
|
|
3233
|
-
"
|
|
3254
|
+
"privacy": "private"
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"kind": "method",
|
|
3258
|
+
"name": "focus"
|
|
3234
3259
|
}
|
|
3235
3260
|
],
|
|
3236
3261
|
"attributes": [
|
|
3237
3262
|
{
|
|
3238
|
-
"name": "
|
|
3263
|
+
"name": "config",
|
|
3239
3264
|
"type": {
|
|
3240
|
-
"text": "
|
|
3265
|
+
"text": "GristConfig"
|
|
3241
3266
|
},
|
|
3242
|
-
"
|
|
3267
|
+
"default": "ZERO_CONFIG",
|
|
3268
|
+
"resolveInitializer": {
|
|
3269
|
+
"module": "/src/configure/config-types"
|
|
3270
|
+
},
|
|
3271
|
+
"fieldName": "config"
|
|
3243
3272
|
},
|
|
3244
3273
|
{
|
|
3245
|
-
"name": "
|
|
3274
|
+
"name": "columns",
|
|
3246
3275
|
"type": {
|
|
3247
|
-
"text": "
|
|
3276
|
+
"text": "ColumnConfig[]"
|
|
3248
3277
|
},
|
|
3249
|
-
"default": "
|
|
3278
|
+
"default": "[]",
|
|
3279
|
+
"fieldName": "columns"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "data",
|
|
3283
|
+
"type": {
|
|
3284
|
+
"text": "GristData"
|
|
3285
|
+
},
|
|
3286
|
+
"default": "ZERO_DATA",
|
|
3250
3287
|
"resolveInitializer": {
|
|
3251
3288
|
"module": "/src/configure/config-types"
|
|
3252
3289
|
},
|
|
3253
|
-
"fieldName": "
|
|
3290
|
+
"fieldName": "data"
|
|
3254
3291
|
},
|
|
3255
3292
|
{
|
|
3256
|
-
"name": "
|
|
3293
|
+
"name": "focused",
|
|
3257
3294
|
"type": {
|
|
3258
|
-
"text": "
|
|
3295
|
+
"text": "{ row: number; column: number } | undefined"
|
|
3259
3296
|
},
|
|
3260
|
-
"
|
|
3261
|
-
|
|
3262
|
-
|
|
3297
|
+
"fieldName": "focused"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"superclass": {
|
|
3301
|
+
"name": "LitElement",
|
|
3302
|
+
"package": "lit"
|
|
3303
|
+
},
|
|
3304
|
+
"tagName": "ox-report-body",
|
|
3305
|
+
"customElement": true
|
|
3306
|
+
}
|
|
3307
|
+
],
|
|
3308
|
+
"exports": [
|
|
3309
|
+
{
|
|
3310
|
+
"kind": "js",
|
|
3311
|
+
"name": "DataReportBody",
|
|
3312
|
+
"declaration": {
|
|
3313
|
+
"name": "DataReportBody",
|
|
3314
|
+
"module": "src/data-report/data-report-body.ts"
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"kind": "custom-element-definition",
|
|
3319
|
+
"name": "ox-report-body",
|
|
3320
|
+
"declaration": {
|
|
3321
|
+
"name": "DataReportBody",
|
|
3322
|
+
"module": "src/data-report/data-report-body.ts"
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
]
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"kind": "javascript-module",
|
|
3329
|
+
"path": "src/data-report/data-report-component.ts",
|
|
3330
|
+
"declarations": [
|
|
3331
|
+
{
|
|
3332
|
+
"kind": "class",
|
|
3333
|
+
"description": "DataReportComponent",
|
|
3334
|
+
"name": "DataReportComponent",
|
|
3335
|
+
"members": [
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "field",
|
|
3338
|
+
"name": "config",
|
|
3339
|
+
"type": {
|
|
3340
|
+
"text": "GristConfig"
|
|
3263
3341
|
},
|
|
3264
|
-
"
|
|
3342
|
+
"default": "ZERO_CONFIG",
|
|
3343
|
+
"attribute": "config"
|
|
3265
3344
|
},
|
|
3266
3345
|
{
|
|
3267
|
-
"
|
|
3346
|
+
"kind": "field",
|
|
3347
|
+
"name": "data",
|
|
3268
3348
|
"type": {
|
|
3269
|
-
"text": "
|
|
3349
|
+
"text": "GristData"
|
|
3270
3350
|
},
|
|
3271
|
-
"default": "
|
|
3272
|
-
"
|
|
3351
|
+
"default": "ZERO_DATA",
|
|
3352
|
+
"attribute": "data"
|
|
3273
3353
|
},
|
|
3274
3354
|
{
|
|
3275
|
-
"
|
|
3355
|
+
"kind": "field",
|
|
3356
|
+
"name": "_widths",
|
|
3276
3357
|
"type": {
|
|
3277
|
-
"text": "
|
|
3358
|
+
"text": "string"
|
|
3278
3359
|
},
|
|
3279
|
-
"
|
|
3360
|
+
"privacy": "private",
|
|
3361
|
+
"default": "''"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "field",
|
|
3365
|
+
"name": "body",
|
|
3366
|
+
"type": {
|
|
3367
|
+
"text": "HTMLElement"
|
|
3368
|
+
}
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "field",
|
|
3372
|
+
"name": "header",
|
|
3373
|
+
"type": {
|
|
3374
|
+
"text": "HTMLElement"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"kind": "method",
|
|
3379
|
+
"name": "calculateWidths",
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "columns",
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "ColumnConfig[]"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
]
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"kind": "method",
|
|
3391
|
+
"name": "focus"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"kind": "field",
|
|
3395
|
+
"name": "pullToRefreshTarget"
|
|
3396
|
+
}
|
|
3397
|
+
],
|
|
3398
|
+
"attributes": [
|
|
3399
|
+
{
|
|
3400
|
+
"name": "config",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "GristConfig"
|
|
3403
|
+
},
|
|
3404
|
+
"default": "ZERO_CONFIG",
|
|
3405
|
+
"resolveInitializer": {
|
|
3406
|
+
"module": "/src/configure/config-types"
|
|
3407
|
+
},
|
|
3408
|
+
"fieldName": "config"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"name": "data",
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": "GristData"
|
|
3414
|
+
},
|
|
3415
|
+
"default": "ZERO_DATA",
|
|
3416
|
+
"resolveInitializer": {
|
|
3417
|
+
"module": "/src/configure/config-types"
|
|
3418
|
+
},
|
|
3419
|
+
"fieldName": "data"
|
|
3280
3420
|
}
|
|
3281
3421
|
],
|
|
3282
3422
|
"superclass": {
|
|
3283
3423
|
"name": "LitElement",
|
|
3284
3424
|
"package": "lit"
|
|
3285
3425
|
},
|
|
3286
|
-
"tagName": "ox-
|
|
3426
|
+
"tagName": "ox-report-component",
|
|
3287
3427
|
"customElement": true
|
|
3288
3428
|
}
|
|
3289
3429
|
],
|
|
3290
3430
|
"exports": [
|
|
3291
3431
|
{
|
|
3292
3432
|
"kind": "js",
|
|
3293
|
-
"name": "
|
|
3433
|
+
"name": "DataReportComponent",
|
|
3294
3434
|
"declaration": {
|
|
3295
|
-
"name": "
|
|
3296
|
-
"module": "src/data-
|
|
3435
|
+
"name": "DataReportComponent",
|
|
3436
|
+
"module": "src/data-report/data-report-component.ts"
|
|
3297
3437
|
}
|
|
3298
3438
|
},
|
|
3299
3439
|
{
|
|
3300
3440
|
"kind": "custom-element-definition",
|
|
3301
|
-
"name": "ox-
|
|
3441
|
+
"name": "ox-report-component",
|
|
3302
3442
|
"declaration": {
|
|
3303
|
-
"name": "
|
|
3304
|
-
"module": "src/data-
|
|
3443
|
+
"name": "DataReportComponent",
|
|
3444
|
+
"module": "src/data-report/data-report-component.ts"
|
|
3305
3445
|
}
|
|
3306
3446
|
}
|
|
3307
3447
|
]
|
|
3308
3448
|
},
|
|
3309
3449
|
{
|
|
3310
3450
|
"kind": "javascript-module",
|
|
3311
|
-
"path": "src/data-
|
|
3451
|
+
"path": "src/data-report/data-report-field.ts",
|
|
3312
3452
|
"declarations": [
|
|
3313
3453
|
{
|
|
3314
3454
|
"kind": "class",
|
|
3315
3455
|
"description": "",
|
|
3316
|
-
"name": "
|
|
3456
|
+
"name": "DataReportField",
|
|
3317
3457
|
"members": [
|
|
3318
3458
|
{
|
|
3319
3459
|
"kind": "field",
|
|
@@ -3352,15 +3492,20 @@
|
|
|
3352
3492
|
},
|
|
3353
3493
|
{
|
|
3354
3494
|
"kind": "field",
|
|
3355
|
-
"name": "
|
|
3495
|
+
"name": "columnIndex",
|
|
3356
3496
|
"type": {
|
|
3357
|
-
"text": "
|
|
3497
|
+
"text": "number"
|
|
3358
3498
|
},
|
|
3359
|
-
"
|
|
3499
|
+
"default": "-1",
|
|
3500
|
+
"attribute": "columnIndex"
|
|
3360
3501
|
},
|
|
3361
3502
|
{
|
|
3362
3503
|
"kind": "field",
|
|
3363
|
-
"name": "
|
|
3504
|
+
"name": "value",
|
|
3505
|
+
"type": {
|
|
3506
|
+
"text": "any"
|
|
3507
|
+
},
|
|
3508
|
+
"attribute": "value"
|
|
3364
3509
|
}
|
|
3365
3510
|
],
|
|
3366
3511
|
"attributes": [
|
|
@@ -3402,40 +3547,56 @@
|
|
|
3402
3547
|
"fieldName": "rowIndex"
|
|
3403
3548
|
},
|
|
3404
3549
|
{
|
|
3405
|
-
"name": "
|
|
3550
|
+
"name": "columnIndex",
|
|
3406
3551
|
"type": {
|
|
3407
|
-
"text": "
|
|
3552
|
+
"text": "number"
|
|
3408
3553
|
},
|
|
3409
|
-
"
|
|
3554
|
+
"default": "-1",
|
|
3555
|
+
"fieldName": "columnIndex"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "value",
|
|
3559
|
+
"type": {
|
|
3560
|
+
"text": "any"
|
|
3561
|
+
},
|
|
3562
|
+
"fieldName": "value"
|
|
3410
3563
|
}
|
|
3411
3564
|
],
|
|
3412
3565
|
"superclass": {
|
|
3413
3566
|
"name": "LitElement",
|
|
3414
3567
|
"package": "lit"
|
|
3415
3568
|
},
|
|
3416
|
-
"tagName": "ox-
|
|
3569
|
+
"tagName": "ox-report-field",
|
|
3417
3570
|
"customElement": true
|
|
3418
3571
|
}
|
|
3419
3572
|
],
|
|
3420
3573
|
"exports": [
|
|
3574
|
+
{
|
|
3575
|
+
"kind": "js",
|
|
3576
|
+
"name": "DataReportField",
|
|
3577
|
+
"declaration": {
|
|
3578
|
+
"name": "DataReportField",
|
|
3579
|
+
"module": "src/data-report/data-report-field.ts"
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3421
3582
|
{
|
|
3422
3583
|
"kind": "custom-element-definition",
|
|
3423
|
-
"name": "ox-
|
|
3584
|
+
"name": "ox-report-field",
|
|
3424
3585
|
"declaration": {
|
|
3425
|
-
"name": "
|
|
3426
|
-
"module": "src/data-
|
|
3586
|
+
"name": "DataReportField",
|
|
3587
|
+
"module": "src/data-report/data-report-field.ts"
|
|
3427
3588
|
}
|
|
3428
3589
|
}
|
|
3429
3590
|
]
|
|
3430
3591
|
},
|
|
3431
3592
|
{
|
|
3432
3593
|
"kind": "javascript-module",
|
|
3433
|
-
"path": "src/data-
|
|
3594
|
+
"path": "src/data-report/data-report-header.ts",
|
|
3434
3595
|
"declarations": [
|
|
3435
3596
|
{
|
|
3436
3597
|
"kind": "class",
|
|
3437
3598
|
"description": "",
|
|
3438
|
-
"name": "
|
|
3599
|
+
"name": "DataReportHeader",
|
|
3439
3600
|
"members": [
|
|
3440
3601
|
{
|
|
3441
3602
|
"kind": "field",
|
|
@@ -3448,109 +3609,133 @@
|
|
|
3448
3609
|
},
|
|
3449
3610
|
{
|
|
3450
3611
|
"kind": "field",
|
|
3451
|
-
"name": "
|
|
3612
|
+
"name": "columns",
|
|
3452
3613
|
"type": {
|
|
3453
|
-
"text": "
|
|
3614
|
+
"text": "ColumnConfig[]"
|
|
3454
3615
|
},
|
|
3455
|
-
"default": "
|
|
3456
|
-
"attribute": "
|
|
3616
|
+
"default": "[]",
|
|
3617
|
+
"attribute": "columns"
|
|
3457
3618
|
},
|
|
3458
3619
|
{
|
|
3459
3620
|
"kind": "field",
|
|
3460
|
-
"name": "
|
|
3621
|
+
"name": "data",
|
|
3461
3622
|
"type": {
|
|
3462
|
-
"text": "
|
|
3623
|
+
"text": "GristData"
|
|
3463
3624
|
},
|
|
3464
|
-
"default": "
|
|
3465
|
-
"attribute": "
|
|
3625
|
+
"default": "ZERO_DATA",
|
|
3626
|
+
"attribute": "data"
|
|
3466
3627
|
},
|
|
3467
3628
|
{
|
|
3468
3629
|
"kind": "field",
|
|
3469
|
-
"name": "
|
|
3630
|
+
"name": "_sorters",
|
|
3470
3631
|
"type": {
|
|
3471
|
-
"text": "
|
|
3632
|
+
"text": "SortersConfig | undefined"
|
|
3472
3633
|
},
|
|
3473
3634
|
"privacy": "private",
|
|
3474
|
-
"
|
|
3475
|
-
"attribute": "_records"
|
|
3635
|
+
"attribute": "_sorters"
|
|
3476
3636
|
},
|
|
3477
3637
|
{
|
|
3478
3638
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3639
|
+
"name": "throttledNotifier",
|
|
3480
3640
|
"type": {
|
|
3481
|
-
"text": "number"
|
|
3641
|
+
"text": "(idx: number, width: number) => void | undefined"
|
|
3482
3642
|
},
|
|
3483
|
-
"privacy": "private"
|
|
3484
|
-
"default": "0"
|
|
3643
|
+
"privacy": "private"
|
|
3485
3644
|
},
|
|
3486
3645
|
{
|
|
3487
|
-
"kind": "
|
|
3488
|
-
"name": "
|
|
3489
|
-
"
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3646
|
+
"kind": "method",
|
|
3647
|
+
"name": "_onWheelEvent",
|
|
3648
|
+
"parameters": [
|
|
3649
|
+
{
|
|
3650
|
+
"name": "e",
|
|
3651
|
+
"type": {
|
|
3652
|
+
"text": "WheelEvent"
|
|
3653
|
+
}
|
|
3654
|
+
}
|
|
3655
|
+
]
|
|
3494
3656
|
},
|
|
3495
3657
|
{
|
|
3496
|
-
"kind": "
|
|
3497
|
-
"name": "
|
|
3498
|
-
"
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3658
|
+
"kind": "method",
|
|
3659
|
+
"name": "_renderHeader",
|
|
3660
|
+
"parameters": [
|
|
3661
|
+
{
|
|
3662
|
+
"name": "column",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "ColumnConfig"
|
|
3665
|
+
}
|
|
3666
|
+
}
|
|
3667
|
+
]
|
|
3503
3668
|
},
|
|
3504
3669
|
{
|
|
3505
3670
|
"kind": "method",
|
|
3506
|
-
"name": "
|
|
3671
|
+
"name": "_renderSortHeader",
|
|
3507
3672
|
"parameters": [
|
|
3508
3673
|
{
|
|
3509
|
-
"name": "
|
|
3674
|
+
"name": "column",
|
|
3510
3675
|
"type": {
|
|
3511
|
-
"text": "
|
|
3676
|
+
"text": "ColumnConfig"
|
|
3512
3677
|
}
|
|
3513
|
-
}
|
|
3678
|
+
}
|
|
3679
|
+
]
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"kind": "method",
|
|
3683
|
+
"name": "_changeSort",
|
|
3684
|
+
"parameters": [
|
|
3514
3685
|
{
|
|
3515
|
-
"name": "
|
|
3686
|
+
"name": "column",
|
|
3687
|
+
"type": {
|
|
3688
|
+
"text": "ColumnConfig"
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
]
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"kind": "method",
|
|
3695
|
+
"name": "_notifyWidthChange",
|
|
3696
|
+
"parameters": [
|
|
3697
|
+
{
|
|
3698
|
+
"name": "idx",
|
|
3516
3699
|
"type": {
|
|
3517
3700
|
"text": "number"
|
|
3518
3701
|
}
|
|
3519
3702
|
},
|
|
3520
3703
|
{
|
|
3521
|
-
"name": "
|
|
3704
|
+
"name": "width",
|
|
3522
3705
|
"type": {
|
|
3523
|
-
"text": "
|
|
3706
|
+
"text": "number"
|
|
3524
3707
|
}
|
|
3525
3708
|
}
|
|
3526
3709
|
]
|
|
3527
3710
|
},
|
|
3528
3711
|
{
|
|
3529
3712
|
"kind": "method",
|
|
3530
|
-
"name": "
|
|
3713
|
+
"name": "_dragStart",
|
|
3531
3714
|
"parameters": [
|
|
3532
3715
|
{
|
|
3533
3716
|
"name": "e",
|
|
3534
3717
|
"type": {
|
|
3535
|
-
"text": "
|
|
3718
|
+
"text": "MouseEvent"
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "idx",
|
|
3723
|
+
"type": {
|
|
3724
|
+
"text": "number"
|
|
3536
3725
|
}
|
|
3537
3726
|
}
|
|
3538
3727
|
]
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"kind": "field",
|
|
3542
|
-
"name": "pullToRefreshTarget"
|
|
3543
3728
|
}
|
|
3544
3729
|
],
|
|
3545
3730
|
"events": [
|
|
3546
3731
|
{
|
|
3547
|
-
"name": "
|
|
3732
|
+
"name": "sorters-change",
|
|
3548
3733
|
"type": {
|
|
3549
3734
|
"text": "CustomEvent"
|
|
3550
3735
|
}
|
|
3551
3736
|
},
|
|
3552
3737
|
{
|
|
3553
|
-
"name": "
|
|
3738
|
+
"name": "column-width-change",
|
|
3554
3739
|
"type": {
|
|
3555
3740
|
"text": "CustomEvent"
|
|
3556
3741
|
}
|
|
@@ -3568,6 +3753,14 @@
|
|
|
3568
3753
|
},
|
|
3569
3754
|
"fieldName": "config"
|
|
3570
3755
|
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "columns",
|
|
3758
|
+
"type": {
|
|
3759
|
+
"text": "ColumnConfig[]"
|
|
3760
|
+
},
|
|
3761
|
+
"default": "[]",
|
|
3762
|
+
"fieldName": "columns"
|
|
3763
|
+
},
|
|
3571
3764
|
{
|
|
3572
3765
|
"name": "data",
|
|
3573
3766
|
"type": {
|
|
@@ -3580,179 +3773,314 @@
|
|
|
3580
3773
|
"fieldName": "data"
|
|
3581
3774
|
},
|
|
3582
3775
|
{
|
|
3583
|
-
"name": "
|
|
3584
|
-
"type": {
|
|
3585
|
-
"text": "boolean"
|
|
3586
|
-
},
|
|
3587
|
-
"default": "false",
|
|
3588
|
-
"fieldName": "isTop"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"name": "_records",
|
|
3776
|
+
"name": "_sorters",
|
|
3592
3777
|
"type": {
|
|
3593
|
-
"text": "
|
|
3778
|
+
"text": "SortersConfig | undefined"
|
|
3594
3779
|
},
|
|
3595
|
-
"
|
|
3596
|
-
"fieldName": "_records"
|
|
3780
|
+
"fieldName": "_sorters"
|
|
3597
3781
|
}
|
|
3598
3782
|
],
|
|
3599
3783
|
"superclass": {
|
|
3600
3784
|
"name": "LitElement",
|
|
3601
3785
|
"package": "lit"
|
|
3602
3786
|
},
|
|
3603
|
-
"tagName": "ox-
|
|
3787
|
+
"tagName": "ox-report-header",
|
|
3604
3788
|
"customElement": true
|
|
3605
3789
|
}
|
|
3606
3790
|
],
|
|
3791
|
+
"exports": [
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "custom-element-definition",
|
|
3794
|
+
"name": "ox-report-header",
|
|
3795
|
+
"declaration": {
|
|
3796
|
+
"name": "DataReportHeader",
|
|
3797
|
+
"module": "src/data-report/data-report-header.ts"
|
|
3798
|
+
}
|
|
3799
|
+
}
|
|
3800
|
+
]
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "javascript-module",
|
|
3804
|
+
"path": "src/formatters/date-formatter.ts",
|
|
3805
|
+
"declarations": [
|
|
3806
|
+
{
|
|
3807
|
+
"kind": "function",
|
|
3808
|
+
"name": "DateFormatter",
|
|
3809
|
+
"return": {
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": "string"
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3814
|
+
"parameters": [
|
|
3815
|
+
{
|
|
3816
|
+
"name": "value",
|
|
3817
|
+
"type": {
|
|
3818
|
+
"text": "any"
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
]
|
|
3822
|
+
}
|
|
3823
|
+
],
|
|
3607
3824
|
"exports": [
|
|
3608
3825
|
{
|
|
3609
3826
|
"kind": "js",
|
|
3610
|
-
"name": "
|
|
3827
|
+
"name": "DateFormatter",
|
|
3611
3828
|
"declaration": {
|
|
3612
|
-
"name": "
|
|
3613
|
-
"module": "src/
|
|
3829
|
+
"name": "DateFormatter",
|
|
3830
|
+
"module": "src/formatters/date-formatter.ts"
|
|
3614
3831
|
}
|
|
3615
|
-
}
|
|
3832
|
+
}
|
|
3833
|
+
]
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"kind": "javascript-module",
|
|
3837
|
+
"path": "src/formatters/index.ts",
|
|
3838
|
+
"declarations": [],
|
|
3839
|
+
"exports": [
|
|
3616
3840
|
{
|
|
3617
|
-
"kind": "
|
|
3618
|
-
"name": "
|
|
3841
|
+
"kind": "js",
|
|
3842
|
+
"name": "*",
|
|
3619
3843
|
"declaration": {
|
|
3620
|
-
"name": "
|
|
3621
|
-
"
|
|
3844
|
+
"name": "*",
|
|
3845
|
+
"package": "./registry"
|
|
3622
3846
|
}
|
|
3623
3847
|
}
|
|
3624
3848
|
]
|
|
3625
3849
|
},
|
|
3626
3850
|
{
|
|
3627
3851
|
"kind": "javascript-module",
|
|
3628
|
-
"path": "src/
|
|
3852
|
+
"path": "src/formatters/number-formatter.ts",
|
|
3629
3853
|
"declarations": [
|
|
3630
3854
|
{
|
|
3631
|
-
"kind": "
|
|
3632
|
-
"
|
|
3633
|
-
"
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
"text": "GristConfig"
|
|
3640
|
-
},
|
|
3641
|
-
"default": "ZERO_CONFIG",
|
|
3642
|
-
"attribute": "config"
|
|
3643
|
-
},
|
|
3855
|
+
"kind": "function",
|
|
3856
|
+
"name": "NumberFormatter",
|
|
3857
|
+
"return": {
|
|
3858
|
+
"type": {
|
|
3859
|
+
"text": "string"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
"parameters": [
|
|
3644
3863
|
{
|
|
3645
|
-
"
|
|
3646
|
-
"name": "data",
|
|
3864
|
+
"name": "value",
|
|
3647
3865
|
"type": {
|
|
3648
|
-
"text": "
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3866
|
+
"text": "any"
|
|
3867
|
+
}
|
|
3868
|
+
}
|
|
3869
|
+
]
|
|
3870
|
+
}
|
|
3871
|
+
],
|
|
3872
|
+
"exports": [
|
|
3873
|
+
{
|
|
3874
|
+
"kind": "js",
|
|
3875
|
+
"name": "NumberFormatter",
|
|
3876
|
+
"declaration": {
|
|
3877
|
+
"name": "NumberFormatter",
|
|
3878
|
+
"module": "src/formatters/number-formatter.ts"
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
]
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"kind": "javascript-module",
|
|
3885
|
+
"path": "src/formatters/registry.ts",
|
|
3886
|
+
"declarations": [
|
|
3887
|
+
{
|
|
3888
|
+
"kind": "function",
|
|
3889
|
+
"name": "registerFormatter",
|
|
3890
|
+
"parameters": [
|
|
3891
|
+
{
|
|
3892
|
+
"name": "type",
|
|
3656
3893
|
"type": {
|
|
3657
|
-
"text": "
|
|
3658
|
-
}
|
|
3659
|
-
"default": "ZERO_RECORD",
|
|
3660
|
-
"attribute": "record"
|
|
3894
|
+
"text": "string"
|
|
3895
|
+
}
|
|
3661
3896
|
},
|
|
3897
|
+
{
|
|
3898
|
+
"name": "formatter",
|
|
3899
|
+
"type": {
|
|
3900
|
+
"text": "(value: any) => string"
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3903
|
+
]
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "function",
|
|
3907
|
+
"name": "unregisterFormatter",
|
|
3908
|
+
"parameters": [
|
|
3909
|
+
{
|
|
3910
|
+
"name": "type",
|
|
3911
|
+
"type": {
|
|
3912
|
+
"text": "string"
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
]
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "function",
|
|
3919
|
+
"name": "getFormatters"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"kind": "function",
|
|
3923
|
+
"name": "getFormatter",
|
|
3924
|
+
"parameters": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "type",
|
|
3927
|
+
"type": {
|
|
3928
|
+
"text": "string"
|
|
3929
|
+
}
|
|
3930
|
+
}
|
|
3931
|
+
]
|
|
3932
|
+
}
|
|
3933
|
+
],
|
|
3934
|
+
"exports": [
|
|
3935
|
+
{
|
|
3936
|
+
"kind": "js",
|
|
3937
|
+
"name": "registerFormatter",
|
|
3938
|
+
"declaration": {
|
|
3939
|
+
"name": "registerFormatter",
|
|
3940
|
+
"module": "src/formatters/registry.ts"
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"kind": "js",
|
|
3945
|
+
"name": "unregisterFormatter",
|
|
3946
|
+
"declaration": {
|
|
3947
|
+
"name": "unregisterFormatter",
|
|
3948
|
+
"module": "src/formatters/registry.ts"
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"kind": "js",
|
|
3953
|
+
"name": "getFormatters",
|
|
3954
|
+
"declaration": {
|
|
3955
|
+
"name": "getFormatters",
|
|
3956
|
+
"module": "src/formatters/registry.ts"
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"kind": "js",
|
|
3961
|
+
"name": "getFormatter",
|
|
3962
|
+
"declaration": {
|
|
3963
|
+
"name": "getFormatter",
|
|
3964
|
+
"module": "src/formatters/registry.ts"
|
|
3965
|
+
}
|
|
3966
|
+
}
|
|
3967
|
+
]
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"kind": "javascript-module",
|
|
3971
|
+
"path": "src/formatters/text-formatter.ts",
|
|
3972
|
+
"declarations": [
|
|
3973
|
+
{
|
|
3974
|
+
"kind": "function",
|
|
3975
|
+
"name": "TextFormatter",
|
|
3976
|
+
"return": {
|
|
3977
|
+
"type": {
|
|
3978
|
+
"text": "string"
|
|
3979
|
+
}
|
|
3980
|
+
},
|
|
3981
|
+
"parameters": [
|
|
3982
|
+
{
|
|
3983
|
+
"name": "value",
|
|
3984
|
+
"type": {
|
|
3985
|
+
"text": "any"
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
]
|
|
3989
|
+
}
|
|
3990
|
+
],
|
|
3991
|
+
"exports": [
|
|
3992
|
+
{
|
|
3993
|
+
"kind": "js",
|
|
3994
|
+
"name": "TextFormatter",
|
|
3995
|
+
"declaration": {
|
|
3996
|
+
"name": "TextFormatter",
|
|
3997
|
+
"module": "src/formatters/text-formatter.ts"
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
]
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "javascript-module",
|
|
4004
|
+
"path": "src/data-list/data-list-field.ts",
|
|
4005
|
+
"declarations": [
|
|
4006
|
+
{
|
|
4007
|
+
"kind": "class",
|
|
4008
|
+
"description": "",
|
|
4009
|
+
"name": "DataListField",
|
|
4010
|
+
"members": [
|
|
3662
4011
|
{
|
|
3663
4012
|
"kind": "field",
|
|
3664
|
-
"name": "
|
|
4013
|
+
"name": "align",
|
|
3665
4014
|
"type": {
|
|
3666
|
-
"text": "
|
|
4015
|
+
"text": "string | undefined"
|
|
3667
4016
|
},
|
|
3668
|
-
"
|
|
3669
|
-
"attribute": "rowIndex"
|
|
4017
|
+
"attribute": "align"
|
|
3670
4018
|
},
|
|
3671
4019
|
{
|
|
3672
4020
|
"kind": "field",
|
|
3673
|
-
"name": "
|
|
4021
|
+
"name": "record",
|
|
3674
4022
|
"type": {
|
|
3675
|
-
"text": "
|
|
4023
|
+
"text": "GristRecord"
|
|
3676
4024
|
},
|
|
3677
|
-
"default": "
|
|
3678
|
-
"attribute": "
|
|
4025
|
+
"default": "ZERO_RECORD",
|
|
4026
|
+
"attribute": "record"
|
|
3679
4027
|
},
|
|
3680
4028
|
{
|
|
3681
4029
|
"kind": "field",
|
|
3682
|
-
"name": "
|
|
4030
|
+
"name": "column",
|
|
3683
4031
|
"type": {
|
|
3684
|
-
"text": "
|
|
4032
|
+
"text": "ColumnConfig"
|
|
3685
4033
|
},
|
|
3686
|
-
"
|
|
3687
|
-
|
|
3688
|
-
{
|
|
3689
|
-
"kind": "method",
|
|
3690
|
-
"name": "onFieldChange",
|
|
3691
|
-
"parameters": [
|
|
3692
|
-
{
|
|
3693
|
-
"name": "e",
|
|
3694
|
-
"type": {
|
|
3695
|
-
"text": "Event"
|
|
3696
|
-
}
|
|
3697
|
-
}
|
|
3698
|
-
]
|
|
4034
|
+
"default": "ZERO_COLUMN",
|
|
4035
|
+
"attribute": "column"
|
|
3699
4036
|
},
|
|
3700
4037
|
{
|
|
3701
4038
|
"kind": "field",
|
|
3702
|
-
"name": "
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"kind": "method",
|
|
3706
|
-
"name": "popupRecordView"
|
|
3707
|
-
}
|
|
3708
|
-
],
|
|
3709
|
-
"events": [
|
|
3710
|
-
{
|
|
3711
|
-
"name": "field-change",
|
|
4039
|
+
"name": "rowIndex",
|
|
3712
4040
|
"type": {
|
|
3713
|
-
"text": "
|
|
3714
|
-
}
|
|
4041
|
+
"text": "number"
|
|
4042
|
+
},
|
|
4043
|
+
"default": "-1",
|
|
4044
|
+
"attribute": "rowIndex"
|
|
3715
4045
|
},
|
|
3716
4046
|
{
|
|
3717
|
-
"
|
|
4047
|
+
"kind": "field",
|
|
4048
|
+
"name": "value",
|
|
3718
4049
|
"type": {
|
|
3719
|
-
"text": "
|
|
3720
|
-
}
|
|
4050
|
+
"text": "object | undefined"
|
|
4051
|
+
},
|
|
4052
|
+
"attribute": "value"
|
|
3721
4053
|
}
|
|
3722
4054
|
],
|
|
3723
4055
|
"attributes": [
|
|
3724
4056
|
{
|
|
3725
|
-
"name": "
|
|
4057
|
+
"name": "align",
|
|
3726
4058
|
"type": {
|
|
3727
|
-
"text": "
|
|
3728
|
-
},
|
|
3729
|
-
"default": "ZERO_CONFIG",
|
|
3730
|
-
"resolveInitializer": {
|
|
3731
|
-
"module": "/src/configure/config-types"
|
|
4059
|
+
"text": "string | undefined"
|
|
3732
4060
|
},
|
|
3733
|
-
"fieldName": "
|
|
4061
|
+
"fieldName": "align"
|
|
3734
4062
|
},
|
|
3735
4063
|
{
|
|
3736
|
-
"name": "
|
|
4064
|
+
"name": "record",
|
|
3737
4065
|
"type": {
|
|
3738
|
-
"text": "
|
|
4066
|
+
"text": "GristRecord"
|
|
3739
4067
|
},
|
|
3740
|
-
"default": "
|
|
4068
|
+
"default": "ZERO_RECORD",
|
|
3741
4069
|
"resolveInitializer": {
|
|
3742
4070
|
"module": "/src/configure/config-types"
|
|
3743
4071
|
},
|
|
3744
|
-
"fieldName": "
|
|
4072
|
+
"fieldName": "record"
|
|
3745
4073
|
},
|
|
3746
4074
|
{
|
|
3747
|
-
"name": "
|
|
4075
|
+
"name": "column",
|
|
3748
4076
|
"type": {
|
|
3749
|
-
"text": "
|
|
4077
|
+
"text": "ColumnConfig"
|
|
3750
4078
|
},
|
|
3751
|
-
"default": "
|
|
4079
|
+
"default": "ZERO_COLUMN",
|
|
3752
4080
|
"resolveInitializer": {
|
|
3753
4081
|
"module": "/src/configure/config-types"
|
|
3754
4082
|
},
|
|
3755
|
-
"fieldName": "
|
|
4083
|
+
"fieldName": "column"
|
|
3756
4084
|
},
|
|
3757
4085
|
{
|
|
3758
4086
|
"name": "rowIndex",
|
|
@@ -3763,193 +4091,170 @@
|
|
|
3763
4091
|
"fieldName": "rowIndex"
|
|
3764
4092
|
},
|
|
3765
4093
|
{
|
|
3766
|
-
"name": "
|
|
4094
|
+
"name": "value",
|
|
3767
4095
|
"type": {
|
|
3768
|
-
"text": "
|
|
4096
|
+
"text": "object | undefined"
|
|
3769
4097
|
},
|
|
3770
|
-
"
|
|
3771
|
-
"fieldName": "selectedRow"
|
|
4098
|
+
"fieldName": "value"
|
|
3772
4099
|
}
|
|
3773
4100
|
],
|
|
3774
4101
|
"superclass": {
|
|
3775
4102
|
"name": "LitElement",
|
|
3776
4103
|
"package": "lit"
|
|
3777
4104
|
},
|
|
3778
|
-
"tagName": "ox-
|
|
4105
|
+
"tagName": "ox-list-field",
|
|
3779
4106
|
"customElement": true
|
|
3780
4107
|
}
|
|
3781
4108
|
],
|
|
3782
4109
|
"exports": [
|
|
3783
4110
|
{
|
|
3784
4111
|
"kind": "js",
|
|
3785
|
-
"name": "
|
|
4112
|
+
"name": "DataListField",
|
|
3786
4113
|
"declaration": {
|
|
3787
|
-
"name": "
|
|
3788
|
-
"module": "src/data-list/
|
|
4114
|
+
"name": "DataListField",
|
|
4115
|
+
"module": "src/data-list/data-list-field.ts"
|
|
3789
4116
|
}
|
|
3790
4117
|
},
|
|
3791
4118
|
{
|
|
3792
4119
|
"kind": "custom-element-definition",
|
|
3793
|
-
"name": "ox-
|
|
4120
|
+
"name": "ox-list-field",
|
|
3794
4121
|
"declaration": {
|
|
3795
|
-
"name": "
|
|
3796
|
-
"module": "src/data-list/
|
|
4122
|
+
"name": "DataListField",
|
|
4123
|
+
"module": "src/data-list/data-list-field.ts"
|
|
3797
4124
|
}
|
|
3798
4125
|
}
|
|
3799
4126
|
]
|
|
3800
4127
|
},
|
|
3801
4128
|
{
|
|
3802
4129
|
"kind": "javascript-module",
|
|
3803
|
-
"path": "src/data-
|
|
3804
|
-
"declarations": [
|
|
3805
|
-
{
|
|
3806
|
-
"kind": "variable",
|
|
3807
|
-
"name": "dataReportBodyStyle",
|
|
3808
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: var(--report-template-columns);\n grid-auto-rows: var(--report-record-height, min-content);\n\n overflow: auto;\n outline: none;\n }\n\n :host > [focused] {\n border: var(--report-record-focused-border);\n }\n\n :host > [focused-row] {\n background-color: var(--report-record-focused-background-color);\n }\n\n :host > [totalized] {\n background-color: var(--report-totalized-background-color);\n border-top: var(--report-totalized-border);\n border-bottom: var(--report-totalized-border);\n color: var(--report-totalized-color);\n\n font-weight: 700;\n }\n\n :host > [grouped] {\n background-color: var(--report-grouped-background-color);\n border-right: var(--report-grouped-border);\n border-bottom: var(--report-grouped-border);\n color: var(--report-grouped-color);\n\n font-weight: 600;\n }\n\n @media print {\n :host {\n -webkit-print-color-adjust: exact;\n grid-template-columns: var(--report-template-print-columns);\n }\n :host > [focused] {\n border-width: 0 1px 1px 0;\n border-right: var(--report-grouped-border);\n border-bottom: var(--report-grouped-border);\n }\n\n :host > [focused-row] {\n background-color: initial;\n color: #000;\n }\n :host > [grouped] {\n background-color: var(--report-grouped-background-color);\n }\n }\n`"
|
|
3809
|
-
}
|
|
3810
|
-
],
|
|
3811
|
-
"exports": [
|
|
3812
|
-
{
|
|
3813
|
-
"kind": "js",
|
|
3814
|
-
"name": "dataReportBodyStyle",
|
|
3815
|
-
"declaration": {
|
|
3816
|
-
"name": "dataReportBodyStyle",
|
|
3817
|
-
"module": "src/data-report/data-report-body-style.ts"
|
|
3818
|
-
}
|
|
3819
|
-
}
|
|
3820
|
-
]
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "javascript-module",
|
|
3824
|
-
"path": "src/data-report/data-report-body.ts",
|
|
4130
|
+
"path": "src/data-list/data-list-gutter.ts",
|
|
3825
4131
|
"declarations": [
|
|
3826
4132
|
{
|
|
3827
4133
|
"kind": "class",
|
|
3828
4134
|
"description": "",
|
|
3829
|
-
"name": "
|
|
4135
|
+
"name": "DataListGutter",
|
|
3830
4136
|
"members": [
|
|
3831
4137
|
{
|
|
3832
4138
|
"kind": "field",
|
|
3833
|
-
"name": "
|
|
4139
|
+
"name": "align",
|
|
3834
4140
|
"type": {
|
|
3835
|
-
"text": "
|
|
4141
|
+
"text": "string | undefined"
|
|
3836
4142
|
},
|
|
3837
|
-
"
|
|
3838
|
-
"attribute": "config"
|
|
4143
|
+
"attribute": "align"
|
|
3839
4144
|
},
|
|
3840
4145
|
{
|
|
3841
4146
|
"kind": "field",
|
|
3842
|
-
"name": "
|
|
4147
|
+
"name": "record",
|
|
3843
4148
|
"type": {
|
|
3844
|
-
"text": "
|
|
4149
|
+
"text": "GristRecord"
|
|
3845
4150
|
},
|
|
3846
|
-
"default": "
|
|
3847
|
-
"attribute": "
|
|
4151
|
+
"default": "ZERO_RECORD",
|
|
4152
|
+
"attribute": "record"
|
|
3848
4153
|
},
|
|
3849
4154
|
{
|
|
3850
4155
|
"kind": "field",
|
|
3851
|
-
"name": "
|
|
4156
|
+
"name": "column",
|
|
3852
4157
|
"type": {
|
|
3853
|
-
"text": "
|
|
4158
|
+
"text": "ColumnConfig"
|
|
3854
4159
|
},
|
|
3855
|
-
"default": "
|
|
3856
|
-
"attribute": "
|
|
4160
|
+
"default": "ZERO_COLUMN",
|
|
4161
|
+
"attribute": "column"
|
|
3857
4162
|
},
|
|
3858
4163
|
{
|
|
3859
4164
|
"kind": "field",
|
|
3860
|
-
"name": "
|
|
4165
|
+
"name": "rowIndex",
|
|
3861
4166
|
"type": {
|
|
3862
|
-
"text": "
|
|
4167
|
+
"text": "number"
|
|
3863
4168
|
},
|
|
3864
|
-
"
|
|
4169
|
+
"default": "-1",
|
|
4170
|
+
"attribute": "rowIndex"
|
|
3865
4171
|
},
|
|
3866
4172
|
{
|
|
3867
4173
|
"kind": "field",
|
|
3868
|
-
"name": "
|
|
4174
|
+
"name": "value",
|
|
3869
4175
|
"type": {
|
|
3870
|
-
"text": "
|
|
4176
|
+
"text": "object | undefined"
|
|
3871
4177
|
},
|
|
3872
|
-
"
|
|
4178
|
+
"attribute": "value"
|
|
3873
4179
|
},
|
|
3874
4180
|
{
|
|
3875
|
-
"kind": "
|
|
3876
|
-
"name": "
|
|
4181
|
+
"kind": "field",
|
|
4182
|
+
"name": "isEditing"
|
|
3877
4183
|
}
|
|
3878
4184
|
],
|
|
3879
4185
|
"attributes": [
|
|
3880
4186
|
{
|
|
3881
|
-
"name": "
|
|
4187
|
+
"name": "align",
|
|
3882
4188
|
"type": {
|
|
3883
|
-
"text": "
|
|
3884
|
-
},
|
|
3885
|
-
"default": "ZERO_CONFIG",
|
|
3886
|
-
"resolveInitializer": {
|
|
3887
|
-
"module": "/src/configure/config-types"
|
|
4189
|
+
"text": "string | undefined"
|
|
3888
4190
|
},
|
|
3889
|
-
"fieldName": "
|
|
4191
|
+
"fieldName": "align"
|
|
3890
4192
|
},
|
|
3891
4193
|
{
|
|
3892
|
-
"name": "
|
|
4194
|
+
"name": "record",
|
|
3893
4195
|
"type": {
|
|
3894
|
-
"text": "
|
|
4196
|
+
"text": "GristRecord"
|
|
3895
4197
|
},
|
|
3896
|
-
"default": "
|
|
3897
|
-
"
|
|
4198
|
+
"default": "ZERO_RECORD",
|
|
4199
|
+
"resolveInitializer": {
|
|
4200
|
+
"module": "/src/configure/config-types"
|
|
4201
|
+
},
|
|
4202
|
+
"fieldName": "record"
|
|
3898
4203
|
},
|
|
3899
4204
|
{
|
|
3900
|
-
"name": "
|
|
4205
|
+
"name": "column",
|
|
3901
4206
|
"type": {
|
|
3902
|
-
"text": "
|
|
4207
|
+
"text": "ColumnConfig"
|
|
3903
4208
|
},
|
|
3904
|
-
"default": "
|
|
4209
|
+
"default": "ZERO_COLUMN",
|
|
3905
4210
|
"resolveInitializer": {
|
|
3906
4211
|
"module": "/src/configure/config-types"
|
|
3907
4212
|
},
|
|
3908
|
-
"fieldName": "
|
|
4213
|
+
"fieldName": "column"
|
|
3909
4214
|
},
|
|
3910
4215
|
{
|
|
3911
|
-
"name": "
|
|
4216
|
+
"name": "rowIndex",
|
|
3912
4217
|
"type": {
|
|
3913
|
-
"text": "
|
|
4218
|
+
"text": "number"
|
|
3914
4219
|
},
|
|
3915
|
-
"
|
|
4220
|
+
"default": "-1",
|
|
4221
|
+
"fieldName": "rowIndex"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "value",
|
|
4225
|
+
"type": {
|
|
4226
|
+
"text": "object | undefined"
|
|
4227
|
+
},
|
|
4228
|
+
"fieldName": "value"
|
|
3916
4229
|
}
|
|
3917
4230
|
],
|
|
3918
4231
|
"superclass": {
|
|
3919
4232
|
"name": "LitElement",
|
|
3920
4233
|
"package": "lit"
|
|
3921
4234
|
},
|
|
3922
|
-
"tagName": "ox-
|
|
4235
|
+
"tagName": "ox-list-gutter",
|
|
3923
4236
|
"customElement": true
|
|
3924
4237
|
}
|
|
3925
4238
|
],
|
|
3926
4239
|
"exports": [
|
|
3927
|
-
{
|
|
3928
|
-
"kind": "js",
|
|
3929
|
-
"name": "DataReportBody",
|
|
3930
|
-
"declaration": {
|
|
3931
|
-
"name": "DataReportBody",
|
|
3932
|
-
"module": "src/data-report/data-report-body.ts"
|
|
3933
|
-
}
|
|
3934
|
-
},
|
|
3935
4240
|
{
|
|
3936
4241
|
"kind": "custom-element-definition",
|
|
3937
|
-
"name": "ox-
|
|
4242
|
+
"name": "ox-list-gutter",
|
|
3938
4243
|
"declaration": {
|
|
3939
|
-
"name": "
|
|
3940
|
-
"module": "src/data-
|
|
4244
|
+
"name": "DataListGutter",
|
|
4245
|
+
"module": "src/data-list/data-list-gutter.ts"
|
|
3941
4246
|
}
|
|
3942
4247
|
}
|
|
3943
4248
|
]
|
|
3944
4249
|
},
|
|
3945
4250
|
{
|
|
3946
4251
|
"kind": "javascript-module",
|
|
3947
|
-
"path": "src/data-
|
|
4252
|
+
"path": "src/data-list/data-list.ts",
|
|
3948
4253
|
"declarations": [
|
|
3949
4254
|
{
|
|
3950
4255
|
"kind": "class",
|
|
3951
|
-
"description": "
|
|
3952
|
-
"name": "
|
|
4256
|
+
"description": "",
|
|
4257
|
+
"name": "DataList",
|
|
3953
4258
|
"members": [
|
|
3954
4259
|
{
|
|
3955
4260
|
"kind": "field",
|
|
@@ -3971,48 +4276,105 @@
|
|
|
3971
4276
|
},
|
|
3972
4277
|
{
|
|
3973
4278
|
"kind": "field",
|
|
3974
|
-
"name": "
|
|
4279
|
+
"name": "isTop",
|
|
3975
4280
|
"type": {
|
|
3976
|
-
"text": "
|
|
4281
|
+
"text": "boolean"
|
|
4282
|
+
},
|
|
4283
|
+
"default": "false",
|
|
4284
|
+
"attribute": "isTop"
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"kind": "field",
|
|
4288
|
+
"name": "_records",
|
|
4289
|
+
"type": {
|
|
4290
|
+
"text": "GristRecord[]"
|
|
3977
4291
|
},
|
|
3978
4292
|
"privacy": "private",
|
|
3979
|
-
"default": "
|
|
4293
|
+
"default": "[]",
|
|
4294
|
+
"attribute": "_records"
|
|
3980
4295
|
},
|
|
3981
4296
|
{
|
|
3982
4297
|
"kind": "field",
|
|
3983
|
-
"name": "
|
|
4298
|
+
"name": "_total",
|
|
3984
4299
|
"type": {
|
|
3985
|
-
"text": "
|
|
3986
|
-
}
|
|
4300
|
+
"text": "number"
|
|
4301
|
+
},
|
|
4302
|
+
"privacy": "private",
|
|
4303
|
+
"default": "0"
|
|
3987
4304
|
},
|
|
3988
4305
|
{
|
|
3989
4306
|
"kind": "field",
|
|
3990
|
-
"name": "
|
|
4307
|
+
"name": "_limit",
|
|
3991
4308
|
"type": {
|
|
3992
|
-
"text": "
|
|
3993
|
-
}
|
|
4309
|
+
"text": "number"
|
|
4310
|
+
},
|
|
4311
|
+
"privacy": "private",
|
|
4312
|
+
"default": "20"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"kind": "field",
|
|
4316
|
+
"name": "_page",
|
|
4317
|
+
"type": {
|
|
4318
|
+
"text": "number"
|
|
4319
|
+
},
|
|
4320
|
+
"privacy": "private",
|
|
4321
|
+
"default": "1"
|
|
3994
4322
|
},
|
|
3995
4323
|
{
|
|
3996
4324
|
"kind": "method",
|
|
3997
|
-
"name": "
|
|
4325
|
+
"name": "onRecordChanged",
|
|
3998
4326
|
"parameters": [
|
|
3999
4327
|
{
|
|
4000
|
-
"name": "
|
|
4328
|
+
"name": "recordData",
|
|
4001
4329
|
"type": {
|
|
4002
|
-
"text": "
|
|
4330
|
+
"text": "GristRecord"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"name": "row",
|
|
4335
|
+
"type": {
|
|
4336
|
+
"text": "number"
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"name": "column",
|
|
4341
|
+
"type": {
|
|
4342
|
+
"text": "ColumnConfig | null"
|
|
4003
4343
|
}
|
|
4004
4344
|
}
|
|
4005
4345
|
]
|
|
4006
4346
|
},
|
|
4007
4347
|
{
|
|
4008
4348
|
"kind": "method",
|
|
4009
|
-
"name": "
|
|
4349
|
+
"name": "gotoTop",
|
|
4350
|
+
"parameters": [
|
|
4351
|
+
{
|
|
4352
|
+
"name": "e",
|
|
4353
|
+
"type": {
|
|
4354
|
+
"text": "Event"
|
|
4355
|
+
}
|
|
4356
|
+
}
|
|
4357
|
+
]
|
|
4010
4358
|
},
|
|
4011
4359
|
{
|
|
4012
4360
|
"kind": "field",
|
|
4013
4361
|
"name": "pullToRefreshTarget"
|
|
4014
4362
|
}
|
|
4015
4363
|
],
|
|
4364
|
+
"events": [
|
|
4365
|
+
{
|
|
4366
|
+
"name": "attach-page",
|
|
4367
|
+
"type": {
|
|
4368
|
+
"text": "CustomEvent"
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "record-change",
|
|
4373
|
+
"type": {
|
|
4374
|
+
"text": "CustomEvent"
|
|
4375
|
+
}
|
|
4376
|
+
}
|
|
4377
|
+
],
|
|
4016
4378
|
"attributes": [
|
|
4017
4379
|
{
|
|
4018
4380
|
"name": "config",
|
|
@@ -4035,69 +4397,86 @@
|
|
|
4035
4397
|
"module": "/src/configure/config-types"
|
|
4036
4398
|
},
|
|
4037
4399
|
"fieldName": "data"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "isTop",
|
|
4403
|
+
"type": {
|
|
4404
|
+
"text": "boolean"
|
|
4405
|
+
},
|
|
4406
|
+
"default": "false",
|
|
4407
|
+
"fieldName": "isTop"
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "_records",
|
|
4411
|
+
"type": {
|
|
4412
|
+
"text": "GristRecord[]"
|
|
4413
|
+
},
|
|
4414
|
+
"default": "[]",
|
|
4415
|
+
"fieldName": "_records"
|
|
4038
4416
|
}
|
|
4039
4417
|
],
|
|
4040
4418
|
"superclass": {
|
|
4041
4419
|
"name": "LitElement",
|
|
4042
4420
|
"package": "lit"
|
|
4043
4421
|
},
|
|
4044
|
-
"tagName": "ox-
|
|
4422
|
+
"tagName": "ox-list",
|
|
4045
4423
|
"customElement": true
|
|
4046
4424
|
}
|
|
4047
4425
|
],
|
|
4048
4426
|
"exports": [
|
|
4049
4427
|
{
|
|
4050
4428
|
"kind": "js",
|
|
4051
|
-
"name": "
|
|
4429
|
+
"name": "DataList",
|
|
4052
4430
|
"declaration": {
|
|
4053
|
-
"name": "
|
|
4054
|
-
"module": "src/data-
|
|
4431
|
+
"name": "DataList",
|
|
4432
|
+
"module": "src/data-list/data-list.ts"
|
|
4055
4433
|
}
|
|
4056
4434
|
},
|
|
4057
4435
|
{
|
|
4058
4436
|
"kind": "custom-element-definition",
|
|
4059
|
-
"name": "ox-
|
|
4437
|
+
"name": "ox-list",
|
|
4060
4438
|
"declaration": {
|
|
4061
|
-
"name": "
|
|
4062
|
-
"module": "src/data-
|
|
4439
|
+
"name": "DataList",
|
|
4440
|
+
"module": "src/data-list/data-list.ts"
|
|
4063
4441
|
}
|
|
4064
4442
|
}
|
|
4065
4443
|
]
|
|
4066
4444
|
},
|
|
4067
4445
|
{
|
|
4068
4446
|
"kind": "javascript-module",
|
|
4069
|
-
"path": "src/data-
|
|
4447
|
+
"path": "src/data-list/record-partial.ts",
|
|
4070
4448
|
"declarations": [
|
|
4071
4449
|
{
|
|
4072
4450
|
"kind": "class",
|
|
4073
4451
|
"description": "",
|
|
4074
|
-
"name": "
|
|
4452
|
+
"name": "RecordPartial",
|
|
4075
4453
|
"members": [
|
|
4076
4454
|
{
|
|
4077
4455
|
"kind": "field",
|
|
4078
|
-
"name": "
|
|
4456
|
+
"name": "config",
|
|
4079
4457
|
"type": {
|
|
4080
|
-
"text": "
|
|
4458
|
+
"text": "GristConfig"
|
|
4081
4459
|
},
|
|
4082
|
-
"
|
|
4460
|
+
"default": "ZERO_CONFIG",
|
|
4461
|
+
"attribute": "config"
|
|
4083
4462
|
},
|
|
4084
4463
|
{
|
|
4085
4464
|
"kind": "field",
|
|
4086
|
-
"name": "
|
|
4465
|
+
"name": "data",
|
|
4087
4466
|
"type": {
|
|
4088
|
-
"text": "
|
|
4467
|
+
"text": "GristData"
|
|
4089
4468
|
},
|
|
4090
|
-
"default": "
|
|
4091
|
-
"attribute": "
|
|
4469
|
+
"default": "ZERO_DATA",
|
|
4470
|
+
"attribute": "data"
|
|
4092
4471
|
},
|
|
4093
4472
|
{
|
|
4094
4473
|
"kind": "field",
|
|
4095
|
-
"name": "
|
|
4474
|
+
"name": "record",
|
|
4096
4475
|
"type": {
|
|
4097
|
-
"text": "
|
|
4476
|
+
"text": "GristRecord"
|
|
4098
4477
|
},
|
|
4099
|
-
"default": "
|
|
4100
|
-
"attribute": "
|
|
4478
|
+
"default": "ZERO_RECORD",
|
|
4479
|
+
"attribute": "record"
|
|
4101
4480
|
},
|
|
4102
4481
|
{
|
|
4103
4482
|
"kind": "field",
|
|
@@ -4110,309 +4489,419 @@
|
|
|
4110
4489
|
},
|
|
4111
4490
|
{
|
|
4112
4491
|
"kind": "field",
|
|
4113
|
-
"name": "
|
|
4492
|
+
"name": "selectedRow",
|
|
4114
4493
|
"type": {
|
|
4115
|
-
"text": "
|
|
4494
|
+
"text": "boolean"
|
|
4116
4495
|
},
|
|
4117
|
-
"default": "
|
|
4118
|
-
"attribute": "
|
|
4496
|
+
"default": "false",
|
|
4497
|
+
"attribute": "selected-row"
|
|
4119
4498
|
},
|
|
4120
4499
|
{
|
|
4121
4500
|
"kind": "field",
|
|
4122
|
-
"name": "
|
|
4501
|
+
"name": "_recordView",
|
|
4123
4502
|
"type": {
|
|
4124
4503
|
"text": "any"
|
|
4125
4504
|
},
|
|
4126
|
-
"
|
|
4505
|
+
"privacy": "private"
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "method",
|
|
4509
|
+
"name": "onFieldChange",
|
|
4510
|
+
"parameters": [
|
|
4511
|
+
{
|
|
4512
|
+
"name": "e",
|
|
4513
|
+
"type": {
|
|
4514
|
+
"text": "Event"
|
|
4515
|
+
}
|
|
4516
|
+
}
|
|
4517
|
+
]
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"kind": "field",
|
|
4521
|
+
"name": "recordView"
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"kind": "method",
|
|
4525
|
+
"name": "popupRecordView"
|
|
4127
4526
|
}
|
|
4128
4527
|
],
|
|
4129
|
-
"
|
|
4528
|
+
"events": [
|
|
4130
4529
|
{
|
|
4131
|
-
"name": "
|
|
4530
|
+
"name": "field-change",
|
|
4132
4531
|
"type": {
|
|
4133
|
-
"text": "
|
|
4134
|
-
}
|
|
4135
|
-
"fieldName": "align"
|
|
4532
|
+
"text": "CustomEvent"
|
|
4533
|
+
}
|
|
4136
4534
|
},
|
|
4137
4535
|
{
|
|
4138
|
-
"name": "record",
|
|
4536
|
+
"name": "record-reset",
|
|
4139
4537
|
"type": {
|
|
4140
|
-
"text": "
|
|
4538
|
+
"text": "CustomEvent"
|
|
4539
|
+
}
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
4542
|
+
"attributes": [
|
|
4543
|
+
{
|
|
4544
|
+
"name": "config",
|
|
4545
|
+
"type": {
|
|
4546
|
+
"text": "GristConfig"
|
|
4141
4547
|
},
|
|
4142
|
-
"default": "
|
|
4548
|
+
"default": "ZERO_CONFIG",
|
|
4143
4549
|
"resolveInitializer": {
|
|
4144
4550
|
"module": "/src/configure/config-types"
|
|
4145
4551
|
},
|
|
4146
|
-
"fieldName": "
|
|
4552
|
+
"fieldName": "config"
|
|
4147
4553
|
},
|
|
4148
4554
|
{
|
|
4149
|
-
"name": "
|
|
4555
|
+
"name": "data",
|
|
4150
4556
|
"type": {
|
|
4151
|
-
"text": "
|
|
4557
|
+
"text": "GristData"
|
|
4152
4558
|
},
|
|
4153
|
-
"default": "
|
|
4559
|
+
"default": "ZERO_DATA",
|
|
4154
4560
|
"resolveInitializer": {
|
|
4155
4561
|
"module": "/src/configure/config-types"
|
|
4156
4562
|
},
|
|
4157
|
-
"fieldName": "
|
|
4563
|
+
"fieldName": "data"
|
|
4158
4564
|
},
|
|
4159
4565
|
{
|
|
4160
|
-
"name": "
|
|
4566
|
+
"name": "record",
|
|
4161
4567
|
"type": {
|
|
4162
|
-
"text": "
|
|
4568
|
+
"text": "GristRecord"
|
|
4163
4569
|
},
|
|
4164
|
-
"default": "
|
|
4165
|
-
"
|
|
4570
|
+
"default": "ZERO_RECORD",
|
|
4571
|
+
"resolveInitializer": {
|
|
4572
|
+
"module": "/src/configure/config-types"
|
|
4573
|
+
},
|
|
4574
|
+
"fieldName": "record"
|
|
4166
4575
|
},
|
|
4167
4576
|
{
|
|
4168
|
-
"name": "
|
|
4577
|
+
"name": "rowIndex",
|
|
4169
4578
|
"type": {
|
|
4170
4579
|
"text": "number"
|
|
4171
4580
|
},
|
|
4172
4581
|
"default": "-1",
|
|
4173
|
-
"fieldName": "
|
|
4582
|
+
"fieldName": "rowIndex"
|
|
4174
4583
|
},
|
|
4175
4584
|
{
|
|
4176
|
-
"name": "
|
|
4585
|
+
"name": "selected-row",
|
|
4177
4586
|
"type": {
|
|
4178
|
-
"text": "
|
|
4587
|
+
"text": "boolean"
|
|
4179
4588
|
},
|
|
4180
|
-
"
|
|
4589
|
+
"default": "false",
|
|
4590
|
+
"fieldName": "selectedRow"
|
|
4181
4591
|
}
|
|
4182
4592
|
],
|
|
4183
4593
|
"superclass": {
|
|
4184
4594
|
"name": "LitElement",
|
|
4185
4595
|
"package": "lit"
|
|
4186
4596
|
},
|
|
4187
|
-
"tagName": "ox-
|
|
4597
|
+
"tagName": "ox-record-partial",
|
|
4188
4598
|
"customElement": true
|
|
4189
4599
|
}
|
|
4190
4600
|
],
|
|
4191
4601
|
"exports": [
|
|
4192
4602
|
{
|
|
4193
4603
|
"kind": "js",
|
|
4194
|
-
"name": "
|
|
4604
|
+
"name": "RecordPartial",
|
|
4195
4605
|
"declaration": {
|
|
4196
|
-
"name": "
|
|
4197
|
-
"module": "src/data-
|
|
4606
|
+
"name": "RecordPartial",
|
|
4607
|
+
"module": "src/data-list/record-partial.ts"
|
|
4198
4608
|
}
|
|
4199
4609
|
},
|
|
4200
4610
|
{
|
|
4201
4611
|
"kind": "custom-element-definition",
|
|
4202
|
-
"name": "ox-
|
|
4612
|
+
"name": "ox-record-partial",
|
|
4203
4613
|
"declaration": {
|
|
4204
|
-
"name": "
|
|
4205
|
-
"module": "src/data-
|
|
4614
|
+
"name": "RecordPartial",
|
|
4615
|
+
"module": "src/data-list/record-partial.ts"
|
|
4206
4616
|
}
|
|
4207
4617
|
}
|
|
4208
4618
|
]
|
|
4209
4619
|
},
|
|
4210
4620
|
{
|
|
4211
4621
|
"kind": "javascript-module",
|
|
4212
|
-
"path": "src/
|
|
4622
|
+
"path": "src/gutters/gutter-button.ts",
|
|
4213
4623
|
"declarations": [
|
|
4214
4624
|
{
|
|
4215
4625
|
"kind": "class",
|
|
4216
4626
|
"description": "",
|
|
4217
|
-
"name": "
|
|
4627
|
+
"name": "GutterButton",
|
|
4218
4628
|
"members": [
|
|
4219
|
-
{
|
|
4220
|
-
"kind": "field",
|
|
4221
|
-
"name": "config",
|
|
4222
|
-
"type": {
|
|
4223
|
-
"text": "GristConfig"
|
|
4224
|
-
},
|
|
4225
|
-
"default": "ZERO_CONFIG",
|
|
4226
|
-
"attribute": "config"
|
|
4227
|
-
},
|
|
4228
|
-
{
|
|
4229
|
-
"kind": "field",
|
|
4230
|
-
"name": "columns",
|
|
4231
|
-
"type": {
|
|
4232
|
-
"text": "ColumnConfig[]"
|
|
4233
|
-
},
|
|
4234
|
-
"default": "[]",
|
|
4235
|
-
"attribute": "columns"
|
|
4236
|
-
},
|
|
4237
|
-
{
|
|
4238
|
-
"kind": "field",
|
|
4239
|
-
"name": "data",
|
|
4240
|
-
"type": {
|
|
4241
|
-
"text": "GristData"
|
|
4242
|
-
},
|
|
4243
|
-
"default": "ZERO_DATA",
|
|
4244
|
-
"attribute": "data"
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"kind": "field",
|
|
4248
|
-
"name": "_sorters",
|
|
4249
|
-
"type": {
|
|
4250
|
-
"text": "SortersConfig | undefined"
|
|
4251
|
-
},
|
|
4252
|
-
"privacy": "private",
|
|
4253
|
-
"attribute": "_sorters"
|
|
4254
|
-
},
|
|
4255
|
-
{
|
|
4256
|
-
"kind": "field",
|
|
4257
|
-
"name": "throttledNotifier",
|
|
4258
|
-
"type": {
|
|
4259
|
-
"text": "(idx: number, width: number) => void | undefined"
|
|
4260
|
-
},
|
|
4261
|
-
"privacy": "private"
|
|
4262
|
-
},
|
|
4263
4629
|
{
|
|
4264
4630
|
"kind": "method",
|
|
4265
|
-
"name": "
|
|
4631
|
+
"name": "instance",
|
|
4632
|
+
"static": true,
|
|
4266
4633
|
"parameters": [
|
|
4267
4634
|
{
|
|
4268
|
-
"name": "
|
|
4635
|
+
"name": "config",
|
|
4636
|
+
"default": "{}",
|
|
4269
4637
|
"type": {
|
|
4270
|
-
"text": "
|
|
4638
|
+
"text": "any"
|
|
4271
4639
|
}
|
|
4272
4640
|
}
|
|
4273
4641
|
]
|
|
4274
|
-
}
|
|
4642
|
+
}
|
|
4643
|
+
]
|
|
4644
|
+
}
|
|
4645
|
+
],
|
|
4646
|
+
"exports": [
|
|
4647
|
+
{
|
|
4648
|
+
"kind": "js",
|
|
4649
|
+
"name": "GutterButton",
|
|
4650
|
+
"declaration": {
|
|
4651
|
+
"name": "GutterButton",
|
|
4652
|
+
"module": "src/gutters/gutter-button.ts"
|
|
4653
|
+
}
|
|
4654
|
+
}
|
|
4655
|
+
]
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"kind": "javascript-module",
|
|
4659
|
+
"path": "src/gutters/gutter-dirty.ts",
|
|
4660
|
+
"declarations": [
|
|
4661
|
+
{
|
|
4662
|
+
"kind": "class",
|
|
4663
|
+
"description": "",
|
|
4664
|
+
"name": "GutterDirtyElement",
|
|
4665
|
+
"members": [
|
|
4275
4666
|
{
|
|
4276
|
-
"kind": "
|
|
4277
|
-
"name": "
|
|
4278
|
-
"
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
]
|
|
4286
|
-
},
|
|
4667
|
+
"kind": "field",
|
|
4668
|
+
"name": "value",
|
|
4669
|
+
"type": {
|
|
4670
|
+
"text": "string | undefined"
|
|
4671
|
+
},
|
|
4672
|
+
"attribute": "value"
|
|
4673
|
+
}
|
|
4674
|
+
],
|
|
4675
|
+
"attributes": [
|
|
4287
4676
|
{
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4677
|
+
"name": "value",
|
|
4678
|
+
"type": {
|
|
4679
|
+
"text": "string | undefined"
|
|
4680
|
+
},
|
|
4681
|
+
"fieldName": "value"
|
|
4682
|
+
}
|
|
4683
|
+
],
|
|
4684
|
+
"superclass": {
|
|
4685
|
+
"name": "LitElement",
|
|
4686
|
+
"package": "lit"
|
|
4687
|
+
},
|
|
4688
|
+
"tagName": "ox-gutter-dirty-element",
|
|
4689
|
+
"customElement": true
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
"kind": "class",
|
|
4693
|
+
"description": "",
|
|
4694
|
+
"name": "GutterDirty",
|
|
4695
|
+
"members": [
|
|
4299
4696
|
{
|
|
4300
4697
|
"kind": "method",
|
|
4301
|
-
"name": "
|
|
4698
|
+
"name": "instance",
|
|
4699
|
+
"static": true,
|
|
4302
4700
|
"parameters": [
|
|
4303
4701
|
{
|
|
4304
|
-
"name": "
|
|
4702
|
+
"name": "config",
|
|
4703
|
+
"default": "{ type: 'gutter', name: '__dirty__' } as any",
|
|
4305
4704
|
"type": {
|
|
4306
4705
|
"text": "ColumnConfig"
|
|
4307
4706
|
}
|
|
4308
4707
|
}
|
|
4309
4708
|
]
|
|
4310
|
-
}
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4709
|
+
}
|
|
4710
|
+
]
|
|
4711
|
+
}
|
|
4712
|
+
],
|
|
4713
|
+
"exports": [
|
|
4714
|
+
{
|
|
4715
|
+
"kind": "custom-element-definition",
|
|
4716
|
+
"name": "ox-gutter-dirty-element",
|
|
4717
|
+
"declaration": {
|
|
4718
|
+
"name": "GutterDirtyElement",
|
|
4719
|
+
"module": "src/gutters/gutter-dirty.ts"
|
|
4720
|
+
}
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"kind": "js",
|
|
4724
|
+
"name": "GutterDirty",
|
|
4725
|
+
"declaration": {
|
|
4726
|
+
"name": "GutterDirty",
|
|
4727
|
+
"module": "src/gutters/gutter-dirty.ts"
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
]
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"kind": "javascript-module",
|
|
4734
|
+
"path": "src/gutters/gutter-row-selector.ts",
|
|
4735
|
+
"declarations": [
|
|
4736
|
+
{
|
|
4737
|
+
"kind": "class",
|
|
4738
|
+
"description": "",
|
|
4739
|
+
"name": "GutterRowSelector",
|
|
4740
|
+
"members": [
|
|
4329
4741
|
{
|
|
4330
4742
|
"kind": "method",
|
|
4331
|
-
"name": "
|
|
4743
|
+
"name": "instance",
|
|
4744
|
+
"static": true,
|
|
4332
4745
|
"parameters": [
|
|
4333
4746
|
{
|
|
4334
|
-
"name": "
|
|
4335
|
-
"
|
|
4336
|
-
"text": "MouseEvent"
|
|
4337
|
-
}
|
|
4338
|
-
},
|
|
4339
|
-
{
|
|
4340
|
-
"name": "idx",
|
|
4341
|
-
"type": {
|
|
4342
|
-
"text": "number"
|
|
4343
|
-
}
|
|
4747
|
+
"name": "config",
|
|
4748
|
+
"default": "{} as any"
|
|
4344
4749
|
}
|
|
4345
4750
|
]
|
|
4346
4751
|
}
|
|
4347
4752
|
],
|
|
4348
4753
|
"events": [
|
|
4349
4754
|
{
|
|
4350
|
-
"name": "
|
|
4755
|
+
"name": "select-all-change",
|
|
4351
4756
|
"type": {
|
|
4352
4757
|
"text": "CustomEvent"
|
|
4353
4758
|
}
|
|
4354
|
-
}
|
|
4759
|
+
}
|
|
4760
|
+
]
|
|
4761
|
+
}
|
|
4762
|
+
],
|
|
4763
|
+
"exports": [
|
|
4764
|
+
{
|
|
4765
|
+
"kind": "js",
|
|
4766
|
+
"name": "GutterRowSelector",
|
|
4767
|
+
"declaration": {
|
|
4768
|
+
"name": "GutterRowSelector",
|
|
4769
|
+
"module": "src/gutters/gutter-row-selector.ts"
|
|
4770
|
+
}
|
|
4771
|
+
}
|
|
4772
|
+
]
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"kind": "javascript-module",
|
|
4776
|
+
"path": "src/gutters/gutter-sequence.ts",
|
|
4777
|
+
"declarations": [
|
|
4778
|
+
{
|
|
4779
|
+
"kind": "class",
|
|
4780
|
+
"description": "",
|
|
4781
|
+
"name": "GutterSequence",
|
|
4782
|
+
"members": [
|
|
4355
4783
|
{
|
|
4356
|
-
"
|
|
4357
|
-
"
|
|
4358
|
-
|
|
4359
|
-
|
|
4784
|
+
"kind": "method",
|
|
4785
|
+
"name": "instance",
|
|
4786
|
+
"static": true,
|
|
4787
|
+
"parameters": [
|
|
4788
|
+
{
|
|
4789
|
+
"name": "config",
|
|
4790
|
+
"default": "{} as any"
|
|
4791
|
+
}
|
|
4792
|
+
]
|
|
4360
4793
|
}
|
|
4361
|
-
]
|
|
4362
|
-
|
|
4794
|
+
]
|
|
4795
|
+
}
|
|
4796
|
+
],
|
|
4797
|
+
"exports": [
|
|
4798
|
+
{
|
|
4799
|
+
"kind": "js",
|
|
4800
|
+
"name": "GutterSequence",
|
|
4801
|
+
"declaration": {
|
|
4802
|
+
"name": "GutterSequence",
|
|
4803
|
+
"module": "src/gutters/gutter-sequence.ts"
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4806
|
+
]
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"kind": "javascript-module",
|
|
4810
|
+
"path": "src/gutters/index.ts",
|
|
4811
|
+
"declarations": [],
|
|
4812
|
+
"exports": [
|
|
4813
|
+
{
|
|
4814
|
+
"kind": "js",
|
|
4815
|
+
"name": "*",
|
|
4816
|
+
"declaration": {
|
|
4817
|
+
"name": "*",
|
|
4818
|
+
"package": "./registry"
|
|
4819
|
+
}
|
|
4820
|
+
}
|
|
4821
|
+
]
|
|
4822
|
+
},
|
|
4823
|
+
{
|
|
4824
|
+
"kind": "javascript-module",
|
|
4825
|
+
"path": "src/gutters/registry.ts",
|
|
4826
|
+
"declarations": [
|
|
4827
|
+
{
|
|
4828
|
+
"kind": "function",
|
|
4829
|
+
"name": "registerGutter",
|
|
4830
|
+
"parameters": [
|
|
4363
4831
|
{
|
|
4364
|
-
"name": "
|
|
4832
|
+
"name": "name",
|
|
4365
4833
|
"type": {
|
|
4366
|
-
"text": "
|
|
4367
|
-
}
|
|
4368
|
-
"default": "ZERO_CONFIG",
|
|
4369
|
-
"resolveInitializer": {
|
|
4370
|
-
"module": "/src/configure/config-types"
|
|
4371
|
-
},
|
|
4372
|
-
"fieldName": "config"
|
|
4834
|
+
"text": "string"
|
|
4835
|
+
}
|
|
4373
4836
|
},
|
|
4374
4837
|
{
|
|
4375
|
-
"name": "
|
|
4838
|
+
"name": "gutter",
|
|
4376
4839
|
"type": {
|
|
4377
|
-
"text": "
|
|
4378
|
-
}
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4840
|
+
"text": "any"
|
|
4841
|
+
}
|
|
4842
|
+
}
|
|
4843
|
+
]
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "function",
|
|
4847
|
+
"name": "unregisterGutter",
|
|
4848
|
+
"parameters": [
|
|
4382
4849
|
{
|
|
4383
|
-
"name": "
|
|
4850
|
+
"name": "name",
|
|
4384
4851
|
"type": {
|
|
4385
|
-
"text": "
|
|
4386
|
-
}
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4852
|
+
"text": "string"
|
|
4853
|
+
}
|
|
4854
|
+
}
|
|
4855
|
+
]
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"kind": "function",
|
|
4859
|
+
"name": "getGutters"
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"kind": "function",
|
|
4863
|
+
"name": "generateGutterColumn",
|
|
4864
|
+
"parameters": [
|
|
4393
4865
|
{
|
|
4394
|
-
"name": "
|
|
4866
|
+
"name": "config",
|
|
4395
4867
|
"type": {
|
|
4396
|
-
"text": "
|
|
4397
|
-
}
|
|
4398
|
-
"fieldName": "_sorters"
|
|
4868
|
+
"text": "ColumnConfig"
|
|
4869
|
+
}
|
|
4399
4870
|
}
|
|
4400
|
-
]
|
|
4401
|
-
"superclass": {
|
|
4402
|
-
"name": "LitElement",
|
|
4403
|
-
"package": "lit"
|
|
4404
|
-
},
|
|
4405
|
-
"tagName": "ox-report-header",
|
|
4406
|
-
"customElement": true
|
|
4871
|
+
]
|
|
4407
4872
|
}
|
|
4408
4873
|
],
|
|
4409
4874
|
"exports": [
|
|
4410
4875
|
{
|
|
4411
|
-
"kind": "
|
|
4412
|
-
"name": "
|
|
4876
|
+
"kind": "js",
|
|
4877
|
+
"name": "registerGutter",
|
|
4413
4878
|
"declaration": {
|
|
4414
|
-
"name": "
|
|
4415
|
-
"module": "src/
|
|
4879
|
+
"name": "registerGutter",
|
|
4880
|
+
"module": "src/gutters/registry.ts"
|
|
4881
|
+
}
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"kind": "js",
|
|
4885
|
+
"name": "unregisterGutter",
|
|
4886
|
+
"declaration": {
|
|
4887
|
+
"name": "unregisterGutter",
|
|
4888
|
+
"module": "src/gutters/registry.ts"
|
|
4889
|
+
}
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"kind": "js",
|
|
4893
|
+
"name": "getGutters",
|
|
4894
|
+
"declaration": {
|
|
4895
|
+
"name": "getGutters",
|
|
4896
|
+
"module": "src/gutters/registry.ts"
|
|
4897
|
+
}
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"kind": "js",
|
|
4901
|
+
"name": "generateGutterColumn",
|
|
4902
|
+
"declaration": {
|
|
4903
|
+
"name": "generateGutterColumn",
|
|
4904
|
+
"module": "src/gutters/registry.ts"
|
|
4416
4905
|
}
|
|
4417
4906
|
}
|
|
4418
4907
|
]
|
|
@@ -9599,558 +10088,59 @@
|
|
|
9599
10088
|
}
|
|
9600
10089
|
},
|
|
9601
10090
|
{
|
|
9602
|
-
"kind": "custom-element-definition",
|
|
9603
|
-
"name": "ox-image-input",
|
|
9604
|
-
"declaration": {
|
|
9605
|
-
"name": "ImageInput",
|
|
9606
|
-
"module": "src/editors/input-editors.ts"
|
|
9607
|
-
}
|
|
9608
|
-
},
|
|
9609
|
-
{
|
|
9610
|
-
"kind": "js",
|
|
9611
|
-
"name": "Select",
|
|
9612
|
-
"declaration": {
|
|
9613
|
-
"name": "Select",
|
|
9614
|
-
"module": "src/editors/input-editors.ts"
|
|
9615
|
-
}
|
|
9616
|
-
},
|
|
9617
|
-
{
|
|
9618
|
-
"kind": "custom-element-definition",
|
|
9619
|
-
"name": "ox-select-input",
|
|
9620
|
-
"declaration": {
|
|
9621
|
-
"name": "Select",
|
|
9622
|
-
"module": "src/editors/input-editors.ts"
|
|
9623
|
-
}
|
|
9624
|
-
}
|
|
9625
|
-
]
|
|
9626
|
-
},
|
|
9627
|
-
{
|
|
9628
|
-
"kind": "javascript-module",
|
|
9629
|
-
"path": "src/editors/registry.ts",
|
|
9630
|
-
"declarations": [
|
|
9631
|
-
{
|
|
9632
|
-
"kind": "function",
|
|
9633
|
-
"name": "registerEditor",
|
|
9634
|
-
"parameters": [
|
|
9635
|
-
{
|
|
9636
|
-
"name": "type",
|
|
9637
|
-
"type": {
|
|
9638
|
-
"text": "string"
|
|
9639
|
-
}
|
|
9640
|
-
},
|
|
9641
|
-
{
|
|
9642
|
-
"name": "editor",
|
|
9643
|
-
"type": {
|
|
9644
|
-
"text": "{ new (): InputEditor }"
|
|
9645
|
-
}
|
|
9646
|
-
}
|
|
9647
|
-
]
|
|
9648
|
-
},
|
|
9649
|
-
{
|
|
9650
|
-
"kind": "function",
|
|
9651
|
-
"name": "unregisterEditor",
|
|
9652
|
-
"parameters": [
|
|
9653
|
-
{
|
|
9654
|
-
"name": "type",
|
|
9655
|
-
"type": {
|
|
9656
|
-
"text": "string"
|
|
9657
|
-
}
|
|
9658
|
-
}
|
|
9659
|
-
]
|
|
9660
|
-
},
|
|
9661
|
-
{
|
|
9662
|
-
"kind": "function",
|
|
9663
|
-
"name": "getEditors",
|
|
9664
|
-
"return": {
|
|
9665
|
-
"type": {
|
|
9666
|
-
"text": "{ [name: string]: { new (): InputEditor } }"
|
|
9667
|
-
}
|
|
9668
|
-
}
|
|
9669
|
-
},
|
|
9670
|
-
{
|
|
9671
|
-
"kind": "function",
|
|
9672
|
-
"name": "getEditor",
|
|
9673
|
-
"return": {
|
|
9674
|
-
"type": {
|
|
9675
|
-
"text": "FieldEditor"
|
|
9676
|
-
}
|
|
9677
|
-
},
|
|
9678
|
-
"parameters": [
|
|
9679
|
-
{
|
|
9680
|
-
"name": "type",
|
|
9681
|
-
"type": {
|
|
9682
|
-
"text": "string"
|
|
9683
|
-
}
|
|
9684
|
-
}
|
|
9685
|
-
]
|
|
9686
|
-
}
|
|
9687
|
-
],
|
|
9688
|
-
"exports": [
|
|
9689
|
-
{
|
|
9690
|
-
"kind": "js",
|
|
9691
|
-
"name": "registerEditor",
|
|
9692
|
-
"declaration": {
|
|
9693
|
-
"name": "registerEditor",
|
|
9694
|
-
"module": "src/editors/registry.ts"
|
|
9695
|
-
}
|
|
9696
|
-
},
|
|
9697
|
-
{
|
|
9698
|
-
"kind": "js",
|
|
9699
|
-
"name": "unregisterEditor",
|
|
9700
|
-
"declaration": {
|
|
9701
|
-
"name": "unregisterEditor",
|
|
9702
|
-
"module": "src/editors/registry.ts"
|
|
9703
|
-
}
|
|
9704
|
-
},
|
|
9705
|
-
{
|
|
9706
|
-
"kind": "js",
|
|
9707
|
-
"name": "getEditors",
|
|
9708
|
-
"declaration": {
|
|
9709
|
-
"name": "getEditors",
|
|
9710
|
-
"module": "src/editors/registry.ts"
|
|
9711
|
-
}
|
|
9712
|
-
},
|
|
9713
|
-
{
|
|
9714
|
-
"kind": "js",
|
|
9715
|
-
"name": "getEditor",
|
|
9716
|
-
"declaration": {
|
|
9717
|
-
"name": "getEditor",
|
|
9718
|
-
"module": "src/editors/registry.ts"
|
|
9719
|
-
}
|
|
9720
|
-
}
|
|
9721
|
-
]
|
|
9722
|
-
},
|
|
9723
|
-
{
|
|
9724
|
-
"kind": "javascript-module",
|
|
9725
|
-
"path": "src/formatters/date-formatter.ts",
|
|
9726
|
-
"declarations": [
|
|
9727
|
-
{
|
|
9728
|
-
"kind": "function",
|
|
9729
|
-
"name": "DateFormatter",
|
|
9730
|
-
"return": {
|
|
9731
|
-
"type": {
|
|
9732
|
-
"text": "string"
|
|
9733
|
-
}
|
|
9734
|
-
},
|
|
9735
|
-
"parameters": [
|
|
9736
|
-
{
|
|
9737
|
-
"name": "value",
|
|
9738
|
-
"type": {
|
|
9739
|
-
"text": "any"
|
|
9740
|
-
}
|
|
9741
|
-
}
|
|
9742
|
-
]
|
|
9743
|
-
}
|
|
9744
|
-
],
|
|
9745
|
-
"exports": [
|
|
9746
|
-
{
|
|
9747
|
-
"kind": "js",
|
|
9748
|
-
"name": "DateFormatter",
|
|
9749
|
-
"declaration": {
|
|
9750
|
-
"name": "DateFormatter",
|
|
9751
|
-
"module": "src/formatters/date-formatter.ts"
|
|
9752
|
-
}
|
|
9753
|
-
}
|
|
9754
|
-
]
|
|
9755
|
-
},
|
|
9756
|
-
{
|
|
9757
|
-
"kind": "javascript-module",
|
|
9758
|
-
"path": "src/formatters/index.ts",
|
|
9759
|
-
"declarations": [],
|
|
9760
|
-
"exports": [
|
|
9761
|
-
{
|
|
9762
|
-
"kind": "js",
|
|
9763
|
-
"name": "*",
|
|
9764
|
-
"declaration": {
|
|
9765
|
-
"name": "*",
|
|
9766
|
-
"package": "./registry"
|
|
9767
|
-
}
|
|
9768
|
-
}
|
|
9769
|
-
]
|
|
9770
|
-
},
|
|
9771
|
-
{
|
|
9772
|
-
"kind": "javascript-module",
|
|
9773
|
-
"path": "src/formatters/number-formatter.ts",
|
|
9774
|
-
"declarations": [
|
|
9775
|
-
{
|
|
9776
|
-
"kind": "function",
|
|
9777
|
-
"name": "NumberFormatter",
|
|
9778
|
-
"return": {
|
|
9779
|
-
"type": {
|
|
9780
|
-
"text": "string"
|
|
9781
|
-
}
|
|
9782
|
-
},
|
|
9783
|
-
"parameters": [
|
|
9784
|
-
{
|
|
9785
|
-
"name": "value",
|
|
9786
|
-
"type": {
|
|
9787
|
-
"text": "any"
|
|
9788
|
-
}
|
|
9789
|
-
}
|
|
9790
|
-
]
|
|
9791
|
-
}
|
|
9792
|
-
],
|
|
9793
|
-
"exports": [
|
|
9794
|
-
{
|
|
9795
|
-
"kind": "js",
|
|
9796
|
-
"name": "NumberFormatter",
|
|
9797
|
-
"declaration": {
|
|
9798
|
-
"name": "NumberFormatter",
|
|
9799
|
-
"module": "src/formatters/number-formatter.ts"
|
|
9800
|
-
}
|
|
9801
|
-
}
|
|
9802
|
-
]
|
|
9803
|
-
},
|
|
9804
|
-
{
|
|
9805
|
-
"kind": "javascript-module",
|
|
9806
|
-
"path": "src/formatters/registry.ts",
|
|
9807
|
-
"declarations": [
|
|
9808
|
-
{
|
|
9809
|
-
"kind": "function",
|
|
9810
|
-
"name": "registerFormatter",
|
|
9811
|
-
"parameters": [
|
|
9812
|
-
{
|
|
9813
|
-
"name": "type",
|
|
9814
|
-
"type": {
|
|
9815
|
-
"text": "string"
|
|
9816
|
-
}
|
|
9817
|
-
},
|
|
9818
|
-
{
|
|
9819
|
-
"name": "formatter",
|
|
9820
|
-
"type": {
|
|
9821
|
-
"text": "(value: any) => string"
|
|
9822
|
-
}
|
|
9823
|
-
}
|
|
9824
|
-
]
|
|
9825
|
-
},
|
|
9826
|
-
{
|
|
9827
|
-
"kind": "function",
|
|
9828
|
-
"name": "unregisterFormatter",
|
|
9829
|
-
"parameters": [
|
|
9830
|
-
{
|
|
9831
|
-
"name": "type",
|
|
9832
|
-
"type": {
|
|
9833
|
-
"text": "string"
|
|
9834
|
-
}
|
|
9835
|
-
}
|
|
9836
|
-
]
|
|
9837
|
-
},
|
|
9838
|
-
{
|
|
9839
|
-
"kind": "function",
|
|
9840
|
-
"name": "getFormatters"
|
|
9841
|
-
},
|
|
9842
|
-
{
|
|
9843
|
-
"kind": "function",
|
|
9844
|
-
"name": "getFormatter",
|
|
9845
|
-
"parameters": [
|
|
9846
|
-
{
|
|
9847
|
-
"name": "type",
|
|
9848
|
-
"type": {
|
|
9849
|
-
"text": "string"
|
|
9850
|
-
}
|
|
9851
|
-
}
|
|
9852
|
-
]
|
|
9853
|
-
}
|
|
9854
|
-
],
|
|
9855
|
-
"exports": [
|
|
9856
|
-
{
|
|
9857
|
-
"kind": "js",
|
|
9858
|
-
"name": "registerFormatter",
|
|
9859
|
-
"declaration": {
|
|
9860
|
-
"name": "registerFormatter",
|
|
9861
|
-
"module": "src/formatters/registry.ts"
|
|
9862
|
-
}
|
|
9863
|
-
},
|
|
9864
|
-
{
|
|
9865
|
-
"kind": "js",
|
|
9866
|
-
"name": "unregisterFormatter",
|
|
9867
|
-
"declaration": {
|
|
9868
|
-
"name": "unregisterFormatter",
|
|
9869
|
-
"module": "src/formatters/registry.ts"
|
|
9870
|
-
}
|
|
9871
|
-
},
|
|
9872
|
-
{
|
|
9873
|
-
"kind": "js",
|
|
9874
|
-
"name": "getFormatters",
|
|
9875
|
-
"declaration": {
|
|
9876
|
-
"name": "getFormatters",
|
|
9877
|
-
"module": "src/formatters/registry.ts"
|
|
9878
|
-
}
|
|
9879
|
-
},
|
|
9880
|
-
{
|
|
9881
|
-
"kind": "js",
|
|
9882
|
-
"name": "getFormatter",
|
|
9883
|
-
"declaration": {
|
|
9884
|
-
"name": "getFormatter",
|
|
9885
|
-
"module": "src/formatters/registry.ts"
|
|
9886
|
-
}
|
|
9887
|
-
}
|
|
9888
|
-
]
|
|
9889
|
-
},
|
|
9890
|
-
{
|
|
9891
|
-
"kind": "javascript-module",
|
|
9892
|
-
"path": "src/formatters/text-formatter.ts",
|
|
9893
|
-
"declarations": [
|
|
9894
|
-
{
|
|
9895
|
-
"kind": "function",
|
|
9896
|
-
"name": "TextFormatter",
|
|
9897
|
-
"return": {
|
|
9898
|
-
"type": {
|
|
9899
|
-
"text": "string"
|
|
9900
|
-
}
|
|
9901
|
-
},
|
|
9902
|
-
"parameters": [
|
|
9903
|
-
{
|
|
9904
|
-
"name": "value",
|
|
9905
|
-
"type": {
|
|
9906
|
-
"text": "any"
|
|
9907
|
-
}
|
|
9908
|
-
}
|
|
9909
|
-
]
|
|
9910
|
-
}
|
|
9911
|
-
],
|
|
9912
|
-
"exports": [
|
|
9913
|
-
{
|
|
9914
|
-
"kind": "js",
|
|
9915
|
-
"name": "TextFormatter",
|
|
9916
|
-
"declaration": {
|
|
9917
|
-
"name": "TextFormatter",
|
|
9918
|
-
"module": "src/formatters/text-formatter.ts"
|
|
9919
|
-
}
|
|
9920
|
-
}
|
|
9921
|
-
]
|
|
9922
|
-
},
|
|
9923
|
-
{
|
|
9924
|
-
"kind": "javascript-module",
|
|
9925
|
-
"path": "src/gutters/gutter-button.ts",
|
|
9926
|
-
"declarations": [
|
|
9927
|
-
{
|
|
9928
|
-
"kind": "class",
|
|
9929
|
-
"description": "",
|
|
9930
|
-
"name": "GutterButton",
|
|
9931
|
-
"members": [
|
|
9932
|
-
{
|
|
9933
|
-
"kind": "method",
|
|
9934
|
-
"name": "instance",
|
|
9935
|
-
"static": true,
|
|
9936
|
-
"parameters": [
|
|
9937
|
-
{
|
|
9938
|
-
"name": "config",
|
|
9939
|
-
"default": "{}",
|
|
9940
|
-
"type": {
|
|
9941
|
-
"text": "any"
|
|
9942
|
-
}
|
|
9943
|
-
}
|
|
9944
|
-
]
|
|
9945
|
-
}
|
|
9946
|
-
]
|
|
9947
|
-
}
|
|
9948
|
-
],
|
|
9949
|
-
"exports": [
|
|
9950
|
-
{
|
|
9951
|
-
"kind": "js",
|
|
9952
|
-
"name": "GutterButton",
|
|
9953
|
-
"declaration": {
|
|
9954
|
-
"name": "GutterButton",
|
|
9955
|
-
"module": "src/gutters/gutter-button.ts"
|
|
9956
|
-
}
|
|
9957
|
-
}
|
|
9958
|
-
]
|
|
9959
|
-
},
|
|
9960
|
-
{
|
|
9961
|
-
"kind": "javascript-module",
|
|
9962
|
-
"path": "src/gutters/gutter-dirty.ts",
|
|
9963
|
-
"declarations": [
|
|
9964
|
-
{
|
|
9965
|
-
"kind": "class",
|
|
9966
|
-
"description": "",
|
|
9967
|
-
"name": "GutterDirtyElement",
|
|
9968
|
-
"members": [
|
|
9969
|
-
{
|
|
9970
|
-
"kind": "field",
|
|
9971
|
-
"name": "value",
|
|
9972
|
-
"type": {
|
|
9973
|
-
"text": "string | undefined"
|
|
9974
|
-
},
|
|
9975
|
-
"attribute": "value"
|
|
9976
|
-
}
|
|
9977
|
-
],
|
|
9978
|
-
"attributes": [
|
|
9979
|
-
{
|
|
9980
|
-
"name": "value",
|
|
9981
|
-
"type": {
|
|
9982
|
-
"text": "string | undefined"
|
|
9983
|
-
},
|
|
9984
|
-
"fieldName": "value"
|
|
9985
|
-
}
|
|
9986
|
-
],
|
|
9987
|
-
"superclass": {
|
|
9988
|
-
"name": "LitElement",
|
|
9989
|
-
"package": "lit"
|
|
9990
|
-
},
|
|
9991
|
-
"tagName": "ox-gutter-dirty-element",
|
|
9992
|
-
"customElement": true
|
|
9993
|
-
},
|
|
9994
|
-
{
|
|
9995
|
-
"kind": "class",
|
|
9996
|
-
"description": "",
|
|
9997
|
-
"name": "GutterDirty",
|
|
9998
|
-
"members": [
|
|
9999
|
-
{
|
|
10000
|
-
"kind": "method",
|
|
10001
|
-
"name": "instance",
|
|
10002
|
-
"static": true,
|
|
10003
|
-
"parameters": [
|
|
10004
|
-
{
|
|
10005
|
-
"name": "config",
|
|
10006
|
-
"default": "{ type: 'gutter', name: '__dirty__' } as any",
|
|
10007
|
-
"type": {
|
|
10008
|
-
"text": "ColumnConfig"
|
|
10009
|
-
}
|
|
10010
|
-
}
|
|
10011
|
-
]
|
|
10012
|
-
}
|
|
10013
|
-
]
|
|
10014
|
-
}
|
|
10015
|
-
],
|
|
10016
|
-
"exports": [
|
|
10017
|
-
{
|
|
10018
|
-
"kind": "custom-element-definition",
|
|
10019
|
-
"name": "ox-gutter-dirty-element",
|
|
10020
|
-
"declaration": {
|
|
10021
|
-
"name": "GutterDirtyElement",
|
|
10022
|
-
"module": "src/gutters/gutter-dirty.ts"
|
|
10023
|
-
}
|
|
10024
|
-
},
|
|
10025
|
-
{
|
|
10026
|
-
"kind": "js",
|
|
10027
|
-
"name": "GutterDirty",
|
|
10028
|
-
"declaration": {
|
|
10029
|
-
"name": "GutterDirty",
|
|
10030
|
-
"module": "src/gutters/gutter-dirty.ts"
|
|
10031
|
-
}
|
|
10032
|
-
}
|
|
10033
|
-
]
|
|
10034
|
-
},
|
|
10035
|
-
{
|
|
10036
|
-
"kind": "javascript-module",
|
|
10037
|
-
"path": "src/gutters/gutter-row-selector.ts",
|
|
10038
|
-
"declarations": [
|
|
10039
|
-
{
|
|
10040
|
-
"kind": "class",
|
|
10041
|
-
"description": "",
|
|
10042
|
-
"name": "GutterRowSelector",
|
|
10043
|
-
"members": [
|
|
10044
|
-
{
|
|
10045
|
-
"kind": "method",
|
|
10046
|
-
"name": "instance",
|
|
10047
|
-
"static": true,
|
|
10048
|
-
"parameters": [
|
|
10049
|
-
{
|
|
10050
|
-
"name": "config",
|
|
10051
|
-
"default": "{} as any"
|
|
10052
|
-
}
|
|
10053
|
-
]
|
|
10054
|
-
}
|
|
10055
|
-
],
|
|
10056
|
-
"events": [
|
|
10057
|
-
{
|
|
10058
|
-
"name": "select-all-change",
|
|
10059
|
-
"type": {
|
|
10060
|
-
"text": "CustomEvent"
|
|
10061
|
-
}
|
|
10062
|
-
}
|
|
10063
|
-
]
|
|
10064
|
-
}
|
|
10065
|
-
],
|
|
10066
|
-
"exports": [
|
|
10067
|
-
{
|
|
10068
|
-
"kind": "js",
|
|
10069
|
-
"name": "GutterRowSelector",
|
|
10070
|
-
"declaration": {
|
|
10071
|
-
"name": "GutterRowSelector",
|
|
10072
|
-
"module": "src/gutters/gutter-row-selector.ts"
|
|
10073
|
-
}
|
|
10074
|
-
}
|
|
10075
|
-
]
|
|
10076
|
-
},
|
|
10077
|
-
{
|
|
10078
|
-
"kind": "javascript-module",
|
|
10079
|
-
"path": "src/gutters/gutter-sequence.ts",
|
|
10080
|
-
"declarations": [
|
|
10081
|
-
{
|
|
10082
|
-
"kind": "class",
|
|
10083
|
-
"description": "",
|
|
10084
|
-
"name": "GutterSequence",
|
|
10085
|
-
"members": [
|
|
10086
|
-
{
|
|
10087
|
-
"kind": "method",
|
|
10088
|
-
"name": "instance",
|
|
10089
|
-
"static": true,
|
|
10090
|
-
"parameters": [
|
|
10091
|
-
{
|
|
10092
|
-
"name": "config",
|
|
10093
|
-
"default": "{} as any"
|
|
10094
|
-
}
|
|
10095
|
-
]
|
|
10096
|
-
}
|
|
10097
|
-
]
|
|
10098
|
-
}
|
|
10099
|
-
],
|
|
10100
|
-
"exports": [
|
|
10091
|
+
"kind": "custom-element-definition",
|
|
10092
|
+
"name": "ox-image-input",
|
|
10093
|
+
"declaration": {
|
|
10094
|
+
"name": "ImageInput",
|
|
10095
|
+
"module": "src/editors/input-editors.ts"
|
|
10096
|
+
}
|
|
10097
|
+
},
|
|
10101
10098
|
{
|
|
10102
10099
|
"kind": "js",
|
|
10103
|
-
"name": "
|
|
10100
|
+
"name": "Select",
|
|
10104
10101
|
"declaration": {
|
|
10105
|
-
"name": "
|
|
10106
|
-
"module": "src/
|
|
10102
|
+
"name": "Select",
|
|
10103
|
+
"module": "src/editors/input-editors.ts"
|
|
10107
10104
|
}
|
|
10108
|
-
}
|
|
10109
|
-
]
|
|
10110
|
-
},
|
|
10111
|
-
{
|
|
10112
|
-
"kind": "javascript-module",
|
|
10113
|
-
"path": "src/gutters/index.ts",
|
|
10114
|
-
"declarations": [],
|
|
10115
|
-
"exports": [
|
|
10105
|
+
},
|
|
10116
10106
|
{
|
|
10117
|
-
"kind": "
|
|
10118
|
-
"name": "
|
|
10107
|
+
"kind": "custom-element-definition",
|
|
10108
|
+
"name": "ox-select-input",
|
|
10119
10109
|
"declaration": {
|
|
10120
|
-
"name": "
|
|
10121
|
-
"
|
|
10110
|
+
"name": "Select",
|
|
10111
|
+
"module": "src/editors/input-editors.ts"
|
|
10122
10112
|
}
|
|
10123
10113
|
}
|
|
10124
10114
|
]
|
|
10125
10115
|
},
|
|
10126
10116
|
{
|
|
10127
10117
|
"kind": "javascript-module",
|
|
10128
|
-
"path": "src/
|
|
10118
|
+
"path": "src/editors/registry.ts",
|
|
10129
10119
|
"declarations": [
|
|
10130
10120
|
{
|
|
10131
10121
|
"kind": "function",
|
|
10132
|
-
"name": "
|
|
10122
|
+
"name": "registerEditor",
|
|
10133
10123
|
"parameters": [
|
|
10134
10124
|
{
|
|
10135
|
-
"name": "
|
|
10125
|
+
"name": "type",
|
|
10136
10126
|
"type": {
|
|
10137
10127
|
"text": "string"
|
|
10138
10128
|
}
|
|
10139
10129
|
},
|
|
10140
10130
|
{
|
|
10141
|
-
"name": "
|
|
10131
|
+
"name": "editor",
|
|
10142
10132
|
"type": {
|
|
10143
|
-
"text": "
|
|
10133
|
+
"text": "{ new (): InputEditor }"
|
|
10144
10134
|
}
|
|
10145
10135
|
}
|
|
10146
10136
|
]
|
|
10147
10137
|
},
|
|
10148
10138
|
{
|
|
10149
10139
|
"kind": "function",
|
|
10150
|
-
"name": "
|
|
10140
|
+
"name": "unregisterEditor",
|
|
10151
10141
|
"parameters": [
|
|
10152
10142
|
{
|
|
10153
|
-
"name": "
|
|
10143
|
+
"name": "type",
|
|
10154
10144
|
"type": {
|
|
10155
10145
|
"text": "string"
|
|
10156
10146
|
}
|
|
@@ -10159,16 +10149,26 @@
|
|
|
10159
10149
|
},
|
|
10160
10150
|
{
|
|
10161
10151
|
"kind": "function",
|
|
10162
|
-
"name": "
|
|
10152
|
+
"name": "getEditors",
|
|
10153
|
+
"return": {
|
|
10154
|
+
"type": {
|
|
10155
|
+
"text": "{ [name: string]: { new (): InputEditor } }"
|
|
10156
|
+
}
|
|
10157
|
+
}
|
|
10163
10158
|
},
|
|
10164
10159
|
{
|
|
10165
10160
|
"kind": "function",
|
|
10166
|
-
"name": "
|
|
10161
|
+
"name": "getEditor",
|
|
10162
|
+
"return": {
|
|
10163
|
+
"type": {
|
|
10164
|
+
"text": "FieldEditor"
|
|
10165
|
+
}
|
|
10166
|
+
},
|
|
10167
10167
|
"parameters": [
|
|
10168
10168
|
{
|
|
10169
|
-
"name": "
|
|
10169
|
+
"name": "type",
|
|
10170
10170
|
"type": {
|
|
10171
|
-
"text": "
|
|
10171
|
+
"text": "string"
|
|
10172
10172
|
}
|
|
10173
10173
|
}
|
|
10174
10174
|
]
|
|
@@ -10177,34 +10177,34 @@
|
|
|
10177
10177
|
"exports": [
|
|
10178
10178
|
{
|
|
10179
10179
|
"kind": "js",
|
|
10180
|
-
"name": "
|
|
10180
|
+
"name": "registerEditor",
|
|
10181
10181
|
"declaration": {
|
|
10182
|
-
"name": "
|
|
10183
|
-
"module": "src/
|
|
10182
|
+
"name": "registerEditor",
|
|
10183
|
+
"module": "src/editors/registry.ts"
|
|
10184
10184
|
}
|
|
10185
10185
|
},
|
|
10186
10186
|
{
|
|
10187
10187
|
"kind": "js",
|
|
10188
|
-
"name": "
|
|
10188
|
+
"name": "unregisterEditor",
|
|
10189
10189
|
"declaration": {
|
|
10190
|
-
"name": "
|
|
10191
|
-
"module": "src/
|
|
10190
|
+
"name": "unregisterEditor",
|
|
10191
|
+
"module": "src/editors/registry.ts"
|
|
10192
10192
|
}
|
|
10193
10193
|
},
|
|
10194
10194
|
{
|
|
10195
10195
|
"kind": "js",
|
|
10196
|
-
"name": "
|
|
10196
|
+
"name": "getEditors",
|
|
10197
10197
|
"declaration": {
|
|
10198
|
-
"name": "
|
|
10199
|
-
"module": "src/
|
|
10198
|
+
"name": "getEditors",
|
|
10199
|
+
"module": "src/editors/registry.ts"
|
|
10200
10200
|
}
|
|
10201
10201
|
},
|
|
10202
10202
|
{
|
|
10203
10203
|
"kind": "js",
|
|
10204
|
-
"name": "
|
|
10204
|
+
"name": "getEditor",
|
|
10205
10205
|
"declaration": {
|
|
10206
|
-
"name": "
|
|
10207
|
-
"module": "src/
|
|
10206
|
+
"name": "getEditor",
|
|
10207
|
+
"module": "src/editors/registry.ts"
|
|
10208
10208
|
}
|
|
10209
10209
|
}
|
|
10210
10210
|
]
|
|
@@ -11585,79 +11585,81 @@
|
|
|
11585
11585
|
},
|
|
11586
11586
|
{
|
|
11587
11587
|
"kind": "javascript-module",
|
|
11588
|
-
"path": "src/data-
|
|
11588
|
+
"path": "src/data-report/event-handlers/data-report-body-click-handler.ts",
|
|
11589
11589
|
"declarations": [
|
|
11590
11590
|
{
|
|
11591
11591
|
"kind": "function",
|
|
11592
|
-
"name": "
|
|
11593
|
-
"return": {
|
|
11594
|
-
"type": {
|
|
11595
|
-
"text": "void"
|
|
11596
|
-
}
|
|
11597
|
-
},
|
|
11592
|
+
"name": "dataReportBodyClickHandler",
|
|
11598
11593
|
"parameters": [
|
|
11594
|
+
{
|
|
11595
|
+
"name": "this",
|
|
11596
|
+
"type": {
|
|
11597
|
+
"text": "DataReportBody"
|
|
11598
|
+
}
|
|
11599
|
+
},
|
|
11599
11600
|
{
|
|
11600
11601
|
"name": "e",
|
|
11601
11602
|
"type": {
|
|
11602
|
-
"text": "
|
|
11603
|
+
"text": "Event"
|
|
11603
11604
|
}
|
|
11604
11605
|
}
|
|
11605
11606
|
],
|
|
11606
|
-
"description": "ox-
|
|
11607
|
+
"description": "ox-report-body 의 click handler"
|
|
11607
11608
|
}
|
|
11608
11609
|
],
|
|
11609
11610
|
"exports": [
|
|
11610
11611
|
{
|
|
11611
11612
|
"kind": "js",
|
|
11612
|
-
"name": "
|
|
11613
|
+
"name": "dataReportBodyClickHandler",
|
|
11613
11614
|
"declaration": {
|
|
11614
|
-
"name": "
|
|
11615
|
-
"module": "src/data-
|
|
11615
|
+
"name": "dataReportBodyClickHandler",
|
|
11616
|
+
"module": "src/data-report/event-handlers/data-report-body-click-handler.ts"
|
|
11616
11617
|
}
|
|
11617
11618
|
}
|
|
11618
11619
|
]
|
|
11619
11620
|
},
|
|
11620
11621
|
{
|
|
11621
11622
|
"kind": "javascript-module",
|
|
11622
|
-
"path": "src/data-
|
|
11623
|
+
"path": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts",
|
|
11623
11624
|
"declarations": [
|
|
11624
11625
|
{
|
|
11625
11626
|
"kind": "function",
|
|
11626
|
-
"name": "
|
|
11627
|
-
"return": {
|
|
11628
|
-
"type": {
|
|
11629
|
-
"text": "void"
|
|
11630
|
-
}
|
|
11631
|
-
},
|
|
11627
|
+
"name": "dataReportBodyDblclickHandler",
|
|
11632
11628
|
"parameters": [
|
|
11629
|
+
{
|
|
11630
|
+
"name": "this",
|
|
11631
|
+
"type": {
|
|
11632
|
+
"text": "DataReportBody"
|
|
11633
|
+
}
|
|
11634
|
+
},
|
|
11633
11635
|
{
|
|
11634
11636
|
"name": "e",
|
|
11635
11637
|
"type": {
|
|
11636
|
-
"text": "
|
|
11638
|
+
"text": "Event"
|
|
11637
11639
|
}
|
|
11638
11640
|
}
|
|
11639
11641
|
],
|
|
11640
|
-
"description": "ox-
|
|
11642
|
+
"description": "ox-report-body 의 dblclick handler"
|
|
11641
11643
|
}
|
|
11642
11644
|
],
|
|
11643
11645
|
"exports": [
|
|
11644
11646
|
{
|
|
11645
11647
|
"kind": "js",
|
|
11646
|
-
"name": "
|
|
11648
|
+
"name": "dataReportBodyDblclickHandler",
|
|
11647
11649
|
"declaration": {
|
|
11648
|
-
"name": "
|
|
11649
|
-
"module": "src/data-
|
|
11650
|
+
"name": "dataReportBodyDblclickHandler",
|
|
11651
|
+
"module": "src/data-report/event-handlers/data-report-body-dblclick-handler.ts"
|
|
11650
11652
|
}
|
|
11651
11653
|
}
|
|
11652
11654
|
]
|
|
11653
11655
|
},
|
|
11654
11656
|
{
|
|
11655
11657
|
"kind": "javascript-module",
|
|
11656
|
-
"path": "src/data-
|
|
11658
|
+
"path": "src/data-report/event-handlers/data-report-body-keydown-handler.ts",
|
|
11657
11659
|
"declarations": [
|
|
11658
11660
|
{
|
|
11659
11661
|
"kind": "function",
|
|
11660
|
-
"name": "
|
|
11662
|
+
"name": "dataReportBodyKeydownHandler",
|
|
11661
11663
|
"return": {
|
|
11662
11664
|
"type": {
|
|
11663
11665
|
"text": "void"
|
|
@@ -11667,49 +11669,43 @@
|
|
|
11667
11669
|
{
|
|
11668
11670
|
"name": "this",
|
|
11669
11671
|
"type": {
|
|
11670
|
-
"text": "
|
|
11672
|
+
"text": "DataReportBody"
|
|
11671
11673
|
}
|
|
11672
11674
|
},
|
|
11673
11675
|
{
|
|
11674
11676
|
"name": "e",
|
|
11675
11677
|
"type": {
|
|
11676
|
-
"text": "
|
|
11678
|
+
"text": "KeyboardEvent"
|
|
11677
11679
|
}
|
|
11678
11680
|
}
|
|
11679
11681
|
],
|
|
11680
|
-
"description": "
|
|
11682
|
+
"description": "ox-report-body 의 keydown handler"
|
|
11681
11683
|
}
|
|
11682
11684
|
],
|
|
11683
11685
|
"exports": [
|
|
11684
11686
|
{
|
|
11685
11687
|
"kind": "js",
|
|
11686
|
-
"name": "
|
|
11688
|
+
"name": "dataReportBodyKeydownHandler",
|
|
11687
11689
|
"declaration": {
|
|
11688
|
-
"name": "
|
|
11689
|
-
"module": "src/data-
|
|
11690
|
+
"name": "dataReportBodyKeydownHandler",
|
|
11691
|
+
"module": "src/data-report/event-handlers/data-report-body-keydown-handler.ts"
|
|
11690
11692
|
}
|
|
11691
11693
|
}
|
|
11692
11694
|
]
|
|
11693
11695
|
},
|
|
11694
11696
|
{
|
|
11695
11697
|
"kind": "javascript-module",
|
|
11696
|
-
"path": "src/data-list/event-handlers/
|
|
11698
|
+
"path": "src/data-list/event-handlers/data-list-click-handler.ts",
|
|
11697
11699
|
"declarations": [
|
|
11698
11700
|
{
|
|
11699
11701
|
"kind": "function",
|
|
11700
|
-
"name": "
|
|
11702
|
+
"name": "dataListClickHandler",
|
|
11701
11703
|
"return": {
|
|
11702
11704
|
"type": {
|
|
11703
11705
|
"text": "void"
|
|
11704
11706
|
}
|
|
11705
11707
|
},
|
|
11706
11708
|
"parameters": [
|
|
11707
|
-
{
|
|
11708
|
-
"name": "this",
|
|
11709
|
-
"type": {
|
|
11710
|
-
"text": "RecordPartial"
|
|
11711
|
-
}
|
|
11712
|
-
},
|
|
11713
11709
|
{
|
|
11714
11710
|
"name": "e",
|
|
11715
11711
|
"type": {
|
|
@@ -11717,34 +11713,33 @@
|
|
|
11717
11713
|
}
|
|
11718
11714
|
}
|
|
11719
11715
|
],
|
|
11720
|
-
"description": "
|
|
11716
|
+
"description": "ox-list 의 click handler\n\n- handler의 this 는 ox-list임."
|
|
11721
11717
|
}
|
|
11722
11718
|
],
|
|
11723
11719
|
"exports": [
|
|
11724
11720
|
{
|
|
11725
11721
|
"kind": "js",
|
|
11726
|
-
"name": "
|
|
11722
|
+
"name": "dataListClickHandler",
|
|
11727
11723
|
"declaration": {
|
|
11728
|
-
"name": "
|
|
11729
|
-
"module": "src/data-list/event-handlers/
|
|
11724
|
+
"name": "dataListClickHandler",
|
|
11725
|
+
"module": "src/data-list/event-handlers/data-list-click-handler.ts"
|
|
11730
11726
|
}
|
|
11731
11727
|
}
|
|
11732
11728
|
]
|
|
11733
11729
|
},
|
|
11734
11730
|
{
|
|
11735
11731
|
"kind": "javascript-module",
|
|
11736
|
-
"path": "src/data-list/event-handlers/
|
|
11732
|
+
"path": "src/data-list/event-handlers/data-list-dblclick-handler.ts",
|
|
11737
11733
|
"declarations": [
|
|
11738
11734
|
{
|
|
11739
11735
|
"kind": "function",
|
|
11740
|
-
"name": "
|
|
11736
|
+
"name": "dataListDblclickHandler",
|
|
11737
|
+
"return": {
|
|
11738
|
+
"type": {
|
|
11739
|
+
"text": "void"
|
|
11740
|
+
}
|
|
11741
|
+
},
|
|
11741
11742
|
"parameters": [
|
|
11742
|
-
{
|
|
11743
|
-
"name": "this",
|
|
11744
|
-
"type": {
|
|
11745
|
-
"text": "RecordPartial"
|
|
11746
|
-
}
|
|
11747
|
-
},
|
|
11748
11743
|
{
|
|
11749
11744
|
"name": "e",
|
|
11750
11745
|
"type": {
|
|
@@ -11752,126 +11747,131 @@
|
|
|
11752
11747
|
}
|
|
11753
11748
|
}
|
|
11754
11749
|
],
|
|
11755
|
-
"description": "
|
|
11750
|
+
"description": "ox-list 의 dblclick handler\n\n- handler의 this 는 ox-list임."
|
|
11756
11751
|
}
|
|
11757
11752
|
],
|
|
11758
11753
|
"exports": [
|
|
11759
11754
|
{
|
|
11760
11755
|
"kind": "js",
|
|
11761
|
-
"name": "
|
|
11756
|
+
"name": "dataListDblclickHandler",
|
|
11762
11757
|
"declaration": {
|
|
11763
|
-
"name": "
|
|
11764
|
-
"module": "src/data-list/event-handlers/
|
|
11758
|
+
"name": "dataListDblclickHandler",
|
|
11759
|
+
"module": "src/data-list/event-handlers/data-list-dblclick-handler.ts"
|
|
11765
11760
|
}
|
|
11766
11761
|
}
|
|
11767
11762
|
]
|
|
11768
11763
|
},
|
|
11769
11764
|
{
|
|
11770
11765
|
"kind": "javascript-module",
|
|
11771
|
-
"path": "src/data-
|
|
11766
|
+
"path": "src/data-list/event-handlers/record-partial-click-handler.ts",
|
|
11772
11767
|
"declarations": [
|
|
11773
11768
|
{
|
|
11774
11769
|
"kind": "function",
|
|
11775
|
-
"name": "
|
|
11770
|
+
"name": "recordPartialClickHandler",
|
|
11771
|
+
"return": {
|
|
11772
|
+
"type": {
|
|
11773
|
+
"text": "void"
|
|
11774
|
+
}
|
|
11775
|
+
},
|
|
11776
11776
|
"parameters": [
|
|
11777
11777
|
{
|
|
11778
11778
|
"name": "this",
|
|
11779
11779
|
"type": {
|
|
11780
|
-
"text": "
|
|
11780
|
+
"text": "RecordPartial"
|
|
11781
11781
|
}
|
|
11782
11782
|
},
|
|
11783
11783
|
{
|
|
11784
11784
|
"name": "e",
|
|
11785
11785
|
"type": {
|
|
11786
|
-
"text": "
|
|
11786
|
+
"text": "MouseEvent"
|
|
11787
11787
|
}
|
|
11788
11788
|
}
|
|
11789
11789
|
],
|
|
11790
|
-
"description": "
|
|
11790
|
+
"description": "record-partial 의 click handler\n\n- handler의 this 는 record-partial임."
|
|
11791
11791
|
}
|
|
11792
11792
|
],
|
|
11793
11793
|
"exports": [
|
|
11794
11794
|
{
|
|
11795
11795
|
"kind": "js",
|
|
11796
|
-
"name": "
|
|
11796
|
+
"name": "recordPartialClickHandler",
|
|
11797
11797
|
"declaration": {
|
|
11798
|
-
"name": "
|
|
11799
|
-
"module": "src/data-
|
|
11798
|
+
"name": "recordPartialClickHandler",
|
|
11799
|
+
"module": "src/data-list/event-handlers/record-partial-click-handler.ts"
|
|
11800
11800
|
}
|
|
11801
11801
|
}
|
|
11802
11802
|
]
|
|
11803
11803
|
},
|
|
11804
11804
|
{
|
|
11805
11805
|
"kind": "javascript-module",
|
|
11806
|
-
"path": "src/data-
|
|
11806
|
+
"path": "src/data-list/event-handlers/record-partial-dblclick-handler.ts",
|
|
11807
11807
|
"declarations": [
|
|
11808
11808
|
{
|
|
11809
11809
|
"kind": "function",
|
|
11810
|
-
"name": "
|
|
11810
|
+
"name": "recordPartialDblClickHandler",
|
|
11811
|
+
"return": {
|
|
11812
|
+
"type": {
|
|
11813
|
+
"text": "void"
|
|
11814
|
+
}
|
|
11815
|
+
},
|
|
11811
11816
|
"parameters": [
|
|
11812
11817
|
{
|
|
11813
11818
|
"name": "this",
|
|
11814
11819
|
"type": {
|
|
11815
|
-
"text": "
|
|
11820
|
+
"text": "RecordPartial"
|
|
11816
11821
|
}
|
|
11817
11822
|
},
|
|
11818
11823
|
{
|
|
11819
11824
|
"name": "e",
|
|
11820
11825
|
"type": {
|
|
11821
|
-
"text": "
|
|
11826
|
+
"text": "MouseEvent"
|
|
11822
11827
|
}
|
|
11823
11828
|
}
|
|
11824
11829
|
],
|
|
11825
|
-
"description": "
|
|
11830
|
+
"description": "record-partial 의 dblclick handler\n\n- handler의 this 는 record-partial임."
|
|
11826
11831
|
}
|
|
11827
11832
|
],
|
|
11828
11833
|
"exports": [
|
|
11829
11834
|
{
|
|
11830
11835
|
"kind": "js",
|
|
11831
|
-
"name": "
|
|
11836
|
+
"name": "recordPartialDblClickHandler",
|
|
11832
11837
|
"declaration": {
|
|
11833
|
-
"name": "
|
|
11834
|
-
"module": "src/data-
|
|
11838
|
+
"name": "recordPartialDblClickHandler",
|
|
11839
|
+
"module": "src/data-list/event-handlers/record-partial-dblclick-handler.ts"
|
|
11835
11840
|
}
|
|
11836
11841
|
}
|
|
11837
11842
|
]
|
|
11838
11843
|
},
|
|
11839
11844
|
{
|
|
11840
11845
|
"kind": "javascript-module",
|
|
11841
|
-
"path": "src/data-
|
|
11846
|
+
"path": "src/data-list/event-handlers/record-partial-long-press-handler.ts",
|
|
11842
11847
|
"declarations": [
|
|
11843
11848
|
{
|
|
11844
11849
|
"kind": "function",
|
|
11845
|
-
"name": "
|
|
11846
|
-
"return": {
|
|
11847
|
-
"type": {
|
|
11848
|
-
"text": "void"
|
|
11849
|
-
}
|
|
11850
|
-
},
|
|
11850
|
+
"name": "recordPartialLongPressHandler",
|
|
11851
11851
|
"parameters": [
|
|
11852
11852
|
{
|
|
11853
11853
|
"name": "this",
|
|
11854
11854
|
"type": {
|
|
11855
|
-
"text": "
|
|
11855
|
+
"text": "RecordPartial"
|
|
11856
11856
|
}
|
|
11857
11857
|
},
|
|
11858
11858
|
{
|
|
11859
11859
|
"name": "e",
|
|
11860
11860
|
"type": {
|
|
11861
|
-
"text": "
|
|
11861
|
+
"text": "MouseEvent"
|
|
11862
11862
|
}
|
|
11863
11863
|
}
|
|
11864
11864
|
],
|
|
11865
|
-
"description": "
|
|
11865
|
+
"description": "record-partial 의 long-press handler\n\n- handler의 this 는 record-partial임."
|
|
11866
11866
|
}
|
|
11867
11867
|
],
|
|
11868
11868
|
"exports": [
|
|
11869
11869
|
{
|
|
11870
11870
|
"kind": "js",
|
|
11871
|
-
"name": "
|
|
11871
|
+
"name": "recordPartialLongPressHandler",
|
|
11872
11872
|
"declaration": {
|
|
11873
|
-
"name": "
|
|
11874
|
-
"module": "src/data-
|
|
11873
|
+
"name": "recordPartialLongPressHandler",
|
|
11874
|
+
"module": "src/data-list/event-handlers/record-partial-long-press-handler.ts"
|
|
11875
11875
|
}
|
|
11876
11876
|
}
|
|
11877
11877
|
]
|