@genesislcap/grid-pro 14.403.0 → 14.406.0
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/dist/custom-elements.json +2069 -1252
- package/dist/dts/grid-components.d.ts +9 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/multicolumn-dropdown/index.d.ts +4 -0
- package/dist/dts/multicolumn-dropdown/index.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +487 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts +12 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts.map +1 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts +14 -0
- package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -0
- package/dist/esm/grid-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/multicolumn-dropdown/index.js +3 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +380 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.styles.js +148 -0
- package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +75 -0
- package/dist/grid-pro.api.json +1597 -115
- package/dist/grid-pro.d.ts +523 -0
- package/docs/api/grid-pro.display_none_class.md +13 -0
- package/docs/api/grid-pro.dropdownwidthvar.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
- package/docs/api/grid-pro.foundationmulticolumndropdown.md +66 -0
- package/docs/api/grid-pro.getmulticolumndropdowntemplate.md +56 -0
- package/docs/api/grid-pro.md +99 -0
- package/docs/api/grid-pro.multicolumndropdown.basecriteria.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.changehandler.md +50 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitions.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.columndefinitionschanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connect.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.connectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.defaultslottednodes.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.disabled.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.disconnectedcallback.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.displayvalue.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownplacement.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidth.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.dropdownwidthchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearch.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.filtersearchchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.grid.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hassearchkey.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.hasslottedcontent.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.labelkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.md +580 -0
- package/docs/api/grid-pro.multicolumndropdown.open.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.openchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.optionselement.md +11 -0
- package/docs/api/grid-pro.multicolumndropdown.request.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.requestchanged.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md +18 -0
- package/docs/api/grid-pro.multicolumndropdown.resourcename.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.searchkey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.selectedrow.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.toggle.md +15 -0
- package/docs/api/grid-pro.multicolumndropdown.value.md +13 -0
- package/docs/api/grid-pro.multicolumndropdown.valuekey.md +13 -0
- package/docs/api/grid-pro.multicolumndropdownstyles.md +13 -0
- package/docs/api/grid-pro.multicolumndropdowntemplate.md +13 -0
- package/docs/api/grid-pro.optionsclass.md +13 -0
- package/docs/api/grid-pro.wasclickoutsideelement.md +66 -0
- package/docs/api-report.md.api.md +95 -0
- package/package.json +14 -13
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationGridProActionRenderer,\n foundationGridProActionsMenuRenderer,\n foundationAgBooleanRenderer,\n foundationAgTextRenderer,\n foundationAgTextFieldRenderer,\n foundationAgEditableRenderer,\n foundationAgSelectRenderer,\n foundationGridPro,\n foundationSelectEditor,\n foundationNumberEditor,\n foundationDateEditor,\n foundationMultiselectEditor,\n foundationStringEditor,\n foundationStatusPillRenderer,\n StatusPillRenderer,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
15
|
+
"default": "{\n foundationGridProActionRenderer,\n foundationGridProActionsMenuRenderer,\n foundationAgBooleanRenderer,\n foundationAgTextRenderer,\n foundationAgTextFieldRenderer,\n foundationAgEditableRenderer,\n foundationAgSelectRenderer,\n foundationGridPro,\n foundationSelectEditor,\n foundationNumberEditor,\n foundationDateEditor,\n foundationMultiselectEditor,\n foundationStringEditor,\n foundationMulticolumnDropdown,\n foundationStatusPillRenderer,\n StatusPillRenderer,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}",
|
|
16
16
|
"description": "The Grid Pro Components.",
|
|
17
17
|
"privacy": "public"
|
|
18
18
|
}
|
|
@@ -3286,6 +3286,14 @@
|
|
|
3286
3286
|
"package": "./grid-pro-genesis-datasource"
|
|
3287
3287
|
}
|
|
3288
3288
|
},
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "*",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "*",
|
|
3294
|
+
"package": "./multicolumn-dropdown"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3289
3297
|
{
|
|
3290
3298
|
"kind": "js",
|
|
3291
3299
|
"name": "*",
|
|
@@ -3338,59 +3346,56 @@
|
|
|
3338
3346
|
},
|
|
3339
3347
|
{
|
|
3340
3348
|
"kind": "javascript-module",
|
|
3341
|
-
"path": "src/cell/
|
|
3342
|
-
"declarations": [
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "variable",
|
|
3345
|
-
"name": "CellTemplate",
|
|
3346
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3347
|
-
"description": "The Grid Pro Cell Template.",
|
|
3348
|
-
"privacy": "public"
|
|
3349
|
-
}
|
|
3350
|
-
],
|
|
3351
|
-
"exports": [
|
|
3352
|
-
{
|
|
3353
|
-
"kind": "js",
|
|
3354
|
-
"name": "CellTemplate",
|
|
3355
|
-
"declaration": {
|
|
3356
|
-
"name": "CellTemplate",
|
|
3357
|
-
"module": "src/cell/cell.template.ts"
|
|
3358
|
-
}
|
|
3359
|
-
}
|
|
3360
|
-
]
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "javascript-module",
|
|
3364
|
-
"path": "src/cell/cell.ts",
|
|
3349
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
3365
3350
|
"declarations": [
|
|
3366
3351
|
{
|
|
3367
3352
|
"kind": "class",
|
|
3368
|
-
"description": "The
|
|
3369
|
-
"name": "
|
|
3353
|
+
"description": "The AG Date Editor element.",
|
|
3354
|
+
"name": "DateEditor",
|
|
3370
3355
|
"members": [
|
|
3371
3356
|
{
|
|
3372
3357
|
"kind": "field",
|
|
3373
|
-
"name": "
|
|
3358
|
+
"name": "value",
|
|
3374
3359
|
"type": {
|
|
3375
|
-
"text": "
|
|
3360
|
+
"text": "number"
|
|
3376
3361
|
},
|
|
3377
3362
|
"privacy": "public"
|
|
3378
3363
|
},
|
|
3379
3364
|
{
|
|
3380
3365
|
"kind": "field",
|
|
3381
|
-
"name": "
|
|
3366
|
+
"name": "actualWidth",
|
|
3382
3367
|
"type": {
|
|
3383
|
-
"text": "
|
|
3368
|
+
"text": "number"
|
|
3384
3369
|
},
|
|
3385
3370
|
"privacy": "public"
|
|
3386
3371
|
},
|
|
3387
3372
|
{
|
|
3388
3373
|
"kind": "field",
|
|
3389
|
-
"name": "
|
|
3374
|
+
"name": "params",
|
|
3390
3375
|
"type": {
|
|
3391
|
-
"text": "
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3376
|
+
"text": "DateEditorParams"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "field",
|
|
3381
|
+
"name": "dateFormat",
|
|
3382
|
+
"type": {
|
|
3383
|
+
"text": "string"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "field",
|
|
3388
|
+
"name": "input",
|
|
3389
|
+
"type": {
|
|
3390
|
+
"text": "any"
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"kind": "field",
|
|
3395
|
+
"name": "inputType",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "'datetime-local' | 'date'"
|
|
3398
|
+
}
|
|
3394
3399
|
},
|
|
3395
3400
|
{
|
|
3396
3401
|
"kind": "method",
|
|
@@ -3400,7 +3405,7 @@
|
|
|
3400
3405
|
{
|
|
3401
3406
|
"name": "params",
|
|
3402
3407
|
"type": {
|
|
3403
|
-
"text": "
|
|
3408
|
+
"text": "DateEditorParams"
|
|
3404
3409
|
}
|
|
3405
3410
|
}
|
|
3406
3411
|
]
|
|
@@ -3415,28 +3420,53 @@
|
|
|
3415
3420
|
}
|
|
3416
3421
|
}
|
|
3417
3422
|
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "method",
|
|
3420
|
-
"name": "destroy",
|
|
3421
|
-
"privacy": "public"
|
|
3422
|
-
},
|
|
3423
3423
|
{
|
|
3424
3424
|
"kind": "method",
|
|
3425
3425
|
"name": "refresh",
|
|
3426
3426
|
"privacy": "public",
|
|
3427
|
+
"return": {
|
|
3428
|
+
"type": {
|
|
3429
|
+
"text": "boolean"
|
|
3430
|
+
}
|
|
3431
|
+
},
|
|
3427
3432
|
"parameters": [
|
|
3428
3433
|
{
|
|
3429
3434
|
"name": "params",
|
|
3430
3435
|
"type": {
|
|
3431
|
-
"text": "
|
|
3436
|
+
"text": "DateEditorParams"
|
|
3432
3437
|
}
|
|
3433
3438
|
}
|
|
3434
3439
|
]
|
|
3435
3440
|
},
|
|
3436
3441
|
{
|
|
3437
3442
|
"kind": "method",
|
|
3438
|
-
"name": "
|
|
3439
|
-
|
|
3443
|
+
"name": "getValue"
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"kind": "method",
|
|
3447
|
+
"name": "isPopup",
|
|
3448
|
+
"return": {
|
|
3449
|
+
"type": {
|
|
3450
|
+
"text": "boolean"
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"kind": "method",
|
|
3456
|
+
"name": "changeHandler",
|
|
3457
|
+
"parameters": [
|
|
3458
|
+
{
|
|
3459
|
+
"name": "event"
|
|
3460
|
+
}
|
|
3461
|
+
]
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"kind": "method",
|
|
3465
|
+
"name": "afterGuiAttached"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "method",
|
|
3469
|
+
"name": "isCancelBeforeStart"
|
|
3440
3470
|
},
|
|
3441
3471
|
{
|
|
3442
3472
|
"kind": "field",
|
|
@@ -3554,32 +3584,78 @@
|
|
|
3554
3584
|
"name": "FoundationElement",
|
|
3555
3585
|
"package": "@microsoft/fast-foundation"
|
|
3556
3586
|
},
|
|
3557
|
-
"tagName": "
|
|
3587
|
+
"tagName": "%%prefix%%-date-editor",
|
|
3558
3588
|
"customElement": true
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "variable",
|
|
3592
|
+
"name": "agDateEditorStyles",
|
|
3593
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3594
|
+
"description": "The AG Select Renderer Styles.",
|
|
3595
|
+
"privacy": "public"
|
|
3596
|
+
},
|
|
3597
|
+
{
|
|
3598
|
+
"kind": "function",
|
|
3599
|
+
"name": "getDateEditorTemplate",
|
|
3600
|
+
"parameters": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "prefix",
|
|
3603
|
+
"default": "'foundation'",
|
|
3604
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"description": "Get a Design System prefixed Select template.",
|
|
3608
|
+
"return": {
|
|
3609
|
+
"type": {
|
|
3610
|
+
"text": ""
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
"privacy": "public"
|
|
3614
|
+
},
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "variable",
|
|
3617
|
+
"name": "foundationDateEditor",
|
|
3618
|
+
"privacy": "public"
|
|
3559
3619
|
}
|
|
3560
3620
|
],
|
|
3561
3621
|
"exports": [
|
|
3562
3622
|
{
|
|
3563
3623
|
"kind": "js",
|
|
3564
|
-
"name": "
|
|
3624
|
+
"name": "DateEditor",
|
|
3565
3625
|
"declaration": {
|
|
3566
|
-
"name": "
|
|
3567
|
-
"module": "src/cell/
|
|
3626
|
+
"name": "DateEditor",
|
|
3627
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3568
3628
|
}
|
|
3569
3629
|
},
|
|
3570
3630
|
{
|
|
3571
|
-
"kind": "
|
|
3572
|
-
"name": "
|
|
3631
|
+
"kind": "js",
|
|
3632
|
+
"name": "agDateEditorStyles",
|
|
3573
3633
|
"declaration": {
|
|
3574
|
-
"name": "
|
|
3575
|
-
"module": "src/cell/
|
|
3634
|
+
"name": "agDateEditorStyles",
|
|
3635
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"kind": "js",
|
|
3640
|
+
"name": "getDateEditorTemplate",
|
|
3641
|
+
"declaration": {
|
|
3642
|
+
"name": "getDateEditorTemplate",
|
|
3643
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3644
|
+
}
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"kind": "js",
|
|
3648
|
+
"name": "foundationDateEditor",
|
|
3649
|
+
"declaration": {
|
|
3650
|
+
"name": "foundationDateEditor",
|
|
3651
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
3576
3652
|
}
|
|
3577
3653
|
}
|
|
3578
3654
|
]
|
|
3579
3655
|
},
|
|
3580
3656
|
{
|
|
3581
3657
|
"kind": "javascript-module",
|
|
3582
|
-
"path": "src/cell/index.ts",
|
|
3658
|
+
"path": "src/cell-editors/index.ts",
|
|
3583
3659
|
"declarations": [],
|
|
3584
3660
|
"exports": [
|
|
3585
3661
|
{
|
|
@@ -3587,7 +3663,7 @@
|
|
|
3587
3663
|
"name": "*",
|
|
3588
3664
|
"declaration": {
|
|
3589
3665
|
"name": "*",
|
|
3590
|
-
"package": "./
|
|
3666
|
+
"package": "./date.editor"
|
|
3591
3667
|
}
|
|
3592
3668
|
},
|
|
3593
3669
|
{
|
|
@@ -3595,64 +3671,60 @@
|
|
|
3595
3671
|
"name": "*",
|
|
3596
3672
|
"declaration": {
|
|
3597
3673
|
"name": "*",
|
|
3598
|
-
"package": "./
|
|
3674
|
+
"package": "./multiselect.editor"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"kind": "js",
|
|
3679
|
+
"name": "*",
|
|
3680
|
+
"declaration": {
|
|
3681
|
+
"name": "*",
|
|
3682
|
+
"package": "./number.editor"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"kind": "js",
|
|
3687
|
+
"name": "*",
|
|
3688
|
+
"declaration": {
|
|
3689
|
+
"name": "*",
|
|
3690
|
+
"package": "./select.editor"
|
|
3691
|
+
}
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"kind": "js",
|
|
3695
|
+
"name": "*",
|
|
3696
|
+
"declaration": {
|
|
3697
|
+
"name": "*",
|
|
3698
|
+
"package": "./string.editor"
|
|
3599
3699
|
}
|
|
3600
3700
|
}
|
|
3601
3701
|
]
|
|
3602
3702
|
},
|
|
3603
3703
|
{
|
|
3604
3704
|
"kind": "javascript-module",
|
|
3605
|
-
"path": "src/cell-editors/
|
|
3705
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
3606
3706
|
"declarations": [
|
|
3607
3707
|
{
|
|
3608
3708
|
"kind": "class",
|
|
3609
|
-
"description": "The AG
|
|
3610
|
-
"name": "
|
|
3709
|
+
"description": "The AG Multiselect Editor element.",
|
|
3710
|
+
"name": "MultiselectEditor",
|
|
3611
3711
|
"members": [
|
|
3612
3712
|
{
|
|
3613
3713
|
"kind": "field",
|
|
3614
|
-
"name": "
|
|
3714
|
+
"name": "params",
|
|
3615
3715
|
"type": {
|
|
3616
|
-
"text": "
|
|
3716
|
+
"text": "MultiselectEditorParams"
|
|
3617
3717
|
},
|
|
3618
3718
|
"privacy": "public"
|
|
3619
3719
|
},
|
|
3620
3720
|
{
|
|
3621
3721
|
"kind": "field",
|
|
3622
|
-
"name": "
|
|
3722
|
+
"name": "selectedOptions",
|
|
3623
3723
|
"type": {
|
|
3624
|
-
"text": "
|
|
3724
|
+
"text": "any[]"
|
|
3625
3725
|
},
|
|
3626
3726
|
"privacy": "public"
|
|
3627
3727
|
},
|
|
3628
|
-
{
|
|
3629
|
-
"kind": "field",
|
|
3630
|
-
"name": "params",
|
|
3631
|
-
"type": {
|
|
3632
|
-
"text": "DateEditorParams"
|
|
3633
|
-
}
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"kind": "field",
|
|
3637
|
-
"name": "dateFormat",
|
|
3638
|
-
"type": {
|
|
3639
|
-
"text": "string"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"kind": "field",
|
|
3644
|
-
"name": "input",
|
|
3645
|
-
"type": {
|
|
3646
|
-
"text": "any"
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
{
|
|
3650
|
-
"kind": "field",
|
|
3651
|
-
"name": "inputType",
|
|
3652
|
-
"type": {
|
|
3653
|
-
"text": "'datetime-local' | 'date'"
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
3728
|
{
|
|
3657
3729
|
"kind": "method",
|
|
3658
3730
|
"name": "init",
|
|
@@ -3661,7 +3733,7 @@
|
|
|
3661
3733
|
{
|
|
3662
3734
|
"name": "params",
|
|
3663
3735
|
"type": {
|
|
3664
|
-
"text": "
|
|
3736
|
+
"text": "MultiselectEditorParams"
|
|
3665
3737
|
}
|
|
3666
3738
|
}
|
|
3667
3739
|
]
|
|
@@ -3678,18 +3750,28 @@
|
|
|
3678
3750
|
},
|
|
3679
3751
|
{
|
|
3680
3752
|
"kind": "method",
|
|
3681
|
-
"name": "
|
|
3753
|
+
"name": "destroy",
|
|
3682
3754
|
"privacy": "public",
|
|
3683
3755
|
"return": {
|
|
3684
3756
|
"type": {
|
|
3685
|
-
"text": "
|
|
3757
|
+
"text": "void"
|
|
3686
3758
|
}
|
|
3687
|
-
}
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
"kind": "method",
|
|
3763
|
+
"name": "refresh",
|
|
3764
|
+
"privacy": "public",
|
|
3765
|
+
"return": {
|
|
3766
|
+
"type": {
|
|
3767
|
+
"text": "boolean"
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3688
3770
|
"parameters": [
|
|
3689
3771
|
{
|
|
3690
3772
|
"name": "params",
|
|
3691
3773
|
"type": {
|
|
3692
|
-
"text": "
|
|
3774
|
+
"text": "MultiselectEditorParams"
|
|
3693
3775
|
}
|
|
3694
3776
|
}
|
|
3695
3777
|
]
|
|
@@ -3716,10 +3798,6 @@
|
|
|
3716
3798
|
}
|
|
3717
3799
|
]
|
|
3718
3800
|
},
|
|
3719
|
-
{
|
|
3720
|
-
"kind": "method",
|
|
3721
|
-
"name": "afterGuiAttached"
|
|
3722
|
-
},
|
|
3723
3801
|
{
|
|
3724
3802
|
"kind": "method",
|
|
3725
3803
|
"name": "isCancelBeforeStart"
|
|
@@ -3840,22 +3918,22 @@
|
|
|
3840
3918
|
"name": "FoundationElement",
|
|
3841
3919
|
"package": "@microsoft/fast-foundation"
|
|
3842
3920
|
},
|
|
3843
|
-
"tagName": "%%prefix%%-
|
|
3921
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
3844
3922
|
"customElement": true
|
|
3845
3923
|
},
|
|
3846
3924
|
{
|
|
3847
3925
|
"kind": "variable",
|
|
3848
|
-
"name": "
|
|
3849
|
-
"default": "css
|
|
3926
|
+
"name": "agMultiselectEditorStyles",
|
|
3927
|
+
"default": "css``",
|
|
3850
3928
|
"description": "The AG Select Renderer Styles.",
|
|
3851
3929
|
"privacy": "public"
|
|
3852
3930
|
},
|
|
3853
3931
|
{
|
|
3854
3932
|
"kind": "function",
|
|
3855
|
-
"name": "
|
|
3933
|
+
"name": "getMultiselectEditorTemplate",
|
|
3856
3934
|
"parameters": [
|
|
3857
3935
|
{
|
|
3858
|
-
"name": "
|
|
3936
|
+
"name": "designSystem",
|
|
3859
3937
|
"default": "'foundation'",
|
|
3860
3938
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3861
3939
|
}
|
|
@@ -3870,114 +3948,83 @@
|
|
|
3870
3948
|
},
|
|
3871
3949
|
{
|
|
3872
3950
|
"kind": "variable",
|
|
3873
|
-
"name": "
|
|
3951
|
+
"name": "foundationMultiselectEditor",
|
|
3874
3952
|
"privacy": "public"
|
|
3875
3953
|
}
|
|
3876
3954
|
],
|
|
3877
3955
|
"exports": [
|
|
3878
3956
|
{
|
|
3879
3957
|
"kind": "js",
|
|
3880
|
-
"name": "
|
|
3881
|
-
"declaration": {
|
|
3882
|
-
"name": "DateEditor",
|
|
3883
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3884
|
-
}
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"kind": "js",
|
|
3888
|
-
"name": "agDateEditorStyles",
|
|
3889
|
-
"declaration": {
|
|
3890
|
-
"name": "agDateEditorStyles",
|
|
3891
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"kind": "js",
|
|
3896
|
-
"name": "getDateEditorTemplate",
|
|
3897
|
-
"declaration": {
|
|
3898
|
-
"name": "getDateEditorTemplate",
|
|
3899
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "js",
|
|
3904
|
-
"name": "foundationDateEditor",
|
|
3905
|
-
"declaration": {
|
|
3906
|
-
"name": "foundationDateEditor",
|
|
3907
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
]
|
|
3911
|
-
},
|
|
3912
|
-
{
|
|
3913
|
-
"kind": "javascript-module",
|
|
3914
|
-
"path": "src/cell-editors/index.ts",
|
|
3915
|
-
"declarations": [],
|
|
3916
|
-
"exports": [
|
|
3917
|
-
{
|
|
3918
|
-
"kind": "js",
|
|
3919
|
-
"name": "*",
|
|
3920
|
-
"declaration": {
|
|
3921
|
-
"name": "*",
|
|
3922
|
-
"package": "./date.editor"
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "js",
|
|
3927
|
-
"name": "*",
|
|
3958
|
+
"name": "MultiselectEditor",
|
|
3928
3959
|
"declaration": {
|
|
3929
|
-
"name": "
|
|
3930
|
-
"
|
|
3960
|
+
"name": "MultiselectEditor",
|
|
3961
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3931
3962
|
}
|
|
3932
3963
|
},
|
|
3933
3964
|
{
|
|
3934
3965
|
"kind": "js",
|
|
3935
|
-
"name": "
|
|
3966
|
+
"name": "agMultiselectEditorStyles",
|
|
3936
3967
|
"declaration": {
|
|
3937
|
-
"name": "
|
|
3938
|
-
"
|
|
3968
|
+
"name": "agMultiselectEditorStyles",
|
|
3969
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3939
3970
|
}
|
|
3940
3971
|
},
|
|
3941
3972
|
{
|
|
3942
3973
|
"kind": "js",
|
|
3943
|
-
"name": "
|
|
3974
|
+
"name": "getMultiselectEditorTemplate",
|
|
3944
3975
|
"declaration": {
|
|
3945
|
-
"name": "
|
|
3946
|
-
"
|
|
3976
|
+
"name": "getMultiselectEditorTemplate",
|
|
3977
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3947
3978
|
}
|
|
3948
3979
|
},
|
|
3949
3980
|
{
|
|
3950
3981
|
"kind": "js",
|
|
3951
|
-
"name": "
|
|
3982
|
+
"name": "foundationMultiselectEditor",
|
|
3952
3983
|
"declaration": {
|
|
3953
|
-
"name": "
|
|
3954
|
-
"
|
|
3984
|
+
"name": "foundationMultiselectEditor",
|
|
3985
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
3955
3986
|
}
|
|
3956
3987
|
}
|
|
3957
3988
|
]
|
|
3958
3989
|
},
|
|
3959
3990
|
{
|
|
3960
3991
|
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/cell-editors/
|
|
3992
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
3962
3993
|
"declarations": [
|
|
3963
3994
|
{
|
|
3964
3995
|
"kind": "class",
|
|
3965
|
-
"description": "The AG
|
|
3966
|
-
"name": "
|
|
3996
|
+
"description": "The AG Number Editor element.",
|
|
3997
|
+
"name": "NumberEditor",
|
|
3967
3998
|
"members": [
|
|
3968
3999
|
{
|
|
3969
4000
|
"kind": "field",
|
|
3970
4001
|
"name": "params",
|
|
3971
4002
|
"type": {
|
|
3972
|
-
"text": "
|
|
4003
|
+
"text": "NumberEditorParams"
|
|
3973
4004
|
},
|
|
3974
4005
|
"privacy": "public"
|
|
3975
4006
|
},
|
|
3976
4007
|
{
|
|
3977
4008
|
"kind": "field",
|
|
3978
|
-
"name": "
|
|
4009
|
+
"name": "value",
|
|
3979
4010
|
"type": {
|
|
3980
|
-
"text": "
|
|
4011
|
+
"text": "number"
|
|
4012
|
+
},
|
|
4013
|
+
"privacy": "public"
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"kind": "field",
|
|
4017
|
+
"name": "actualWidth",
|
|
4018
|
+
"type": {
|
|
4019
|
+
"text": "number"
|
|
4020
|
+
},
|
|
4021
|
+
"privacy": "public"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"kind": "field",
|
|
4025
|
+
"name": "input",
|
|
4026
|
+
"type": {
|
|
4027
|
+
"text": "any"
|
|
3981
4028
|
},
|
|
3982
4029
|
"privacy": "public"
|
|
3983
4030
|
},
|
|
@@ -3989,7 +4036,7 @@
|
|
|
3989
4036
|
{
|
|
3990
4037
|
"name": "params",
|
|
3991
4038
|
"type": {
|
|
3992
|
-
"text": "
|
|
4039
|
+
"text": "NumberEditorParams"
|
|
3993
4040
|
}
|
|
3994
4041
|
}
|
|
3995
4042
|
]
|
|
@@ -4004,16 +4051,6 @@
|
|
|
4004
4051
|
}
|
|
4005
4052
|
}
|
|
4006
4053
|
},
|
|
4007
|
-
{
|
|
4008
|
-
"kind": "method",
|
|
4009
|
-
"name": "destroy",
|
|
4010
|
-
"privacy": "public",
|
|
4011
|
-
"return": {
|
|
4012
|
-
"type": {
|
|
4013
|
-
"text": "void"
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
4054
|
{
|
|
4018
4055
|
"kind": "method",
|
|
4019
4056
|
"name": "refresh",
|
|
@@ -4027,7 +4064,7 @@
|
|
|
4027
4064
|
{
|
|
4028
4065
|
"name": "params",
|
|
4029
4066
|
"type": {
|
|
4030
|
-
"text": "
|
|
4067
|
+
"text": "NumberEditorParams"
|
|
4031
4068
|
}
|
|
4032
4069
|
}
|
|
4033
4070
|
]
|
|
@@ -4045,6 +4082,10 @@
|
|
|
4045
4082
|
}
|
|
4046
4083
|
}
|
|
4047
4084
|
},
|
|
4085
|
+
{
|
|
4086
|
+
"kind": "method",
|
|
4087
|
+
"name": "afterGuiAttached"
|
|
4088
|
+
},
|
|
4048
4089
|
{
|
|
4049
4090
|
"kind": "method",
|
|
4050
4091
|
"name": "changeHandler",
|
|
@@ -4174,19 +4215,19 @@
|
|
|
4174
4215
|
"name": "FoundationElement",
|
|
4175
4216
|
"package": "@microsoft/fast-foundation"
|
|
4176
4217
|
},
|
|
4177
|
-
"tagName": "%%prefix%%-
|
|
4218
|
+
"tagName": "%%prefix%%-number-editor",
|
|
4178
4219
|
"customElement": true
|
|
4179
4220
|
},
|
|
4180
4221
|
{
|
|
4181
4222
|
"kind": "variable",
|
|
4182
|
-
"name": "
|
|
4183
|
-
"default": "css
|
|
4184
|
-
"description": "The AG
|
|
4223
|
+
"name": "agNumberEditorStyles",
|
|
4224
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4225
|
+
"description": "The AG Number Editor Styles.",
|
|
4185
4226
|
"privacy": "public"
|
|
4186
4227
|
},
|
|
4187
4228
|
{
|
|
4188
4229
|
"kind": "function",
|
|
4189
|
-
"name": "
|
|
4230
|
+
"name": "getNumberEditorTemplate",
|
|
4190
4231
|
"parameters": [
|
|
4191
4232
|
{
|
|
4192
4233
|
"name": "designSystem",
|
|
@@ -4204,59 +4245,59 @@
|
|
|
4204
4245
|
},
|
|
4205
4246
|
{
|
|
4206
4247
|
"kind": "variable",
|
|
4207
|
-
"name": "
|
|
4248
|
+
"name": "foundationNumberEditor",
|
|
4208
4249
|
"privacy": "public"
|
|
4209
4250
|
}
|
|
4210
4251
|
],
|
|
4211
4252
|
"exports": [
|
|
4212
4253
|
{
|
|
4213
4254
|
"kind": "js",
|
|
4214
|
-
"name": "
|
|
4255
|
+
"name": "NumberEditor",
|
|
4215
4256
|
"declaration": {
|
|
4216
|
-
"name": "
|
|
4217
|
-
"module": "src/cell-editors/
|
|
4257
|
+
"name": "NumberEditor",
|
|
4258
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4218
4259
|
}
|
|
4219
4260
|
},
|
|
4220
4261
|
{
|
|
4221
4262
|
"kind": "js",
|
|
4222
|
-
"name": "
|
|
4263
|
+
"name": "agNumberEditorStyles",
|
|
4223
4264
|
"declaration": {
|
|
4224
|
-
"name": "
|
|
4225
|
-
"module": "src/cell-editors/
|
|
4265
|
+
"name": "agNumberEditorStyles",
|
|
4266
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4226
4267
|
}
|
|
4227
4268
|
},
|
|
4228
4269
|
{
|
|
4229
4270
|
"kind": "js",
|
|
4230
|
-
"name": "
|
|
4271
|
+
"name": "getNumberEditorTemplate",
|
|
4231
4272
|
"declaration": {
|
|
4232
|
-
"name": "
|
|
4233
|
-
"module": "src/cell-editors/
|
|
4273
|
+
"name": "getNumberEditorTemplate",
|
|
4274
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4234
4275
|
}
|
|
4235
4276
|
},
|
|
4236
4277
|
{
|
|
4237
4278
|
"kind": "js",
|
|
4238
|
-
"name": "
|
|
4279
|
+
"name": "foundationNumberEditor",
|
|
4239
4280
|
"declaration": {
|
|
4240
|
-
"name": "
|
|
4241
|
-
"module": "src/cell-editors/
|
|
4281
|
+
"name": "foundationNumberEditor",
|
|
4282
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
4242
4283
|
}
|
|
4243
4284
|
}
|
|
4244
4285
|
]
|
|
4245
4286
|
},
|
|
4246
4287
|
{
|
|
4247
4288
|
"kind": "javascript-module",
|
|
4248
|
-
"path": "src/cell-editors/
|
|
4289
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
4249
4290
|
"declarations": [
|
|
4250
4291
|
{
|
|
4251
4292
|
"kind": "class",
|
|
4252
|
-
"description": "The AG
|
|
4253
|
-
"name": "
|
|
4293
|
+
"description": "The AG Select Editor element.",
|
|
4294
|
+
"name": "SelectEditor",
|
|
4254
4295
|
"members": [
|
|
4255
4296
|
{
|
|
4256
4297
|
"kind": "field",
|
|
4257
4298
|
"name": "params",
|
|
4258
4299
|
"type": {
|
|
4259
|
-
"text": "
|
|
4300
|
+
"text": "SelectEditorParams"
|
|
4260
4301
|
},
|
|
4261
4302
|
"privacy": "public"
|
|
4262
4303
|
},
|
|
@@ -4264,7 +4305,7 @@
|
|
|
4264
4305
|
"kind": "field",
|
|
4265
4306
|
"name": "value",
|
|
4266
4307
|
"type": {
|
|
4267
|
-
"text": "
|
|
4308
|
+
"text": "string"
|
|
4268
4309
|
},
|
|
4269
4310
|
"privacy": "public"
|
|
4270
4311
|
},
|
|
@@ -4278,7 +4319,7 @@
|
|
|
4278
4319
|
},
|
|
4279
4320
|
{
|
|
4280
4321
|
"kind": "field",
|
|
4281
|
-
"name": "
|
|
4322
|
+
"name": "combobox",
|
|
4282
4323
|
"type": {
|
|
4283
4324
|
"text": "any"
|
|
4284
4325
|
},
|
|
@@ -4292,7 +4333,7 @@
|
|
|
4292
4333
|
{
|
|
4293
4334
|
"name": "params",
|
|
4294
4335
|
"type": {
|
|
4295
|
-
"text": "
|
|
4336
|
+
"text": "SelectEditorParams"
|
|
4296
4337
|
}
|
|
4297
4338
|
}
|
|
4298
4339
|
]
|
|
@@ -4320,7 +4361,7 @@
|
|
|
4320
4361
|
{
|
|
4321
4362
|
"name": "params",
|
|
4322
4363
|
"type": {
|
|
4323
|
-
"text": "
|
|
4364
|
+
"text": "SelectEditorParams"
|
|
4324
4365
|
}
|
|
4325
4366
|
}
|
|
4326
4367
|
]
|
|
@@ -4471,19 +4512,19 @@
|
|
|
4471
4512
|
"name": "FoundationElement",
|
|
4472
4513
|
"package": "@microsoft/fast-foundation"
|
|
4473
4514
|
},
|
|
4474
|
-
"tagName": "%%prefix%%-
|
|
4515
|
+
"tagName": "%%prefix%%-select-editor",
|
|
4475
4516
|
"customElement": true
|
|
4476
4517
|
},
|
|
4477
4518
|
{
|
|
4478
4519
|
"kind": "variable",
|
|
4479
|
-
"name": "
|
|
4480
|
-
"default": "css
|
|
4481
|
-
"description": "The AG
|
|
4520
|
+
"name": "agSelectEditorStyles",
|
|
4521
|
+
"default": "css``",
|
|
4522
|
+
"description": "The AG Select Renderer Styles.",
|
|
4482
4523
|
"privacy": "public"
|
|
4483
4524
|
},
|
|
4484
4525
|
{
|
|
4485
4526
|
"kind": "function",
|
|
4486
|
-
"name": "
|
|
4527
|
+
"name": "getSelectEditorTemplate",
|
|
4487
4528
|
"parameters": [
|
|
4488
4529
|
{
|
|
4489
4530
|
"name": "designSystem",
|
|
@@ -4501,59 +4542,59 @@
|
|
|
4501
4542
|
},
|
|
4502
4543
|
{
|
|
4503
4544
|
"kind": "variable",
|
|
4504
|
-
"name": "
|
|
4545
|
+
"name": "foundationSelectEditor",
|
|
4505
4546
|
"privacy": "public"
|
|
4506
4547
|
}
|
|
4507
4548
|
],
|
|
4508
4549
|
"exports": [
|
|
4509
4550
|
{
|
|
4510
4551
|
"kind": "js",
|
|
4511
|
-
"name": "
|
|
4552
|
+
"name": "SelectEditor",
|
|
4512
4553
|
"declaration": {
|
|
4513
|
-
"name": "
|
|
4514
|
-
"module": "src/cell-editors/
|
|
4554
|
+
"name": "SelectEditor",
|
|
4555
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4515
4556
|
}
|
|
4516
4557
|
},
|
|
4517
4558
|
{
|
|
4518
4559
|
"kind": "js",
|
|
4519
|
-
"name": "
|
|
4560
|
+
"name": "agSelectEditorStyles",
|
|
4520
4561
|
"declaration": {
|
|
4521
|
-
"name": "
|
|
4522
|
-
"module": "src/cell-editors/
|
|
4562
|
+
"name": "agSelectEditorStyles",
|
|
4563
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4523
4564
|
}
|
|
4524
4565
|
},
|
|
4525
4566
|
{
|
|
4526
4567
|
"kind": "js",
|
|
4527
|
-
"name": "
|
|
4568
|
+
"name": "getSelectEditorTemplate",
|
|
4528
4569
|
"declaration": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/cell-editors/
|
|
4570
|
+
"name": "getSelectEditorTemplate",
|
|
4571
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4531
4572
|
}
|
|
4532
4573
|
},
|
|
4533
4574
|
{
|
|
4534
4575
|
"kind": "js",
|
|
4535
|
-
"name": "
|
|
4576
|
+
"name": "foundationSelectEditor",
|
|
4536
4577
|
"declaration": {
|
|
4537
|
-
"name": "
|
|
4538
|
-
"module": "src/cell-editors/
|
|
4578
|
+
"name": "foundationSelectEditor",
|
|
4579
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
4539
4580
|
}
|
|
4540
4581
|
}
|
|
4541
4582
|
]
|
|
4542
4583
|
},
|
|
4543
4584
|
{
|
|
4544
4585
|
"kind": "javascript-module",
|
|
4545
|
-
"path": "src/cell-editors/
|
|
4586
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
4546
4587
|
"declarations": [
|
|
4547
4588
|
{
|
|
4548
4589
|
"kind": "class",
|
|
4549
|
-
"description": "The AG
|
|
4550
|
-
"name": "
|
|
4590
|
+
"description": "The AG String Editor element.",
|
|
4591
|
+
"name": "StringEditor",
|
|
4551
4592
|
"members": [
|
|
4552
4593
|
{
|
|
4553
4594
|
"kind": "field",
|
|
4554
4595
|
"name": "params",
|
|
4555
4596
|
"type": {
|
|
4556
|
-
"text": "
|
|
4597
|
+
"text": "StringEditorParams"
|
|
4557
4598
|
},
|
|
4558
4599
|
"privacy": "public"
|
|
4559
4600
|
},
|
|
@@ -4575,7 +4616,7 @@
|
|
|
4575
4616
|
},
|
|
4576
4617
|
{
|
|
4577
4618
|
"kind": "field",
|
|
4578
|
-
"name": "
|
|
4619
|
+
"name": "input",
|
|
4579
4620
|
"type": {
|
|
4580
4621
|
"text": "any"
|
|
4581
4622
|
},
|
|
@@ -4589,7 +4630,7 @@
|
|
|
4589
4630
|
{
|
|
4590
4631
|
"name": "params",
|
|
4591
4632
|
"type": {
|
|
4592
|
-
"text": "
|
|
4633
|
+
"text": "StringEditorParams"
|
|
4593
4634
|
}
|
|
4594
4635
|
}
|
|
4595
4636
|
]
|
|
@@ -4617,7 +4658,7 @@
|
|
|
4617
4658
|
{
|
|
4618
4659
|
"name": "params",
|
|
4619
4660
|
"type": {
|
|
4620
|
-
"text": "
|
|
4661
|
+
"text": "StringEditorParams"
|
|
4621
4662
|
}
|
|
4622
4663
|
}
|
|
4623
4664
|
]
|
|
@@ -4768,19 +4809,19 @@
|
|
|
4768
4809
|
"name": "FoundationElement",
|
|
4769
4810
|
"package": "@microsoft/fast-foundation"
|
|
4770
4811
|
},
|
|
4771
|
-
"tagName": "%%prefix%%-
|
|
4812
|
+
"tagName": "%%prefix%%-string-editor",
|
|
4772
4813
|
"customElement": true
|
|
4773
4814
|
},
|
|
4774
4815
|
{
|
|
4775
4816
|
"kind": "variable",
|
|
4776
|
-
"name": "
|
|
4777
|
-
"default": "css
|
|
4778
|
-
"description": "The AG
|
|
4817
|
+
"name": "agStringEditorStyles",
|
|
4818
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
4819
|
+
"description": "The AG String Renderer Styles.",
|
|
4779
4820
|
"privacy": "public"
|
|
4780
4821
|
},
|
|
4781
4822
|
{
|
|
4782
4823
|
"kind": "function",
|
|
4783
|
-
"name": "
|
|
4824
|
+
"name": "getStringEditorTemplate",
|
|
4784
4825
|
"parameters": [
|
|
4785
4826
|
{
|
|
4786
4827
|
"name": "designSystem",
|
|
@@ -4788,7 +4829,7 @@
|
|
|
4788
4829
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
4789
4830
|
}
|
|
4790
4831
|
],
|
|
4791
|
-
"description": "Get a Design System prefixed
|
|
4832
|
+
"description": "Get a Design System prefixed String template.",
|
|
4792
4833
|
"return": {
|
|
4793
4834
|
"type": {
|
|
4794
4835
|
"text": ""
|
|
@@ -4798,83 +4839,98 @@
|
|
|
4798
4839
|
},
|
|
4799
4840
|
{
|
|
4800
4841
|
"kind": "variable",
|
|
4801
|
-
"name": "
|
|
4842
|
+
"name": "foundationStringEditor",
|
|
4802
4843
|
"privacy": "public"
|
|
4803
4844
|
}
|
|
4804
4845
|
],
|
|
4805
4846
|
"exports": [
|
|
4806
4847
|
{
|
|
4807
4848
|
"kind": "js",
|
|
4808
|
-
"name": "
|
|
4849
|
+
"name": "StringEditor",
|
|
4809
4850
|
"declaration": {
|
|
4810
|
-
"name": "
|
|
4811
|
-
"module": "src/cell-editors/
|
|
4851
|
+
"name": "StringEditor",
|
|
4852
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4812
4853
|
}
|
|
4813
4854
|
},
|
|
4814
4855
|
{
|
|
4815
4856
|
"kind": "js",
|
|
4816
|
-
"name": "
|
|
4857
|
+
"name": "agStringEditorStyles",
|
|
4817
4858
|
"declaration": {
|
|
4818
|
-
"name": "
|
|
4819
|
-
"module": "src/cell-editors/
|
|
4859
|
+
"name": "agStringEditorStyles",
|
|
4860
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4820
4861
|
}
|
|
4821
4862
|
},
|
|
4822
4863
|
{
|
|
4823
4864
|
"kind": "js",
|
|
4824
|
-
"name": "
|
|
4865
|
+
"name": "getStringEditorTemplate",
|
|
4825
4866
|
"declaration": {
|
|
4826
|
-
"name": "
|
|
4827
|
-
"module": "src/cell-editors/
|
|
4867
|
+
"name": "getStringEditorTemplate",
|
|
4868
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4828
4869
|
}
|
|
4829
4870
|
},
|
|
4830
4871
|
{
|
|
4831
4872
|
"kind": "js",
|
|
4832
|
-
"name": "
|
|
4873
|
+
"name": "foundationStringEditor",
|
|
4833
4874
|
"declaration": {
|
|
4834
|
-
"name": "
|
|
4835
|
-
"module": "src/cell-editors/
|
|
4875
|
+
"name": "foundationStringEditor",
|
|
4876
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
4836
4877
|
}
|
|
4837
4878
|
}
|
|
4838
4879
|
]
|
|
4839
4880
|
},
|
|
4840
4881
|
{
|
|
4841
4882
|
"kind": "javascript-module",
|
|
4842
|
-
"path": "src/cell
|
|
4883
|
+
"path": "src/cell/cell.template.ts",
|
|
4884
|
+
"declarations": [
|
|
4885
|
+
{
|
|
4886
|
+
"kind": "variable",
|
|
4887
|
+
"name": "CellTemplate",
|
|
4888
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
4889
|
+
"description": "The Grid Pro Cell Template.",
|
|
4890
|
+
"privacy": "public"
|
|
4891
|
+
}
|
|
4892
|
+
],
|
|
4893
|
+
"exports": [
|
|
4894
|
+
{
|
|
4895
|
+
"kind": "js",
|
|
4896
|
+
"name": "CellTemplate",
|
|
4897
|
+
"declaration": {
|
|
4898
|
+
"name": "CellTemplate",
|
|
4899
|
+
"module": "src/cell/cell.template.ts"
|
|
4900
|
+
}
|
|
4901
|
+
}
|
|
4902
|
+
]
|
|
4903
|
+
},
|
|
4904
|
+
{
|
|
4905
|
+
"kind": "javascript-module",
|
|
4906
|
+
"path": "src/cell/cell.ts",
|
|
4843
4907
|
"declarations": [
|
|
4844
4908
|
{
|
|
4845
4909
|
"kind": "class",
|
|
4846
|
-
"description": "The
|
|
4847
|
-
"name": "
|
|
4910
|
+
"description": "The Grid Pro Cell element.",
|
|
4911
|
+
"name": "GridProCell",
|
|
4848
4912
|
"members": [
|
|
4849
4913
|
{
|
|
4850
4914
|
"kind": "field",
|
|
4851
|
-
"name": "
|
|
4852
|
-
"type": {
|
|
4853
|
-
"text": "StringEditorParams"
|
|
4854
|
-
},
|
|
4855
|
-
"privacy": "public"
|
|
4856
|
-
},
|
|
4857
|
-
{
|
|
4858
|
-
"kind": "field",
|
|
4859
|
-
"name": "value",
|
|
4915
|
+
"name": "renderer",
|
|
4860
4916
|
"type": {
|
|
4861
|
-
"text": "
|
|
4917
|
+
"text": "ICellRendererFunc"
|
|
4862
4918
|
},
|
|
4863
4919
|
"privacy": "public"
|
|
4864
4920
|
},
|
|
4865
4921
|
{
|
|
4866
4922
|
"kind": "field",
|
|
4867
|
-
"name": "
|
|
4923
|
+
"name": "rendererParams",
|
|
4868
4924
|
"type": {
|
|
4869
|
-
"text": "
|
|
4925
|
+
"text": "ICellRendererParams"
|
|
4870
4926
|
},
|
|
4871
4927
|
"privacy": "public"
|
|
4872
4928
|
},
|
|
4873
4929
|
{
|
|
4874
4930
|
"kind": "field",
|
|
4875
|
-
"name": "
|
|
4931
|
+
"name": "slottedRenderer",
|
|
4876
4932
|
"type": {
|
|
4877
|
-
"text": "
|
|
4933
|
+
"text": "HTMLElement[]"
|
|
4878
4934
|
},
|
|
4879
4935
|
"privacy": "public"
|
|
4880
4936
|
},
|
|
@@ -4886,7 +4942,7 @@
|
|
|
4886
4942
|
{
|
|
4887
4943
|
"name": "params",
|
|
4888
4944
|
"type": {
|
|
4889
|
-
"text": "
|
|
4945
|
+
"text": "ICellRendererParams"
|
|
4890
4946
|
}
|
|
4891
4947
|
}
|
|
4892
4948
|
]
|
|
@@ -4901,53 +4957,28 @@
|
|
|
4901
4957
|
}
|
|
4902
4958
|
}
|
|
4903
4959
|
},
|
|
4960
|
+
{
|
|
4961
|
+
"kind": "method",
|
|
4962
|
+
"name": "destroy",
|
|
4963
|
+
"privacy": "public"
|
|
4964
|
+
},
|
|
4904
4965
|
{
|
|
4905
4966
|
"kind": "method",
|
|
4906
4967
|
"name": "refresh",
|
|
4907
4968
|
"privacy": "public",
|
|
4908
|
-
"return": {
|
|
4909
|
-
"type": {
|
|
4910
|
-
"text": "boolean"
|
|
4911
|
-
}
|
|
4912
|
-
},
|
|
4913
4969
|
"parameters": [
|
|
4914
4970
|
{
|
|
4915
4971
|
"name": "params",
|
|
4916
4972
|
"type": {
|
|
4917
|
-
"text": "
|
|
4973
|
+
"text": "ICellRendererParams"
|
|
4918
4974
|
}
|
|
4919
4975
|
}
|
|
4920
4976
|
]
|
|
4921
4977
|
},
|
|
4922
4978
|
{
|
|
4923
4979
|
"kind": "method",
|
|
4924
|
-
"name": "
|
|
4925
|
-
|
|
4926
|
-
{
|
|
4927
|
-
"kind": "method",
|
|
4928
|
-
"name": "isPopup",
|
|
4929
|
-
"return": {
|
|
4930
|
-
"type": {
|
|
4931
|
-
"text": "boolean"
|
|
4932
|
-
}
|
|
4933
|
-
}
|
|
4934
|
-
},
|
|
4935
|
-
{
|
|
4936
|
-
"kind": "method",
|
|
4937
|
-
"name": "afterGuiAttached"
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"kind": "method",
|
|
4941
|
-
"name": "changeHandler",
|
|
4942
|
-
"parameters": [
|
|
4943
|
-
{
|
|
4944
|
-
"name": "event"
|
|
4945
|
-
}
|
|
4946
|
-
]
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "method",
|
|
4950
|
-
"name": "isCancelBeforeStart"
|
|
4980
|
+
"name": "slottedAgRendererChanged",
|
|
4981
|
+
"privacy": "public"
|
|
4951
4982
|
},
|
|
4952
4983
|
{
|
|
4953
4984
|
"kind": "field",
|
|
@@ -5065,140 +5096,171 @@
|
|
|
5065
5096
|
"name": "FoundationElement",
|
|
5066
5097
|
"package": "@microsoft/fast-foundation"
|
|
5067
5098
|
},
|
|
5068
|
-
"tagName": "
|
|
5099
|
+
"tagName": "grid-pro-cell",
|
|
5069
5100
|
"customElement": true
|
|
5070
|
-
},
|
|
5071
|
-
{
|
|
5072
|
-
"kind": "variable",
|
|
5073
|
-
"name": "agStringEditorStyles",
|
|
5074
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
5075
|
-
"description": "The AG String Renderer Styles.",
|
|
5076
|
-
"privacy": "public"
|
|
5077
|
-
},
|
|
5078
|
-
{
|
|
5079
|
-
"kind": "function",
|
|
5080
|
-
"name": "getStringEditorTemplate",
|
|
5081
|
-
"parameters": [
|
|
5082
|
-
{
|
|
5083
|
-
"name": "designSystem",
|
|
5084
|
-
"default": "'foundation'",
|
|
5085
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5086
|
-
}
|
|
5087
|
-
],
|
|
5088
|
-
"description": "Get a Design System prefixed String template.",
|
|
5089
|
-
"return": {
|
|
5090
|
-
"type": {
|
|
5091
|
-
"text": ""
|
|
5092
|
-
}
|
|
5093
|
-
},
|
|
5094
|
-
"privacy": "public"
|
|
5095
|
-
},
|
|
5096
|
-
{
|
|
5097
|
-
"kind": "variable",
|
|
5098
|
-
"name": "foundationStringEditor",
|
|
5099
|
-
"privacy": "public"
|
|
5100
5101
|
}
|
|
5101
5102
|
],
|
|
5102
5103
|
"exports": [
|
|
5103
5104
|
{
|
|
5104
5105
|
"kind": "js",
|
|
5105
|
-
"name": "
|
|
5106
|
+
"name": "GridProCell",
|
|
5106
5107
|
"declaration": {
|
|
5107
|
-
"name": "
|
|
5108
|
-
"module": "src/cell
|
|
5108
|
+
"name": "GridProCell",
|
|
5109
|
+
"module": "src/cell/cell.ts"
|
|
5109
5110
|
}
|
|
5110
5111
|
},
|
|
5112
|
+
{
|
|
5113
|
+
"kind": "custom-element-definition",
|
|
5114
|
+
"name": "grid-pro-cell",
|
|
5115
|
+
"declaration": {
|
|
5116
|
+
"name": "GridProCell",
|
|
5117
|
+
"module": "src/cell/cell.ts"
|
|
5118
|
+
}
|
|
5119
|
+
}
|
|
5120
|
+
]
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"kind": "javascript-module",
|
|
5124
|
+
"path": "src/cell/index.ts",
|
|
5125
|
+
"declarations": [],
|
|
5126
|
+
"exports": [
|
|
5111
5127
|
{
|
|
5112
5128
|
"kind": "js",
|
|
5113
|
-
"name": "
|
|
5129
|
+
"name": "*",
|
|
5114
5130
|
"declaration": {
|
|
5115
|
-
"name": "
|
|
5116
|
-
"
|
|
5131
|
+
"name": "*",
|
|
5132
|
+
"package": "./cell.template"
|
|
5117
5133
|
}
|
|
5118
5134
|
},
|
|
5119
5135
|
{
|
|
5120
5136
|
"kind": "js",
|
|
5121
|
-
"name": "
|
|
5137
|
+
"name": "*",
|
|
5122
5138
|
"declaration": {
|
|
5123
|
-
"name": "
|
|
5124
|
-
"
|
|
5139
|
+
"name": "*",
|
|
5140
|
+
"package": "./cell"
|
|
5125
5141
|
}
|
|
5126
|
-
}
|
|
5142
|
+
}
|
|
5143
|
+
]
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"kind": "javascript-module",
|
|
5147
|
+
"path": "src/column/column.template.ts",
|
|
5148
|
+
"declarations": [
|
|
5149
|
+
{
|
|
5150
|
+
"kind": "variable",
|
|
5151
|
+
"name": "ColumnTemplate",
|
|
5152
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5153
|
+
"description": "The Grid Pro Column Template.",
|
|
5154
|
+
"privacy": "public"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"exports": [
|
|
5127
5158
|
{
|
|
5128
5159
|
"kind": "js",
|
|
5129
|
-
"name": "
|
|
5160
|
+
"name": "ColumnTemplate",
|
|
5130
5161
|
"declaration": {
|
|
5131
|
-
"name": "
|
|
5132
|
-
"module": "src/
|
|
5162
|
+
"name": "ColumnTemplate",
|
|
5163
|
+
"module": "src/column/column.template.ts"
|
|
5133
5164
|
}
|
|
5134
5165
|
}
|
|
5135
5166
|
]
|
|
5136
5167
|
},
|
|
5137
5168
|
{
|
|
5138
5169
|
"kind": "javascript-module",
|
|
5139
|
-
"path": "src/
|
|
5170
|
+
"path": "src/column/column.ts",
|
|
5140
5171
|
"declarations": [
|
|
5141
5172
|
{
|
|
5142
5173
|
"kind": "class",
|
|
5143
|
-
"description": "The
|
|
5144
|
-
"name": "
|
|
5174
|
+
"description": "The Grid Pro Column element.",
|
|
5175
|
+
"name": "GridProColumn",
|
|
5145
5176
|
"members": [
|
|
5146
5177
|
{
|
|
5147
5178
|
"kind": "field",
|
|
5148
|
-
"name": "
|
|
5179
|
+
"name": "slottedAgCell",
|
|
5149
5180
|
"type": {
|
|
5150
|
-
"text": "
|
|
5181
|
+
"text": "HTMLElement[]"
|
|
5151
5182
|
},
|
|
5152
5183
|
"privacy": "public"
|
|
5153
5184
|
},
|
|
5154
5185
|
{
|
|
5155
5186
|
"kind": "field",
|
|
5156
|
-
"name": "
|
|
5187
|
+
"name": "definition",
|
|
5157
5188
|
"type": {
|
|
5158
|
-
"text": "
|
|
5189
|
+
"text": "ColDef"
|
|
5159
5190
|
},
|
|
5160
|
-
"
|
|
5191
|
+
"default": "{}"
|
|
5161
5192
|
},
|
|
5162
5193
|
{
|
|
5163
5194
|
"kind": "method",
|
|
5164
|
-
"name": "
|
|
5165
|
-
"privacy": "public"
|
|
5166
|
-
"parameters": [
|
|
5167
|
-
{
|
|
5168
|
-
"name": "params",
|
|
5169
|
-
"type": {
|
|
5170
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5171
|
-
}
|
|
5172
|
-
}
|
|
5173
|
-
]
|
|
5195
|
+
"name": "slottedAgCellChanged",
|
|
5196
|
+
"privacy": "public"
|
|
5174
5197
|
},
|
|
5175
5198
|
{
|
|
5176
5199
|
"kind": "method",
|
|
5177
|
-
"name": "
|
|
5178
|
-
"privacy": "public",
|
|
5200
|
+
"name": "deepClone",
|
|
5179
5201
|
"return": {
|
|
5180
5202
|
"type": {
|
|
5181
|
-
"text": "
|
|
5203
|
+
"text": "Node"
|
|
5182
5204
|
}
|
|
5205
|
+
},
|
|
5206
|
+
"inheritedFrom": {
|
|
5207
|
+
"name": "LifecycleMixin",
|
|
5208
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5183
5209
|
}
|
|
5184
5210
|
},
|
|
5185
5211
|
{
|
|
5186
5212
|
"kind": "method",
|
|
5187
|
-
"name": "
|
|
5188
|
-
"
|
|
5213
|
+
"name": "cloneNode",
|
|
5214
|
+
"return": {
|
|
5215
|
+
"type": {
|
|
5216
|
+
"text": "Node"
|
|
5217
|
+
}
|
|
5218
|
+
},
|
|
5189
5219
|
"parameters": [
|
|
5190
5220
|
{
|
|
5191
|
-
"name": "
|
|
5221
|
+
"name": "deep",
|
|
5222
|
+
"optional": true,
|
|
5192
5223
|
"type": {
|
|
5193
|
-
"text": "
|
|
5224
|
+
"text": "boolean"
|
|
5194
5225
|
}
|
|
5195
5226
|
}
|
|
5196
|
-
]
|
|
5227
|
+
],
|
|
5228
|
+
"inheritedFrom": {
|
|
5229
|
+
"name": "LifecycleMixin",
|
|
5230
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "field",
|
|
5235
|
+
"name": "shouldRunDisconnect",
|
|
5236
|
+
"return": {
|
|
5237
|
+
"type": {
|
|
5238
|
+
"text": ""
|
|
5239
|
+
}
|
|
5240
|
+
},
|
|
5241
|
+
"readonly": true,
|
|
5242
|
+
"inheritedFrom": {
|
|
5243
|
+
"name": "LifecycleMixin",
|
|
5244
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"kind": "field",
|
|
5249
|
+
"name": "shouldRunConnect",
|
|
5250
|
+
"return": {
|
|
5251
|
+
"type": {
|
|
5252
|
+
"text": ""
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
"readonly": true,
|
|
5256
|
+
"inheritedFrom": {
|
|
5257
|
+
"name": "LifecycleMixin",
|
|
5258
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5259
|
+
}
|
|
5197
5260
|
},
|
|
5198
5261
|
{
|
|
5199
5262
|
"kind": "method",
|
|
5200
|
-
"name": "
|
|
5201
|
-
"privacy": "public",
|
|
5263
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5202
5264
|
"return": {
|
|
5203
5265
|
"type": {
|
|
5204
5266
|
"text": "boolean"
|
|
@@ -5206,19 +5268,16 @@
|
|
|
5206
5268
|
},
|
|
5207
5269
|
"parameters": [
|
|
5208
5270
|
{
|
|
5209
|
-
"name": "
|
|
5271
|
+
"name": "lifecycleType",
|
|
5272
|
+
"type": {
|
|
5273
|
+
"text": "Lifecycletype"
|
|
5274
|
+
}
|
|
5210
5275
|
}
|
|
5211
|
-
]
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
"privacy": "public"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"kind": "field",
|
|
5220
|
-
"name": "dataTestId",
|
|
5221
|
-
"readonly": true
|
|
5276
|
+
],
|
|
5277
|
+
"inheritedFrom": {
|
|
5278
|
+
"name": "LifecycleMixin",
|
|
5279
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5280
|
+
}
|
|
5222
5281
|
},
|
|
5223
5282
|
{
|
|
5224
5283
|
"kind": "field",
|
|
@@ -5332,82 +5391,92 @@
|
|
|
5332
5391
|
}
|
|
5333
5392
|
}
|
|
5334
5393
|
],
|
|
5394
|
+
"mixins": [
|
|
5395
|
+
{
|
|
5396
|
+
"name": "LifecycleMixin",
|
|
5397
|
+
"package": "@genesislcap/foundation-utils"
|
|
5398
|
+
}
|
|
5399
|
+
],
|
|
5335
5400
|
"superclass": {
|
|
5336
5401
|
"name": "FoundationElement",
|
|
5337
5402
|
"package": "@microsoft/fast-foundation"
|
|
5338
5403
|
},
|
|
5339
|
-
"tagName": "
|
|
5404
|
+
"tagName": "grid-pro-column",
|
|
5340
5405
|
"customElement": true
|
|
5341
|
-
},
|
|
5342
|
-
{
|
|
5343
|
-
"kind": "variable",
|
|
5344
|
-
"name": "actionHeightMultiplier",
|
|
5345
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5346
|
-
"privacy": "public"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"kind": "variable",
|
|
5350
|
-
"name": "agActionRendererStyles",
|
|
5351
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5352
|
-
"description": "The AG Action Renderer Styles.",
|
|
5353
|
-
"privacy": "public"
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"kind": "variable",
|
|
5357
|
-
"name": "foundationGridProActionRenderer",
|
|
5358
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5359
|
-
"privacy": "public"
|
|
5360
5406
|
}
|
|
5361
5407
|
],
|
|
5362
5408
|
"exports": [
|
|
5363
5409
|
{
|
|
5364
5410
|
"kind": "js",
|
|
5365
|
-
"name": "
|
|
5411
|
+
"name": "GridProColumn",
|
|
5366
5412
|
"declaration": {
|
|
5367
|
-
"name": "
|
|
5368
|
-
"module": "src/
|
|
5413
|
+
"name": "GridProColumn",
|
|
5414
|
+
"module": "src/column/column.ts"
|
|
5369
5415
|
}
|
|
5370
5416
|
},
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "custom-element-definition",
|
|
5419
|
+
"name": "grid-pro-column",
|
|
5420
|
+
"declaration": {
|
|
5421
|
+
"name": "GridProColumn",
|
|
5422
|
+
"module": "src/column/column.ts"
|
|
5423
|
+
}
|
|
5424
|
+
}
|
|
5425
|
+
]
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"kind": "javascript-module",
|
|
5429
|
+
"path": "src/column/index.ts",
|
|
5430
|
+
"declarations": [],
|
|
5431
|
+
"exports": [
|
|
5371
5432
|
{
|
|
5372
5433
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5434
|
+
"name": "*",
|
|
5374
5435
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"
|
|
5436
|
+
"name": "*",
|
|
5437
|
+
"package": "./column.template"
|
|
5377
5438
|
}
|
|
5378
5439
|
},
|
|
5379
5440
|
{
|
|
5380
5441
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5442
|
+
"name": "*",
|
|
5382
5443
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"
|
|
5444
|
+
"name": "*",
|
|
5445
|
+
"package": "./column"
|
|
5385
5446
|
}
|
|
5386
5447
|
},
|
|
5387
5448
|
{
|
|
5388
5449
|
"kind": "js",
|
|
5389
|
-
"name": "
|
|
5450
|
+
"name": "*",
|
|
5390
5451
|
"declaration": {
|
|
5391
|
-
"name": "
|
|
5392
|
-
"
|
|
5452
|
+
"name": "*",
|
|
5453
|
+
"package": "./utils"
|
|
5393
5454
|
}
|
|
5394
5455
|
}
|
|
5395
5456
|
]
|
|
5396
5457
|
},
|
|
5397
5458
|
{
|
|
5398
5459
|
"kind": "javascript-module",
|
|
5399
|
-
"path": "src/cell-renderers/
|
|
5460
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5400
5461
|
"declarations": [
|
|
5401
5462
|
{
|
|
5402
5463
|
"kind": "class",
|
|
5403
|
-
"description": "The
|
|
5404
|
-
"name": "
|
|
5464
|
+
"description": "The AG Action Renderer element.",
|
|
5465
|
+
"name": "ActionRenderer",
|
|
5405
5466
|
"members": [
|
|
5406
5467
|
{
|
|
5407
5468
|
"kind": "field",
|
|
5408
5469
|
"name": "params",
|
|
5409
5470
|
"type": {
|
|
5410
|
-
"text": "ICellRendererParams"
|
|
5471
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5472
|
+
},
|
|
5473
|
+
"privacy": "public"
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"kind": "field",
|
|
5477
|
+
"name": "pendingAction",
|
|
5478
|
+
"type": {
|
|
5479
|
+
"text": "boolean"
|
|
5411
5480
|
},
|
|
5412
5481
|
"privacy": "public"
|
|
5413
5482
|
},
|
|
@@ -5419,7 +5488,7 @@
|
|
|
5419
5488
|
{
|
|
5420
5489
|
"name": "params",
|
|
5421
5490
|
"type": {
|
|
5422
|
-
"text": "ICellRendererParams"
|
|
5491
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5423
5492
|
}
|
|
5424
5493
|
}
|
|
5425
5494
|
]
|
|
@@ -5447,6 +5516,31 @@
|
|
|
5447
5516
|
}
|
|
5448
5517
|
]
|
|
5449
5518
|
},
|
|
5519
|
+
{
|
|
5520
|
+
"kind": "method",
|
|
5521
|
+
"name": "isDisabled",
|
|
5522
|
+
"privacy": "public",
|
|
5523
|
+
"return": {
|
|
5524
|
+
"type": {
|
|
5525
|
+
"text": "boolean"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"parameters": [
|
|
5529
|
+
{
|
|
5530
|
+
"name": "data"
|
|
5531
|
+
}
|
|
5532
|
+
]
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"kind": "method",
|
|
5536
|
+
"name": "clickHandler",
|
|
5537
|
+
"privacy": "public"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"kind": "field",
|
|
5541
|
+
"name": "dataTestId",
|
|
5542
|
+
"readonly": true
|
|
5543
|
+
},
|
|
5450
5544
|
{
|
|
5451
5545
|
"kind": "field",
|
|
5452
5546
|
"name": "_presentation",
|
|
@@ -5563,134 +5657,81 @@
|
|
|
5563
5657
|
"name": "FoundationElement",
|
|
5564
5658
|
"package": "@microsoft/fast-foundation"
|
|
5565
5659
|
},
|
|
5566
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5660
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5567
5661
|
"customElement": true
|
|
5568
5662
|
},
|
|
5569
5663
|
{
|
|
5570
5664
|
"kind": "variable",
|
|
5571
|
-
"name": "
|
|
5572
|
-
"description": "
|
|
5665
|
+
"name": "actionHeightMultiplier",
|
|
5666
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5573
5667
|
"privacy": "public"
|
|
5574
5668
|
},
|
|
5575
5669
|
{
|
|
5576
|
-
"kind": "
|
|
5577
|
-
"name": "
|
|
5578
|
-
"
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
"
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
"type": {
|
|
5587
|
-
"text": "ActionMenuItem[]"
|
|
5588
|
-
},
|
|
5589
|
-
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5590
|
-
},
|
|
5591
|
-
{
|
|
5592
|
-
"name": "overrideDef",
|
|
5593
|
-
"default": "{}",
|
|
5594
|
-
"type": {
|
|
5595
|
-
"text": "ColDef"
|
|
5596
|
-
},
|
|
5597
|
-
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5598
|
-
},
|
|
5599
|
-
{
|
|
5600
|
-
"name": "customActionsOpenerName",
|
|
5601
|
-
"default": "'⋮'",
|
|
5602
|
-
"type": {
|
|
5603
|
-
"text": "string"
|
|
5604
|
-
},
|
|
5605
|
-
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5606
|
-
},
|
|
5607
|
-
{
|
|
5608
|
-
"name": "isVertical",
|
|
5609
|
-
"default": "false",
|
|
5610
|
-
"type": {
|
|
5611
|
-
"text": "boolean"
|
|
5612
|
-
},
|
|
5613
|
-
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5614
|
-
},
|
|
5615
|
-
{
|
|
5616
|
-
"name": "buttonAppearance",
|
|
5617
|
-
"optional": true,
|
|
5618
|
-
"type": {
|
|
5619
|
-
"text": "string"
|
|
5620
|
-
},
|
|
5621
|
-
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5622
|
-
}
|
|
5623
|
-
],
|
|
5624
|
-
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5670
|
+
"kind": "variable",
|
|
5671
|
+
"name": "agActionRendererStyles",
|
|
5672
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5673
|
+
"description": "The AG Action Renderer Styles.",
|
|
5674
|
+
"privacy": "public"
|
|
5675
|
+
},
|
|
5676
|
+
{
|
|
5677
|
+
"kind": "variable",
|
|
5678
|
+
"name": "foundationGridProActionRenderer",
|
|
5679
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5625
5680
|
"privacy": "public"
|
|
5626
5681
|
}
|
|
5627
5682
|
],
|
|
5628
5683
|
"exports": [
|
|
5629
5684
|
{
|
|
5630
5685
|
"kind": "js",
|
|
5631
|
-
"name": "
|
|
5686
|
+
"name": "ActionRenderer",
|
|
5632
5687
|
"declaration": {
|
|
5633
|
-
"name": "
|
|
5634
|
-
"module": "src/cell-renderers/
|
|
5688
|
+
"name": "ActionRenderer",
|
|
5689
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5635
5690
|
}
|
|
5636
5691
|
},
|
|
5637
5692
|
{
|
|
5638
5693
|
"kind": "js",
|
|
5639
|
-
"name": "
|
|
5694
|
+
"name": "actionHeightMultiplier",
|
|
5640
5695
|
"declaration": {
|
|
5641
|
-
"name": "
|
|
5642
|
-
"module": "src/cell-renderers/
|
|
5696
|
+
"name": "actionHeightMultiplier",
|
|
5697
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5643
5698
|
}
|
|
5644
5699
|
},
|
|
5645
5700
|
{
|
|
5646
5701
|
"kind": "js",
|
|
5647
|
-
"name": "
|
|
5702
|
+
"name": "agActionRendererStyles",
|
|
5648
5703
|
"declaration": {
|
|
5649
|
-
"name": "
|
|
5650
|
-
"module": "src/cell-renderers/
|
|
5704
|
+
"name": "agActionRendererStyles",
|
|
5705
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5651
5706
|
}
|
|
5652
|
-
}
|
|
5653
|
-
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"kind": "js",
|
|
5710
|
+
"name": "foundationGridProActionRenderer",
|
|
5711
|
+
"declaration": {
|
|
5712
|
+
"name": "foundationGridProActionRenderer",
|
|
5713
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5714
|
+
}
|
|
5715
|
+
}
|
|
5716
|
+
]
|
|
5654
5717
|
},
|
|
5655
5718
|
{
|
|
5656
5719
|
"kind": "javascript-module",
|
|
5657
|
-
"path": "src/cell-renderers/
|
|
5720
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5658
5721
|
"declarations": [
|
|
5659
5722
|
{
|
|
5660
5723
|
"kind": "class",
|
|
5661
|
-
"description": "The
|
|
5662
|
-
"name": "
|
|
5724
|
+
"description": "The Actions Menu Renderer element.",
|
|
5725
|
+
"name": "ActionsMenuRenderer",
|
|
5663
5726
|
"members": [
|
|
5664
5727
|
{
|
|
5665
5728
|
"kind": "field",
|
|
5666
5729
|
"name": "params",
|
|
5667
5730
|
"type": {
|
|
5668
|
-
"text": "ICellRendererParams
|
|
5731
|
+
"text": "ICellRendererParams"
|
|
5669
5732
|
},
|
|
5670
5733
|
"privacy": "public"
|
|
5671
5734
|
},
|
|
5672
|
-
{
|
|
5673
|
-
"kind": "field",
|
|
5674
|
-
"name": "selected",
|
|
5675
|
-
"type": {
|
|
5676
|
-
"text": "boolean"
|
|
5677
|
-
}
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "method",
|
|
5681
|
-
"name": "isDisabled",
|
|
5682
|
-
"privacy": "public",
|
|
5683
|
-
"return": {
|
|
5684
|
-
"type": {
|
|
5685
|
-
"text": "boolean"
|
|
5686
|
-
}
|
|
5687
|
-
},
|
|
5688
|
-
"parameters": [
|
|
5689
|
-
{
|
|
5690
|
-
"name": "data"
|
|
5691
|
-
}
|
|
5692
|
-
]
|
|
5693
|
-
},
|
|
5694
5735
|
{
|
|
5695
5736
|
"kind": "method",
|
|
5696
5737
|
"name": "init",
|
|
@@ -5714,11 +5755,6 @@
|
|
|
5714
5755
|
}
|
|
5715
5756
|
}
|
|
5716
5757
|
},
|
|
5717
|
-
{
|
|
5718
|
-
"kind": "method",
|
|
5719
|
-
"name": "destroy",
|
|
5720
|
-
"privacy": "public"
|
|
5721
|
-
},
|
|
5722
5758
|
{
|
|
5723
5759
|
"kind": "method",
|
|
5724
5760
|
"name": "refresh",
|
|
@@ -5732,14 +5768,6 @@
|
|
|
5732
5768
|
}
|
|
5733
5769
|
]
|
|
5734
5770
|
},
|
|
5735
|
-
{
|
|
5736
|
-
"kind": "method",
|
|
5737
|
-
"name": "getValue"
|
|
5738
|
-
},
|
|
5739
|
-
{
|
|
5740
|
-
"kind": "method",
|
|
5741
|
-
"name": "isCancelBeforeStart"
|
|
5742
|
-
},
|
|
5743
5771
|
{
|
|
5744
5772
|
"kind": "field",
|
|
5745
5773
|
"name": "_presentation",
|
|
@@ -5856,92 +5884,134 @@
|
|
|
5856
5884
|
"name": "FoundationElement",
|
|
5857
5885
|
"package": "@microsoft/fast-foundation"
|
|
5858
5886
|
},
|
|
5859
|
-
"tagName": "%%prefix%%-
|
|
5887
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5860
5888
|
"customElement": true
|
|
5861
5889
|
},
|
|
5862
5890
|
{
|
|
5863
5891
|
"kind": "variable",
|
|
5864
|
-
"name": "
|
|
5865
|
-
"
|
|
5866
|
-
"description": "The AG Boolean Renderer Styles.",
|
|
5892
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5893
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5867
5894
|
"privacy": "public"
|
|
5868
5895
|
},
|
|
5869
5896
|
{
|
|
5870
5897
|
"kind": "function",
|
|
5871
|
-
"name": "
|
|
5872
|
-
"parameters": [
|
|
5873
|
-
{
|
|
5874
|
-
"name": "designSystem",
|
|
5875
|
-
"default": "'foundation'",
|
|
5876
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
5877
|
-
}
|
|
5878
|
-
],
|
|
5879
|
-
"description": "Get a Design System prefixed Checkbox template.",
|
|
5898
|
+
"name": "getActionsMenuDef",
|
|
5880
5899
|
"return": {
|
|
5881
5900
|
"type": {
|
|
5882
5901
|
"text": ""
|
|
5883
5902
|
}
|
|
5884
5903
|
},
|
|
5885
|
-
"
|
|
5886
|
-
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5904
|
+
"parameters": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "actions",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "ActionMenuItem[]"
|
|
5909
|
+
},
|
|
5910
|
+
"description": "Array of `ActionMenuItem` to be displayed in the menu."
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"name": "overrideDef",
|
|
5914
|
+
"default": "{}",
|
|
5915
|
+
"type": {
|
|
5916
|
+
"text": "ColDef"
|
|
5917
|
+
},
|
|
5918
|
+
"description": "Optional override for the ColDef. Will override any of the default values. Default is an empty object."
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"name": "customActionsOpenerName",
|
|
5922
|
+
"default": "'⋮'",
|
|
5923
|
+
"type": {
|
|
5924
|
+
"text": "string"
|
|
5925
|
+
},
|
|
5926
|
+
"description": "Optional custom name for the button that opens the menu. Default is '⋮'."
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "isVertical",
|
|
5930
|
+
"default": "false",
|
|
5931
|
+
"type": {
|
|
5932
|
+
"text": "boolean"
|
|
5933
|
+
},
|
|
5934
|
+
"description": "Optional flag to display the menu vertically. Default is false (displays the menu horizontally, follow the rowHeight)."
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"name": "buttonAppearance",
|
|
5938
|
+
"optional": true,
|
|
5939
|
+
"type": {
|
|
5940
|
+
"text": "string"
|
|
5941
|
+
},
|
|
5942
|
+
"description": "Optional appearance for the button that opens the menu. Default is 'outline'."
|
|
5943
|
+
}
|
|
5944
|
+
],
|
|
5945
|
+
"description": "Helper function to get ColDef https://www.ag-grid.com/javascript-data-grid/column-properties/ for Actions Menu Renderer.\nWill take the parameter values for a base ColDef and merge them with the overrideDef (if specified).",
|
|
5891
5946
|
"privacy": "public"
|
|
5892
5947
|
}
|
|
5893
5948
|
],
|
|
5894
5949
|
"exports": [
|
|
5895
5950
|
{
|
|
5896
5951
|
"kind": "js",
|
|
5897
|
-
"name": "
|
|
5898
|
-
"declaration": {
|
|
5899
|
-
"name": "BooleanRenderer",
|
|
5900
|
-
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
5901
|
-
}
|
|
5902
|
-
},
|
|
5903
|
-
{
|
|
5904
|
-
"kind": "js",
|
|
5905
|
-
"name": "agBooleanRendererStyles",
|
|
5952
|
+
"name": "ActionsMenuRenderer",
|
|
5906
5953
|
"declaration": {
|
|
5907
|
-
"name": "
|
|
5908
|
-
"module": "src/cell-renderers/
|
|
5954
|
+
"name": "ActionsMenuRenderer",
|
|
5955
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5909
5956
|
}
|
|
5910
5957
|
},
|
|
5911
5958
|
{
|
|
5912
5959
|
"kind": "js",
|
|
5913
|
-
"name": "
|
|
5960
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5914
5961
|
"declaration": {
|
|
5915
|
-
"name": "
|
|
5916
|
-
"module": "src/cell-renderers/
|
|
5962
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5963
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5917
5964
|
}
|
|
5918
5965
|
},
|
|
5919
5966
|
{
|
|
5920
5967
|
"kind": "js",
|
|
5921
|
-
"name": "
|
|
5968
|
+
"name": "getActionsMenuDef",
|
|
5922
5969
|
"declaration": {
|
|
5923
|
-
"name": "
|
|
5924
|
-
"module": "src/cell-renderers/
|
|
5970
|
+
"name": "getActionsMenuDef",
|
|
5971
|
+
"module": "src/cell-renderers/actions-menu.renderer.ts"
|
|
5925
5972
|
}
|
|
5926
5973
|
}
|
|
5927
5974
|
]
|
|
5928
5975
|
},
|
|
5929
5976
|
{
|
|
5930
5977
|
"kind": "javascript-module",
|
|
5931
|
-
"path": "src/cell-renderers/
|
|
5978
|
+
"path": "src/cell-renderers/boolean.renderer.ts",
|
|
5932
5979
|
"declarations": [
|
|
5933
5980
|
{
|
|
5934
5981
|
"kind": "class",
|
|
5935
|
-
"description": "The AG
|
|
5936
|
-
"name": "
|
|
5982
|
+
"description": "The AG Boolean Renderer element.",
|
|
5983
|
+
"name": "BooleanRenderer",
|
|
5937
5984
|
"members": [
|
|
5938
5985
|
{
|
|
5939
5986
|
"kind": "field",
|
|
5940
|
-
"name": "
|
|
5987
|
+
"name": "params",
|
|
5941
5988
|
"type": {
|
|
5942
|
-
"text": "
|
|
5989
|
+
"text": "ICellRendererParams & BooleanRendererParams"
|
|
5990
|
+
},
|
|
5991
|
+
"privacy": "public"
|
|
5992
|
+
},
|
|
5993
|
+
{
|
|
5994
|
+
"kind": "field",
|
|
5995
|
+
"name": "selected",
|
|
5996
|
+
"type": {
|
|
5997
|
+
"text": "boolean"
|
|
5943
5998
|
}
|
|
5944
5999
|
},
|
|
6000
|
+
{
|
|
6001
|
+
"kind": "method",
|
|
6002
|
+
"name": "isDisabled",
|
|
6003
|
+
"privacy": "public",
|
|
6004
|
+
"return": {
|
|
6005
|
+
"type": {
|
|
6006
|
+
"text": "boolean"
|
|
6007
|
+
}
|
|
6008
|
+
},
|
|
6009
|
+
"parameters": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "data"
|
|
6012
|
+
}
|
|
6013
|
+
]
|
|
6014
|
+
},
|
|
5945
6015
|
{
|
|
5946
6016
|
"kind": "method",
|
|
5947
6017
|
"name": "init",
|
|
@@ -5965,6 +6035,11 @@
|
|
|
5965
6035
|
}
|
|
5966
6036
|
}
|
|
5967
6037
|
},
|
|
6038
|
+
{
|
|
6039
|
+
"kind": "method",
|
|
6040
|
+
"name": "destroy",
|
|
6041
|
+
"privacy": "public"
|
|
6042
|
+
},
|
|
5968
6043
|
{
|
|
5969
6044
|
"kind": "method",
|
|
5970
6045
|
"name": "refresh",
|
|
@@ -5978,6 +6053,14 @@
|
|
|
5978
6053
|
}
|
|
5979
6054
|
]
|
|
5980
6055
|
},
|
|
6056
|
+
{
|
|
6057
|
+
"kind": "method",
|
|
6058
|
+
"name": "getValue"
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "method",
|
|
6062
|
+
"name": "isCancelBeforeStart"
|
|
6063
|
+
},
|
|
5981
6064
|
{
|
|
5982
6065
|
"kind": "field",
|
|
5983
6066
|
"name": "_presentation",
|
|
@@ -6094,19 +6177,19 @@
|
|
|
6094
6177
|
"name": "FoundationElement",
|
|
6095
6178
|
"package": "@microsoft/fast-foundation"
|
|
6096
6179
|
},
|
|
6097
|
-
"tagName": "%%prefix%%-
|
|
6180
|
+
"tagName": "%%prefix%%-boolean-renderer",
|
|
6098
6181
|
"customElement": true
|
|
6099
6182
|
},
|
|
6100
6183
|
{
|
|
6101
6184
|
"kind": "variable",
|
|
6102
|
-
"name": "
|
|
6103
|
-
"default": "css`\n :host {\n
|
|
6104
|
-
"description": "The AG
|
|
6185
|
+
"name": "agBooleanRendererStyles",
|
|
6186
|
+
"default": "css`\n :host {\n align-center: center;\n display: flex;\n height: 100%;\n }\n`",
|
|
6187
|
+
"description": "The AG Boolean Renderer Styles.",
|
|
6105
6188
|
"privacy": "public"
|
|
6106
6189
|
},
|
|
6107
6190
|
{
|
|
6108
6191
|
"kind": "function",
|
|
6109
|
-
"name": "
|
|
6192
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6110
6193
|
"parameters": [
|
|
6111
6194
|
{
|
|
6112
6195
|
"name": "designSystem",
|
|
@@ -6124,141 +6207,61 @@
|
|
|
6124
6207
|
},
|
|
6125
6208
|
{
|
|
6126
6209
|
"kind": "variable",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"description": "A function that returns a Foundation
|
|
6210
|
+
"name": "foundationAgBooleanRenderer",
|
|
6211
|
+
"description": "A function that returns a Foundation Boolean Renderer registration for configuring the component with a DesignSystem.",
|
|
6129
6212
|
"privacy": "public"
|
|
6130
6213
|
}
|
|
6131
6214
|
],
|
|
6132
6215
|
"exports": [
|
|
6133
6216
|
{
|
|
6134
6217
|
"kind": "js",
|
|
6135
|
-
"name": "
|
|
6218
|
+
"name": "BooleanRenderer",
|
|
6136
6219
|
"declaration": {
|
|
6137
|
-
"name": "
|
|
6138
|
-
"module": "src/cell-renderers/
|
|
6220
|
+
"name": "BooleanRenderer",
|
|
6221
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6139
6222
|
}
|
|
6140
6223
|
},
|
|
6141
6224
|
{
|
|
6142
6225
|
"kind": "js",
|
|
6143
|
-
"name": "
|
|
6226
|
+
"name": "agBooleanRendererStyles",
|
|
6144
6227
|
"declaration": {
|
|
6145
|
-
"name": "
|
|
6146
|
-
"module": "src/cell-renderers/
|
|
6228
|
+
"name": "agBooleanRendererStyles",
|
|
6229
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6147
6230
|
}
|
|
6148
6231
|
},
|
|
6149
6232
|
{
|
|
6150
6233
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6234
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6152
6235
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/cell-renderers/
|
|
6236
|
+
"name": "getAgBooleanRendererTemplate",
|
|
6237
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6155
6238
|
}
|
|
6156
6239
|
},
|
|
6157
6240
|
{
|
|
6158
6241
|
"kind": "js",
|
|
6159
|
-
"name": "
|
|
6242
|
+
"name": "foundationAgBooleanRenderer",
|
|
6160
6243
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/cell-renderers/
|
|
6244
|
+
"name": "foundationAgBooleanRenderer",
|
|
6245
|
+
"module": "src/cell-renderers/boolean.renderer.ts"
|
|
6163
6246
|
}
|
|
6164
6247
|
}
|
|
6165
6248
|
]
|
|
6166
6249
|
},
|
|
6167
6250
|
{
|
|
6168
6251
|
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/cell-renderers/
|
|
6170
|
-
"declarations": [
|
|
6171
|
-
"exports": [
|
|
6172
|
-
{
|
|
6173
|
-
"kind": "js",
|
|
6174
|
-
"name": "*",
|
|
6175
|
-
"declaration": {
|
|
6176
|
-
"name": "*",
|
|
6177
|
-
"package": "./action.renderer"
|
|
6178
|
-
}
|
|
6179
|
-
},
|
|
6180
|
-
{
|
|
6181
|
-
"kind": "js",
|
|
6182
|
-
"name": "*",
|
|
6183
|
-
"declaration": {
|
|
6184
|
-
"name": "*",
|
|
6185
|
-
"package": "./actions-menu.renderer"
|
|
6186
|
-
}
|
|
6187
|
-
},
|
|
6188
|
-
{
|
|
6189
|
-
"kind": "js",
|
|
6190
|
-
"name": "*",
|
|
6191
|
-
"declaration": {
|
|
6192
|
-
"name": "*",
|
|
6193
|
-
"package": "./boolean.renderer"
|
|
6194
|
-
}
|
|
6195
|
-
},
|
|
6196
|
-
{
|
|
6197
|
-
"kind": "js",
|
|
6198
|
-
"name": "*",
|
|
6199
|
-
"declaration": {
|
|
6200
|
-
"name": "*",
|
|
6201
|
-
"package": "./editable.renderer"
|
|
6202
|
-
}
|
|
6203
|
-
},
|
|
6204
|
-
{
|
|
6205
|
-
"kind": "js",
|
|
6206
|
-
"name": "*",
|
|
6207
|
-
"declaration": {
|
|
6208
|
-
"name": "*",
|
|
6209
|
-
"package": "./text.renderer"
|
|
6210
|
-
}
|
|
6211
|
-
},
|
|
6212
|
-
{
|
|
6213
|
-
"kind": "js",
|
|
6214
|
-
"name": "*",
|
|
6215
|
-
"declaration": {
|
|
6216
|
-
"name": "*",
|
|
6217
|
-
"package": "./text-field.renderer"
|
|
6218
|
-
}
|
|
6219
|
-
},
|
|
6220
|
-
{
|
|
6221
|
-
"kind": "js",
|
|
6222
|
-
"name": "*",
|
|
6223
|
-
"declaration": {
|
|
6224
|
-
"name": "*",
|
|
6225
|
-
"package": "./status-pill.renderer"
|
|
6226
|
-
}
|
|
6227
|
-
},
|
|
6228
|
-
{
|
|
6229
|
-
"kind": "js",
|
|
6230
|
-
"name": "*",
|
|
6231
|
-
"declaration": {
|
|
6232
|
-
"name": "*",
|
|
6233
|
-
"package": "./select.renderer"
|
|
6234
|
-
}
|
|
6235
|
-
}
|
|
6236
|
-
]
|
|
6237
|
-
},
|
|
6238
|
-
{
|
|
6239
|
-
"kind": "javascript-module",
|
|
6240
|
-
"path": "src/cell-renderers/select.renderer.ts",
|
|
6241
|
-
"declarations": [
|
|
6252
|
+
"path": "src/cell-renderers/editable.renderer.ts",
|
|
6253
|
+
"declarations": [
|
|
6242
6254
|
{
|
|
6243
6255
|
"kind": "class",
|
|
6244
|
-
"description": "The AG
|
|
6245
|
-
"name": "
|
|
6256
|
+
"description": "The AG Editable Renderer element.",
|
|
6257
|
+
"name": "EditableRenderer",
|
|
6246
6258
|
"members": [
|
|
6247
6259
|
{
|
|
6248
6260
|
"kind": "field",
|
|
6249
|
-
"name": "
|
|
6250
|
-
"type": {
|
|
6251
|
-
"text": "SelectCellRendererParams"
|
|
6252
|
-
},
|
|
6253
|
-
"privacy": "public"
|
|
6254
|
-
},
|
|
6255
|
-
{
|
|
6256
|
-
"kind": "field",
|
|
6257
|
-
"name": "value",
|
|
6261
|
+
"name": "valueFormatted",
|
|
6258
6262
|
"type": {
|
|
6259
6263
|
"text": "string"
|
|
6260
|
-
}
|
|
6261
|
-
"privacy": "public"
|
|
6264
|
+
}
|
|
6262
6265
|
},
|
|
6263
6266
|
{
|
|
6264
6267
|
"kind": "method",
|
|
@@ -6268,7 +6271,7 @@
|
|
|
6268
6271
|
{
|
|
6269
6272
|
"name": "params",
|
|
6270
6273
|
"type": {
|
|
6271
|
-
"text": "
|
|
6274
|
+
"text": "ICellRendererParams"
|
|
6272
6275
|
}
|
|
6273
6276
|
}
|
|
6274
6277
|
]
|
|
@@ -6283,54 +6286,19 @@
|
|
|
6283
6286
|
}
|
|
6284
6287
|
}
|
|
6285
6288
|
},
|
|
6286
|
-
{
|
|
6287
|
-
"kind": "method",
|
|
6288
|
-
"name": "destroy",
|
|
6289
|
-
"privacy": "public",
|
|
6290
|
-
"return": {
|
|
6291
|
-
"type": {
|
|
6292
|
-
"text": "void"
|
|
6293
|
-
}
|
|
6294
|
-
}
|
|
6295
|
-
},
|
|
6296
6289
|
{
|
|
6297
6290
|
"kind": "method",
|
|
6298
6291
|
"name": "refresh",
|
|
6299
6292
|
"privacy": "public",
|
|
6300
|
-
"return": {
|
|
6301
|
-
"type": {
|
|
6302
|
-
"text": "boolean"
|
|
6303
|
-
}
|
|
6304
|
-
},
|
|
6305
6293
|
"parameters": [
|
|
6306
6294
|
{
|
|
6307
6295
|
"name": "params",
|
|
6308
6296
|
"type": {
|
|
6309
|
-
"text": "
|
|
6297
|
+
"text": "ICellRendererParams"
|
|
6310
6298
|
}
|
|
6311
6299
|
}
|
|
6312
6300
|
]
|
|
6313
6301
|
},
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "field",
|
|
6316
|
-
"name": "selectionChanged",
|
|
6317
|
-
"privacy": "public"
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"kind": "method",
|
|
6321
|
-
"name": "isDisabled",
|
|
6322
|
-
"privacy": "public",
|
|
6323
|
-
"return": {
|
|
6324
|
-
"type": {
|
|
6325
|
-
"text": "boolean"
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
"parameters": [
|
|
6329
|
-
{
|
|
6330
|
-
"name": "data"
|
|
6331
|
-
}
|
|
6332
|
-
]
|
|
6333
|
-
},
|
|
6334
6302
|
{
|
|
6335
6303
|
"kind": "field",
|
|
6336
6304
|
"name": "_presentation",
|
|
@@ -6447,30 +6415,27 @@
|
|
|
6447
6415
|
"name": "FoundationElement",
|
|
6448
6416
|
"package": "@microsoft/fast-foundation"
|
|
6449
6417
|
},
|
|
6450
|
-
"tagName": "%%prefix%%-
|
|
6418
|
+
"tagName": "%%prefix%%-editable-renderer",
|
|
6451
6419
|
"customElement": true
|
|
6452
6420
|
},
|
|
6453
6421
|
{
|
|
6454
6422
|
"kind": "variable",
|
|
6455
|
-
"name": "
|
|
6456
|
-
"default": "css`\n :host
|
|
6457
|
-
"description": "The AG
|
|
6423
|
+
"name": "agEditableRendererStyles",
|
|
6424
|
+
"default": "css`\n :host {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n`",
|
|
6425
|
+
"description": "The AG Editable Renderer Styles.",
|
|
6458
6426
|
"privacy": "public"
|
|
6459
6427
|
},
|
|
6460
6428
|
{
|
|
6461
6429
|
"kind": "function",
|
|
6462
|
-
"name": "
|
|
6430
|
+
"name": "getAgEditableRendererTemplate",
|
|
6463
6431
|
"parameters": [
|
|
6464
6432
|
{
|
|
6465
6433
|
"name": "designSystem",
|
|
6466
6434
|
"default": "'foundation'",
|
|
6467
|
-
"type": {
|
|
6468
|
-
"text": "string"
|
|
6469
|
-
},
|
|
6470
6435
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6471
6436
|
}
|
|
6472
6437
|
],
|
|
6473
|
-
"description": "Get a Design System prefixed
|
|
6438
|
+
"description": "Get a Design System prefixed Checkbox template.",
|
|
6474
6439
|
"return": {
|
|
6475
6440
|
"type": {
|
|
6476
6441
|
"text": ""
|
|
@@ -6480,123 +6445,212 @@
|
|
|
6480
6445
|
},
|
|
6481
6446
|
{
|
|
6482
6447
|
"kind": "variable",
|
|
6483
|
-
"name": "
|
|
6484
|
-
"description": "A function that returns a Foundation
|
|
6448
|
+
"name": "foundationAgEditableRenderer",
|
|
6449
|
+
"description": "A function that returns a Foundation Editable Renderer registration for configuring the component with a DesignSystem.",
|
|
6485
6450
|
"privacy": "public"
|
|
6486
6451
|
}
|
|
6487
6452
|
],
|
|
6488
6453
|
"exports": [
|
|
6489
6454
|
{
|
|
6490
6455
|
"kind": "js",
|
|
6491
|
-
"name": "
|
|
6456
|
+
"name": "EditableRenderer",
|
|
6492
6457
|
"declaration": {
|
|
6493
|
-
"name": "
|
|
6494
|
-
"module": "src/cell-renderers/
|
|
6458
|
+
"name": "EditableRenderer",
|
|
6459
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6495
6460
|
}
|
|
6496
6461
|
},
|
|
6497
6462
|
{
|
|
6498
6463
|
"kind": "js",
|
|
6499
|
-
"name": "
|
|
6464
|
+
"name": "agEditableRendererStyles",
|
|
6500
6465
|
"declaration": {
|
|
6501
|
-
"name": "
|
|
6502
|
-
"module": "src/cell-renderers/
|
|
6466
|
+
"name": "agEditableRendererStyles",
|
|
6467
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6503
6468
|
}
|
|
6504
6469
|
},
|
|
6505
6470
|
{
|
|
6506
6471
|
"kind": "js",
|
|
6507
|
-
"name": "
|
|
6472
|
+
"name": "getAgEditableRendererTemplate",
|
|
6508
6473
|
"declaration": {
|
|
6509
|
-
"name": "
|
|
6510
|
-
"module": "src/cell-renderers/
|
|
6474
|
+
"name": "getAgEditableRendererTemplate",
|
|
6475
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6511
6476
|
}
|
|
6512
6477
|
},
|
|
6513
6478
|
{
|
|
6514
6479
|
"kind": "js",
|
|
6515
|
-
"name": "
|
|
6480
|
+
"name": "foundationAgEditableRenderer",
|
|
6516
6481
|
"declaration": {
|
|
6517
|
-
"name": "
|
|
6518
|
-
"module": "src/cell-renderers/
|
|
6482
|
+
"name": "foundationAgEditableRenderer",
|
|
6483
|
+
"module": "src/cell-renderers/editable.renderer.ts"
|
|
6519
6484
|
}
|
|
6520
6485
|
}
|
|
6521
6486
|
]
|
|
6522
6487
|
},
|
|
6523
6488
|
{
|
|
6524
6489
|
"kind": "javascript-module",
|
|
6525
|
-
"path": "src/cell-renderers/
|
|
6526
|
-
"declarations": [
|
|
6490
|
+
"path": "src/cell-renderers/index.ts",
|
|
6491
|
+
"declarations": [],
|
|
6492
|
+
"exports": [
|
|
6527
6493
|
{
|
|
6528
|
-
"kind": "
|
|
6529
|
-
"name": "
|
|
6530
|
-
"
|
|
6531
|
-
|
|
6532
|
-
|
|
6494
|
+
"kind": "js",
|
|
6495
|
+
"name": "*",
|
|
6496
|
+
"declaration": {
|
|
6497
|
+
"name": "*",
|
|
6498
|
+
"package": "./action.renderer"
|
|
6499
|
+
}
|
|
6533
6500
|
},
|
|
6534
6501
|
{
|
|
6535
|
-
"kind": "
|
|
6536
|
-
"name": "
|
|
6537
|
-
"
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
"
|
|
6502
|
+
"kind": "js",
|
|
6503
|
+
"name": "*",
|
|
6504
|
+
"declaration": {
|
|
6505
|
+
"name": "*",
|
|
6506
|
+
"package": "./actions-menu.renderer"
|
|
6507
|
+
}
|
|
6508
|
+
},
|
|
6509
|
+
{
|
|
6510
|
+
"kind": "js",
|
|
6511
|
+
"name": "*",
|
|
6512
|
+
"declaration": {
|
|
6513
|
+
"name": "*",
|
|
6514
|
+
"package": "./boolean.renderer"
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"kind": "js",
|
|
6519
|
+
"name": "*",
|
|
6520
|
+
"declaration": {
|
|
6521
|
+
"name": "*",
|
|
6522
|
+
"package": "./editable.renderer"
|
|
6523
|
+
}
|
|
6524
|
+
},
|
|
6525
|
+
{
|
|
6526
|
+
"kind": "js",
|
|
6527
|
+
"name": "*",
|
|
6528
|
+
"declaration": {
|
|
6529
|
+
"name": "*",
|
|
6530
|
+
"package": "./text.renderer"
|
|
6531
|
+
}
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"kind": "js",
|
|
6535
|
+
"name": "*",
|
|
6536
|
+
"declaration": {
|
|
6537
|
+
"name": "*",
|
|
6538
|
+
"package": "./text-field.renderer"
|
|
6539
|
+
}
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "js",
|
|
6543
|
+
"name": "*",
|
|
6544
|
+
"declaration": {
|
|
6545
|
+
"name": "*",
|
|
6546
|
+
"package": "./status-pill.renderer"
|
|
6547
|
+
}
|
|
6554
6548
|
},
|
|
6549
|
+
{
|
|
6550
|
+
"kind": "js",
|
|
6551
|
+
"name": "*",
|
|
6552
|
+
"declaration": {
|
|
6553
|
+
"name": "*",
|
|
6554
|
+
"package": "./select.renderer"
|
|
6555
|
+
}
|
|
6556
|
+
}
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"kind": "javascript-module",
|
|
6561
|
+
"path": "src/cell-renderers/select.renderer.ts",
|
|
6562
|
+
"declarations": [
|
|
6555
6563
|
{
|
|
6556
6564
|
"kind": "class",
|
|
6557
|
-
"description": "The AG
|
|
6558
|
-
"name": "
|
|
6565
|
+
"description": "The AG Select Renderer element.",
|
|
6566
|
+
"name": "SelectRenderer",
|
|
6559
6567
|
"members": [
|
|
6560
6568
|
{
|
|
6561
6569
|
"kind": "field",
|
|
6562
6570
|
"name": "params",
|
|
6563
6571
|
"type": {
|
|
6564
|
-
"text": "
|
|
6565
|
-
}
|
|
6572
|
+
"text": "SelectCellRendererParams"
|
|
6573
|
+
},
|
|
6574
|
+
"privacy": "public"
|
|
6566
6575
|
},
|
|
6567
6576
|
{
|
|
6568
|
-
"kind": "
|
|
6569
|
-
"name": "
|
|
6570
|
-
"
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6574
|
-
|
|
6577
|
+
"kind": "field",
|
|
6578
|
+
"name": "value",
|
|
6579
|
+
"type": {
|
|
6580
|
+
"text": "string"
|
|
6581
|
+
},
|
|
6582
|
+
"privacy": "public"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"kind": "method",
|
|
6586
|
+
"name": "init",
|
|
6587
|
+
"privacy": "public",
|
|
6588
|
+
"parameters": [
|
|
6589
|
+
{
|
|
6590
|
+
"name": "params",
|
|
6591
|
+
"type": {
|
|
6592
|
+
"text": "SelectCellRendererParams"
|
|
6575
6593
|
}
|
|
6576
6594
|
}
|
|
6577
6595
|
]
|
|
6578
6596
|
},
|
|
6579
6597
|
{
|
|
6580
6598
|
"kind": "method",
|
|
6581
|
-
"name": "getGui"
|
|
6599
|
+
"name": "getGui",
|
|
6600
|
+
"privacy": "public",
|
|
6601
|
+
"return": {
|
|
6602
|
+
"type": {
|
|
6603
|
+
"text": "HTMLElement"
|
|
6604
|
+
}
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"kind": "method",
|
|
6609
|
+
"name": "destroy",
|
|
6610
|
+
"privacy": "public",
|
|
6611
|
+
"return": {
|
|
6612
|
+
"type": {
|
|
6613
|
+
"text": "void"
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6582
6616
|
},
|
|
6583
6617
|
{
|
|
6584
6618
|
"kind": "method",
|
|
6585
6619
|
"name": "refresh",
|
|
6620
|
+
"privacy": "public",
|
|
6621
|
+
"return": {
|
|
6622
|
+
"type": {
|
|
6623
|
+
"text": "boolean"
|
|
6624
|
+
}
|
|
6625
|
+
},
|
|
6586
6626
|
"parameters": [
|
|
6587
6627
|
{
|
|
6588
|
-
"name": "params"
|
|
6628
|
+
"name": "params",
|
|
6629
|
+
"type": {
|
|
6630
|
+
"text": "SelectCellRendererParams"
|
|
6631
|
+
}
|
|
6589
6632
|
}
|
|
6590
6633
|
]
|
|
6591
6634
|
},
|
|
6635
|
+
{
|
|
6636
|
+
"kind": "field",
|
|
6637
|
+
"name": "selectionChanged",
|
|
6638
|
+
"privacy": "public"
|
|
6639
|
+
},
|
|
6592
6640
|
{
|
|
6593
6641
|
"kind": "method",
|
|
6594
|
-
"name": "
|
|
6642
|
+
"name": "isDisabled",
|
|
6643
|
+
"privacy": "public",
|
|
6595
6644
|
"return": {
|
|
6596
6645
|
"type": {
|
|
6597
|
-
"text": "
|
|
6646
|
+
"text": "boolean"
|
|
6598
6647
|
}
|
|
6599
|
-
}
|
|
6648
|
+
},
|
|
6649
|
+
"parameters": [
|
|
6650
|
+
{
|
|
6651
|
+
"name": "data"
|
|
6652
|
+
}
|
|
6653
|
+
]
|
|
6600
6654
|
},
|
|
6601
6655
|
{
|
|
6602
6656
|
"kind": "field",
|
|
@@ -6714,151 +6768,156 @@
|
|
|
6714
6768
|
"name": "FoundationElement",
|
|
6715
6769
|
"package": "@microsoft/fast-foundation"
|
|
6716
6770
|
},
|
|
6717
|
-
"tagName": "%%prefix%%-
|
|
6771
|
+
"tagName": "%%prefix%%-select-renderer",
|
|
6718
6772
|
"customElement": true
|
|
6719
6773
|
},
|
|
6720
6774
|
{
|
|
6721
6775
|
"kind": "variable",
|
|
6722
|
-
"name": "
|
|
6723
|
-
"
|
|
6776
|
+
"name": "agSelectRendererStyles",
|
|
6777
|
+
"default": "css`\n :host,\n .select-renderer,\n zero-option,\n ::part(listbox),\n ::part(control) {\n max-width: var(--select-renderer-max-width);\n min-width: 100%;\n }\n\n .select-renderer {\n --listbox-max-height: 4;\n --select-renderer-max-width: 100%;\n }\n`",
|
|
6778
|
+
"description": "The AG Select Renderer Styles.",
|
|
6779
|
+
"privacy": "public"
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"kind": "function",
|
|
6783
|
+
"name": "getSelectRendererTemplate",
|
|
6784
|
+
"parameters": [
|
|
6785
|
+
{
|
|
6786
|
+
"name": "designSystem",
|
|
6787
|
+
"default": "'foundation'",
|
|
6788
|
+
"type": {
|
|
6789
|
+
"text": "string"
|
|
6790
|
+
},
|
|
6791
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6792
|
+
}
|
|
6793
|
+
],
|
|
6794
|
+
"description": "Get a Design System prefixed Select template.",
|
|
6795
|
+
"return": {
|
|
6796
|
+
"type": {
|
|
6797
|
+
"text": ""
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
"privacy": "public"
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "variable",
|
|
6804
|
+
"name": "foundationAgSelectRenderer",
|
|
6805
|
+
"description": "A function that returns a Foundation Select Renderer registration for configuring the component with a DesignSystem.",
|
|
6724
6806
|
"privacy": "public"
|
|
6725
6807
|
}
|
|
6726
6808
|
],
|
|
6727
6809
|
"exports": [
|
|
6728
6810
|
{
|
|
6729
6811
|
"kind": "js",
|
|
6730
|
-
"name": "
|
|
6812
|
+
"name": "SelectRenderer",
|
|
6731
6813
|
"declaration": {
|
|
6732
|
-
"name": "
|
|
6733
|
-
"module": "src/cell-renderers/
|
|
6814
|
+
"name": "SelectRenderer",
|
|
6815
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6734
6816
|
}
|
|
6735
6817
|
},
|
|
6736
6818
|
{
|
|
6737
6819
|
"kind": "js",
|
|
6738
|
-
"name": "
|
|
6820
|
+
"name": "agSelectRendererStyles",
|
|
6739
6821
|
"declaration": {
|
|
6740
|
-
"name": "
|
|
6741
|
-
"module": "src/cell-renderers/
|
|
6822
|
+
"name": "agSelectRendererStyles",
|
|
6823
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6742
6824
|
}
|
|
6743
6825
|
},
|
|
6744
6826
|
{
|
|
6745
6827
|
"kind": "js",
|
|
6746
|
-
"name": "
|
|
6828
|
+
"name": "getSelectRendererTemplate",
|
|
6747
6829
|
"declaration": {
|
|
6748
|
-
"name": "
|
|
6749
|
-
"module": "src/cell-renderers/
|
|
6830
|
+
"name": "getSelectRendererTemplate",
|
|
6831
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6750
6832
|
}
|
|
6751
6833
|
},
|
|
6752
6834
|
{
|
|
6753
6835
|
"kind": "js",
|
|
6754
|
-
"name": "
|
|
6836
|
+
"name": "foundationAgSelectRenderer",
|
|
6755
6837
|
"declaration": {
|
|
6756
|
-
"name": "
|
|
6757
|
-
"module": "src/cell-renderers/
|
|
6838
|
+
"name": "foundationAgSelectRenderer",
|
|
6839
|
+
"module": "src/cell-renderers/select.renderer.ts"
|
|
6758
6840
|
}
|
|
6759
6841
|
}
|
|
6760
6842
|
]
|
|
6761
6843
|
},
|
|
6762
6844
|
{
|
|
6763
6845
|
"kind": "javascript-module",
|
|
6764
|
-
"path": "src/cell-renderers/
|
|
6846
|
+
"path": "src/cell-renderers/status-pill.renderer.ts",
|
|
6765
6847
|
"declarations": [
|
|
6766
6848
|
{
|
|
6767
|
-
"kind": "
|
|
6768
|
-
"
|
|
6769
|
-
"
|
|
6770
|
-
"
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
"privacy": "public"
|
|
6778
|
-
},
|
|
6849
|
+
"kind": "variable",
|
|
6850
|
+
"name": "agStatusPillRendererStyles",
|
|
6851
|
+
"default": "css`\n :host {\n width: 100%;\n display: flex;\n align-items: center;\n height: 100%;\n }\n`",
|
|
6852
|
+
"description": "The Status Pill Renderer Styles.",
|
|
6853
|
+
"privacy": "public"
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"kind": "function",
|
|
6857
|
+
"name": "getStatusPillRendererTemplate",
|
|
6858
|
+
"parameters": [
|
|
6779
6859
|
{
|
|
6780
|
-
"
|
|
6781
|
-
"
|
|
6860
|
+
"name": "designSystem",
|
|
6861
|
+
"default": "'rapid'",
|
|
6782
6862
|
"type": {
|
|
6783
6863
|
"text": "string"
|
|
6784
6864
|
},
|
|
6785
|
-
"
|
|
6786
|
-
}
|
|
6865
|
+
"description": "The design system prefix to use. Defaults to 'rapid'."
|
|
6866
|
+
}
|
|
6867
|
+
],
|
|
6868
|
+
"description": "Get a Design System prefixed Status Pill template.",
|
|
6869
|
+
"return": {
|
|
6870
|
+
"type": {
|
|
6871
|
+
"text": ""
|
|
6872
|
+
}
|
|
6873
|
+
},
|
|
6874
|
+
"privacy": "public"
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"kind": "class",
|
|
6878
|
+
"description": "The AG Status Pill Renderer element.",
|
|
6879
|
+
"name": "StatusPillRenderer",
|
|
6880
|
+
"members": [
|
|
6787
6881
|
{
|
|
6788
6882
|
"kind": "field",
|
|
6789
6883
|
"name": "params",
|
|
6790
6884
|
"type": {
|
|
6791
|
-
"text": "
|
|
6792
|
-
}
|
|
6793
|
-
"privacy": "public"
|
|
6885
|
+
"text": "StatusPillRendererParams"
|
|
6886
|
+
}
|
|
6794
6887
|
},
|
|
6795
6888
|
{
|
|
6796
6889
|
"kind": "method",
|
|
6797
6890
|
"name": "init",
|
|
6798
|
-
"privacy": "public",
|
|
6799
6891
|
"parameters": [
|
|
6800
6892
|
{
|
|
6801
6893
|
"name": "params",
|
|
6802
6894
|
"type": {
|
|
6803
|
-
"text": "
|
|
6895
|
+
"text": "StatusPillRendererParams"
|
|
6804
6896
|
}
|
|
6805
6897
|
}
|
|
6806
6898
|
]
|
|
6807
6899
|
},
|
|
6808
6900
|
{
|
|
6809
6901
|
"kind": "method",
|
|
6810
|
-
"name": "getGui"
|
|
6811
|
-
"privacy": "public",
|
|
6812
|
-
"return": {
|
|
6813
|
-
"type": {
|
|
6814
|
-
"text": "HTMLElement"
|
|
6815
|
-
}
|
|
6816
|
-
}
|
|
6817
|
-
},
|
|
6818
|
-
{
|
|
6819
|
-
"kind": "method",
|
|
6820
|
-
"name": "destroy",
|
|
6821
|
-
"privacy": "public"
|
|
6902
|
+
"name": "getGui"
|
|
6822
6903
|
},
|
|
6823
6904
|
{
|
|
6824
6905
|
"kind": "method",
|
|
6825
6906
|
"name": "refresh",
|
|
6826
|
-
"privacy": "public",
|
|
6827
6907
|
"parameters": [
|
|
6828
6908
|
{
|
|
6829
|
-
"name": "params"
|
|
6830
|
-
"type": {
|
|
6831
|
-
"text": "FuiCellRendererParams"
|
|
6832
|
-
}
|
|
6909
|
+
"name": "params"
|
|
6833
6910
|
}
|
|
6834
6911
|
]
|
|
6835
6912
|
},
|
|
6836
6913
|
{
|
|
6837
6914
|
"kind": "method",
|
|
6838
|
-
"name": "
|
|
6839
|
-
"privacy": "public",
|
|
6915
|
+
"name": "destroy",
|
|
6840
6916
|
"return": {
|
|
6841
6917
|
"type": {
|
|
6842
|
-
"text": "
|
|
6843
|
-
}
|
|
6844
|
-
},
|
|
6845
|
-
"parameters": [
|
|
6846
|
-
{
|
|
6847
|
-
"name": "data"
|
|
6848
|
-
}
|
|
6849
|
-
]
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"kind": "field",
|
|
6853
|
-
"name": "textChanged",
|
|
6854
|
-
"privacy": "public",
|
|
6855
|
-
"description": "On text change handler",
|
|
6856
|
-
"parameters": [
|
|
6857
|
-
{
|
|
6858
|
-
"description": "CustomEvent",
|
|
6859
|
-
"name": "e"
|
|
6918
|
+
"text": "void"
|
|
6860
6919
|
}
|
|
6861
|
-
|
|
6920
|
+
}
|
|
6862
6921
|
},
|
|
6863
6922
|
{
|
|
6864
6923
|
"kind": "field",
|
|
@@ -6976,91 +7035,59 @@
|
|
|
6976
7035
|
"name": "FoundationElement",
|
|
6977
7036
|
"package": "@microsoft/fast-foundation"
|
|
6978
7037
|
},
|
|
6979
|
-
"tagName": "%%prefix%%-
|
|
7038
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6980
7039
|
"customElement": true
|
|
6981
7040
|
},
|
|
6982
7041
|
{
|
|
6983
7042
|
"kind": "variable",
|
|
6984
|
-
"name": "
|
|
6985
|
-
"
|
|
6986
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
6987
|
-
"privacy": "public"
|
|
6988
|
-
},
|
|
6989
|
-
{
|
|
6990
|
-
"kind": "function",
|
|
6991
|
-
"name": "getTextFieldRendererTemplate",
|
|
6992
|
-
"parameters": [
|
|
6993
|
-
{
|
|
6994
|
-
"name": "designSystem",
|
|
6995
|
-
"default": "'foundation'",
|
|
6996
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6997
|
-
}
|
|
6998
|
-
],
|
|
6999
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7000
|
-
"return": {
|
|
7001
|
-
"type": {
|
|
7002
|
-
"text": ""
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
|
-
"privacy": "public"
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "variable",
|
|
7009
|
-
"name": "foundationAgTextFieldRenderer",
|
|
7010
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7043
|
+
"name": "foundationStatusPillRenderer",
|
|
7044
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7011
7045
|
"privacy": "public"
|
|
7012
7046
|
}
|
|
7013
7047
|
],
|
|
7014
7048
|
"exports": [
|
|
7015
7049
|
{
|
|
7016
7050
|
"kind": "js",
|
|
7017
|
-
"name": "
|
|
7051
|
+
"name": "agStatusPillRendererStyles",
|
|
7018
7052
|
"declaration": {
|
|
7019
|
-
"name": "
|
|
7020
|
-
"module": "src/cell-renderers/
|
|
7053
|
+
"name": "agStatusPillRendererStyles",
|
|
7054
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7021
7055
|
}
|
|
7022
7056
|
},
|
|
7023
7057
|
{
|
|
7024
7058
|
"kind": "js",
|
|
7025
|
-
"name": "
|
|
7059
|
+
"name": "getStatusPillRendererTemplate",
|
|
7026
7060
|
"declaration": {
|
|
7027
|
-
"name": "
|
|
7028
|
-
"module": "src/cell-renderers/
|
|
7061
|
+
"name": "getStatusPillRendererTemplate",
|
|
7062
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7029
7063
|
}
|
|
7030
7064
|
},
|
|
7031
7065
|
{
|
|
7032
7066
|
"kind": "js",
|
|
7033
|
-
"name": "
|
|
7067
|
+
"name": "StatusPillRenderer",
|
|
7034
7068
|
"declaration": {
|
|
7035
|
-
"name": "
|
|
7036
|
-
"module": "src/cell-renderers/
|
|
7069
|
+
"name": "StatusPillRenderer",
|
|
7070
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7037
7071
|
}
|
|
7038
7072
|
},
|
|
7039
7073
|
{
|
|
7040
7074
|
"kind": "js",
|
|
7041
|
-
"name": "
|
|
7075
|
+
"name": "foundationStatusPillRenderer",
|
|
7042
7076
|
"declaration": {
|
|
7043
|
-
"name": "
|
|
7044
|
-
"module": "src/cell-renderers/
|
|
7077
|
+
"name": "foundationStatusPillRenderer",
|
|
7078
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7045
7079
|
}
|
|
7046
7080
|
}
|
|
7047
7081
|
]
|
|
7048
7082
|
},
|
|
7049
7083
|
{
|
|
7050
7084
|
"kind": "javascript-module",
|
|
7051
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7085
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7052
7086
|
"declarations": [
|
|
7053
7087
|
{
|
|
7054
7088
|
"kind": "class",
|
|
7055
|
-
"description": "",
|
|
7056
|
-
"name": "
|
|
7057
|
-
"superclass": {
|
|
7058
|
-
"name": "AgTextFieldRenderer",
|
|
7059
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7060
|
-
},
|
|
7061
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7062
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7063
|
-
"customElement": true,
|
|
7089
|
+
"description": "The AG Text Field Renderer element.",
|
|
7090
|
+
"name": "AgTextFieldRenderer",
|
|
7064
7091
|
"members": [
|
|
7065
7092
|
{
|
|
7066
7093
|
"kind": "field",
|
|
@@ -7068,11 +7095,7 @@
|
|
|
7068
7095
|
"type": {
|
|
7069
7096
|
"text": "TextField"
|
|
7070
7097
|
},
|
|
7071
|
-
"privacy": "public"
|
|
7072
|
-
"inheritedFrom": {
|
|
7073
|
-
"name": "AgTextFieldRenderer",
|
|
7074
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7075
|
-
}
|
|
7098
|
+
"privacy": "public"
|
|
7076
7099
|
},
|
|
7077
7100
|
{
|
|
7078
7101
|
"kind": "field",
|
|
@@ -7080,11 +7103,7 @@
|
|
|
7080
7103
|
"type": {
|
|
7081
7104
|
"text": "string"
|
|
7082
7105
|
},
|
|
7083
|
-
"default": "''"
|
|
7084
|
-
"inheritedFrom": {
|
|
7085
|
-
"name": "AgTextFieldRenderer",
|
|
7086
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7087
|
-
}
|
|
7106
|
+
"default": "''"
|
|
7088
7107
|
},
|
|
7089
7108
|
{
|
|
7090
7109
|
"kind": "field",
|
|
@@ -7092,11 +7111,7 @@
|
|
|
7092
7111
|
"type": {
|
|
7093
7112
|
"text": "FuiCellRendererParams"
|
|
7094
7113
|
},
|
|
7095
|
-
"privacy": "public"
|
|
7096
|
-
"inheritedFrom": {
|
|
7097
|
-
"name": "AgTextFieldRenderer",
|
|
7098
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7099
|
-
}
|
|
7114
|
+
"privacy": "public"
|
|
7100
7115
|
},
|
|
7101
7116
|
{
|
|
7102
7117
|
"kind": "method",
|
|
@@ -7109,11 +7124,7 @@
|
|
|
7109
7124
|
"text": "FuiCellRendererParams"
|
|
7110
7125
|
}
|
|
7111
7126
|
}
|
|
7112
|
-
]
|
|
7113
|
-
"inheritedFrom": {
|
|
7114
|
-
"name": "AgTextFieldRenderer",
|
|
7115
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7116
|
-
}
|
|
7127
|
+
]
|
|
7117
7128
|
},
|
|
7118
7129
|
{
|
|
7119
7130
|
"kind": "method",
|
|
@@ -7123,20 +7134,12 @@
|
|
|
7123
7134
|
"type": {
|
|
7124
7135
|
"text": "HTMLElement"
|
|
7125
7136
|
}
|
|
7126
|
-
},
|
|
7127
|
-
"inheritedFrom": {
|
|
7128
|
-
"name": "AgTextFieldRenderer",
|
|
7129
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7130
7137
|
}
|
|
7131
7138
|
},
|
|
7132
7139
|
{
|
|
7133
7140
|
"kind": "method",
|
|
7134
7141
|
"name": "destroy",
|
|
7135
|
-
"privacy": "public"
|
|
7136
|
-
"inheritedFrom": {
|
|
7137
|
-
"name": "AgTextFieldRenderer",
|
|
7138
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7139
|
-
}
|
|
7142
|
+
"privacy": "public"
|
|
7140
7143
|
},
|
|
7141
7144
|
{
|
|
7142
7145
|
"kind": "method",
|
|
@@ -7149,11 +7152,7 @@
|
|
|
7149
7152
|
"text": "FuiCellRendererParams"
|
|
7150
7153
|
}
|
|
7151
7154
|
}
|
|
7152
|
-
]
|
|
7153
|
-
"inheritedFrom": {
|
|
7154
|
-
"name": "AgTextFieldRenderer",
|
|
7155
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7156
|
-
}
|
|
7155
|
+
]
|
|
7157
7156
|
},
|
|
7158
7157
|
{
|
|
7159
7158
|
"kind": "method",
|
|
@@ -7168,11 +7167,7 @@
|
|
|
7168
7167
|
{
|
|
7169
7168
|
"name": "data"
|
|
7170
7169
|
}
|
|
7171
|
-
]
|
|
7172
|
-
"inheritedFrom": {
|
|
7173
|
-
"name": "AgTextFieldRenderer",
|
|
7174
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7175
|
-
}
|
|
7170
|
+
]
|
|
7176
7171
|
},
|
|
7177
7172
|
{
|
|
7178
7173
|
"kind": "field",
|
|
@@ -7184,11 +7179,7 @@
|
|
|
7184
7179
|
"description": "CustomEvent",
|
|
7185
7180
|
"name": "e"
|
|
7186
7181
|
}
|
|
7187
|
-
]
|
|
7188
|
-
"inheritedFrom": {
|
|
7189
|
-
"name": "AgTextFieldRenderer",
|
|
7190
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7191
|
-
}
|
|
7182
|
+
]
|
|
7192
7183
|
},
|
|
7193
7184
|
{
|
|
7194
7185
|
"kind": "field",
|
|
@@ -7301,184 +7292,194 @@
|
|
|
7301
7292
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7302
7293
|
}
|
|
7303
7294
|
}
|
|
7304
|
-
]
|
|
7295
|
+
],
|
|
7296
|
+
"superclass": {
|
|
7297
|
+
"name": "FoundationElement",
|
|
7298
|
+
"package": "@microsoft/fast-foundation"
|
|
7299
|
+
},
|
|
7300
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7301
|
+
"customElement": true
|
|
7305
7302
|
},
|
|
7306
7303
|
{
|
|
7307
7304
|
"kind": "variable",
|
|
7308
|
-
"name": "
|
|
7309
|
-
"default": "
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7305
|
+
"name": "textFieldRendererStyles",
|
|
7306
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
7307
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7308
|
+
"privacy": "public"
|
|
7312
7309
|
},
|
|
7313
7310
|
{
|
|
7314
|
-
"kind": "
|
|
7315
|
-
"name": "
|
|
7316
|
-
"
|
|
7317
|
-
|
|
7318
|
-
|
|
7311
|
+
"kind": "function",
|
|
7312
|
+
"name": "getTextFieldRendererTemplate",
|
|
7313
|
+
"parameters": [
|
|
7314
|
+
{
|
|
7315
|
+
"name": "designSystem",
|
|
7316
|
+
"default": "'foundation'",
|
|
7317
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7318
|
+
}
|
|
7319
|
+
],
|
|
7320
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7321
|
+
"return": {
|
|
7322
|
+
"type": {
|
|
7323
|
+
"text": ""
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7326
|
+
"privacy": "public"
|
|
7319
7327
|
},
|
|
7320
7328
|
{
|
|
7321
7329
|
"kind": "variable",
|
|
7322
|
-
"name": "
|
|
7323
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7324
|
-
"privacy": "public"
|
|
7325
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7330
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7331
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7332
|
+
"privacy": "public"
|
|
7326
7333
|
}
|
|
7327
7334
|
],
|
|
7328
7335
|
"exports": [
|
|
7329
7336
|
{
|
|
7330
7337
|
"kind": "js",
|
|
7331
|
-
"name": "
|
|
7338
|
+
"name": "AgTextFieldRenderer",
|
|
7332
7339
|
"declaration": {
|
|
7333
|
-
"name": "
|
|
7334
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7340
|
+
"name": "AgTextFieldRenderer",
|
|
7341
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7335
7342
|
}
|
|
7336
7343
|
},
|
|
7337
7344
|
{
|
|
7338
7345
|
"kind": "js",
|
|
7339
|
-
"name": "
|
|
7346
|
+
"name": "textFieldRendererStyles",
|
|
7340
7347
|
"declaration": {
|
|
7341
|
-
"name": "
|
|
7342
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7348
|
+
"name": "textFieldRendererStyles",
|
|
7349
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7343
7350
|
}
|
|
7344
7351
|
},
|
|
7345
7352
|
{
|
|
7346
7353
|
"kind": "js",
|
|
7347
|
-
"name": "
|
|
7354
|
+
"name": "getTextFieldRendererTemplate",
|
|
7348
7355
|
"declaration": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7356
|
+
"name": "getTextFieldRendererTemplate",
|
|
7357
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7351
7358
|
}
|
|
7352
7359
|
},
|
|
7353
7360
|
{
|
|
7354
7361
|
"kind": "js",
|
|
7355
|
-
"name": "
|
|
7356
|
-
"declaration": {
|
|
7357
|
-
"name": "foundationAgTextRenderer",
|
|
7358
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7359
|
-
}
|
|
7360
|
-
}
|
|
7361
|
-
]
|
|
7362
|
-
},
|
|
7363
|
-
{
|
|
7364
|
-
"kind": "javascript-module",
|
|
7365
|
-
"path": "src/column/column.template.ts",
|
|
7366
|
-
"declarations": [
|
|
7367
|
-
{
|
|
7368
|
-
"kind": "variable",
|
|
7369
|
-
"name": "ColumnTemplate",
|
|
7370
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7371
|
-
"description": "The Grid Pro Column Template.",
|
|
7372
|
-
"privacy": "public"
|
|
7373
|
-
}
|
|
7374
|
-
],
|
|
7375
|
-
"exports": [
|
|
7376
|
-
{
|
|
7377
|
-
"kind": "js",
|
|
7378
|
-
"name": "ColumnTemplate",
|
|
7362
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7379
7363
|
"declaration": {
|
|
7380
|
-
"name": "
|
|
7381
|
-
"module": "src/
|
|
7364
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7365
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7382
7366
|
}
|
|
7383
7367
|
}
|
|
7384
7368
|
]
|
|
7385
7369
|
},
|
|
7386
7370
|
{
|
|
7387
7371
|
"kind": "javascript-module",
|
|
7388
|
-
"path": "src/
|
|
7372
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7389
7373
|
"declarations": [
|
|
7390
7374
|
{
|
|
7391
7375
|
"kind": "class",
|
|
7392
|
-
"description": "
|
|
7393
|
-
"name": "
|
|
7376
|
+
"description": "",
|
|
7377
|
+
"name": "AgTextRenderer",
|
|
7378
|
+
"superclass": {
|
|
7379
|
+
"name": "AgTextFieldRenderer",
|
|
7380
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7381
|
+
},
|
|
7382
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7383
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7384
|
+
"customElement": true,
|
|
7394
7385
|
"members": [
|
|
7395
7386
|
{
|
|
7396
7387
|
"kind": "field",
|
|
7397
|
-
"name": "
|
|
7388
|
+
"name": "textField",
|
|
7398
7389
|
"type": {
|
|
7399
|
-
"text": "
|
|
7390
|
+
"text": "TextField"
|
|
7400
7391
|
},
|
|
7401
|
-
"privacy": "public"
|
|
7392
|
+
"privacy": "public",
|
|
7393
|
+
"inheritedFrom": {
|
|
7394
|
+
"name": "AgTextFieldRenderer",
|
|
7395
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7396
|
+
}
|
|
7402
7397
|
},
|
|
7403
7398
|
{
|
|
7404
7399
|
"kind": "field",
|
|
7405
|
-
"name": "
|
|
7400
|
+
"name": "textValue",
|
|
7406
7401
|
"type": {
|
|
7407
|
-
"text": "
|
|
7402
|
+
"text": "string"
|
|
7408
7403
|
},
|
|
7409
|
-
"default": "
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
"privacy": "public"
|
|
7404
|
+
"default": "''",
|
|
7405
|
+
"inheritedFrom": {
|
|
7406
|
+
"name": "AgTextFieldRenderer",
|
|
7407
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7408
|
+
}
|
|
7415
7409
|
},
|
|
7416
7410
|
{
|
|
7417
|
-
"kind": "
|
|
7418
|
-
"name": "
|
|
7419
|
-
"
|
|
7420
|
-
"
|
|
7421
|
-
"text": "Node"
|
|
7422
|
-
}
|
|
7411
|
+
"kind": "field",
|
|
7412
|
+
"name": "params",
|
|
7413
|
+
"type": {
|
|
7414
|
+
"text": "FuiCellRendererParams"
|
|
7423
7415
|
},
|
|
7416
|
+
"privacy": "public",
|
|
7424
7417
|
"inheritedFrom": {
|
|
7425
|
-
"name": "
|
|
7426
|
-
"module": "src/
|
|
7418
|
+
"name": "AgTextFieldRenderer",
|
|
7419
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7427
7420
|
}
|
|
7428
7421
|
},
|
|
7429
7422
|
{
|
|
7430
7423
|
"kind": "method",
|
|
7431
|
-
"name": "
|
|
7432
|
-
"
|
|
7433
|
-
"type": {
|
|
7434
|
-
"text": "Node"
|
|
7435
|
-
}
|
|
7436
|
-
},
|
|
7424
|
+
"name": "init",
|
|
7425
|
+
"privacy": "public",
|
|
7437
7426
|
"parameters": [
|
|
7438
7427
|
{
|
|
7439
|
-
"name": "
|
|
7440
|
-
"optional": true,
|
|
7428
|
+
"name": "params",
|
|
7441
7429
|
"type": {
|
|
7442
|
-
"text": "
|
|
7430
|
+
"text": "FuiCellRendererParams"
|
|
7443
7431
|
}
|
|
7444
7432
|
}
|
|
7445
7433
|
],
|
|
7446
7434
|
"inheritedFrom": {
|
|
7447
|
-
"name": "
|
|
7448
|
-
"module": "src/
|
|
7435
|
+
"name": "AgTextFieldRenderer",
|
|
7436
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7449
7437
|
}
|
|
7450
7438
|
},
|
|
7451
7439
|
{
|
|
7452
|
-
"kind": "
|
|
7453
|
-
"name": "
|
|
7440
|
+
"kind": "method",
|
|
7441
|
+
"name": "getGui",
|
|
7442
|
+
"privacy": "public",
|
|
7454
7443
|
"return": {
|
|
7455
7444
|
"type": {
|
|
7456
|
-
"text": ""
|
|
7445
|
+
"text": "HTMLElement"
|
|
7457
7446
|
}
|
|
7458
7447
|
},
|
|
7459
|
-
"readonly": true,
|
|
7460
7448
|
"inheritedFrom": {
|
|
7461
|
-
"name": "
|
|
7462
|
-
"module": "src/
|
|
7449
|
+
"name": "AgTextFieldRenderer",
|
|
7450
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7463
7451
|
}
|
|
7464
7452
|
},
|
|
7465
7453
|
{
|
|
7466
|
-
"kind": "
|
|
7467
|
-
"name": "
|
|
7468
|
-
"
|
|
7469
|
-
|
|
7470
|
-
|
|
7454
|
+
"kind": "method",
|
|
7455
|
+
"name": "destroy",
|
|
7456
|
+
"privacy": "public",
|
|
7457
|
+
"inheritedFrom": {
|
|
7458
|
+
"name": "AgTextFieldRenderer",
|
|
7459
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"kind": "method",
|
|
7464
|
+
"name": "refresh",
|
|
7465
|
+
"privacy": "public",
|
|
7466
|
+
"parameters": [
|
|
7467
|
+
{
|
|
7468
|
+
"name": "params",
|
|
7469
|
+
"type": {
|
|
7470
|
+
"text": "FuiCellRendererParams"
|
|
7471
|
+
}
|
|
7471
7472
|
}
|
|
7472
|
-
|
|
7473
|
-
"readonly": true,
|
|
7473
|
+
],
|
|
7474
7474
|
"inheritedFrom": {
|
|
7475
|
-
"name": "
|
|
7476
|
-
"module": "src/
|
|
7475
|
+
"name": "AgTextFieldRenderer",
|
|
7476
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7477
7477
|
}
|
|
7478
7478
|
},
|
|
7479
7479
|
{
|
|
7480
7480
|
"kind": "method",
|
|
7481
|
-
"name": "
|
|
7481
|
+
"name": "isDisabled",
|
|
7482
|
+
"privacy": "public",
|
|
7482
7483
|
"return": {
|
|
7483
7484
|
"type": {
|
|
7484
7485
|
"text": "boolean"
|
|
@@ -7486,15 +7487,28 @@
|
|
|
7486
7487
|
},
|
|
7487
7488
|
"parameters": [
|
|
7488
7489
|
{
|
|
7489
|
-
"name": "
|
|
7490
|
-
"type": {
|
|
7491
|
-
"text": "Lifecycletype"
|
|
7492
|
-
}
|
|
7490
|
+
"name": "data"
|
|
7493
7491
|
}
|
|
7494
7492
|
],
|
|
7495
7493
|
"inheritedFrom": {
|
|
7496
|
-
"name": "
|
|
7497
|
-
"module": "src/
|
|
7494
|
+
"name": "AgTextFieldRenderer",
|
|
7495
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7496
|
+
}
|
|
7497
|
+
},
|
|
7498
|
+
{
|
|
7499
|
+
"kind": "field",
|
|
7500
|
+
"name": "textChanged",
|
|
7501
|
+
"privacy": "public",
|
|
7502
|
+
"description": "On text change handler",
|
|
7503
|
+
"parameters": [
|
|
7504
|
+
{
|
|
7505
|
+
"description": "CustomEvent",
|
|
7506
|
+
"name": "e"
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"inheritedFrom": {
|
|
7510
|
+
"name": "AgTextFieldRenderer",
|
|
7511
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7498
7512
|
}
|
|
7499
7513
|
},
|
|
7500
7514
|
{
|
|
@@ -7608,67 +7622,61 @@
|
|
|
7608
7622
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7609
7623
|
}
|
|
7610
7624
|
}
|
|
7611
|
-
]
|
|
7612
|
-
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
"
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
"
|
|
7623
|
-
"
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"kind": "variable",
|
|
7629
|
+
"name": "textRendererStyles",
|
|
7630
|
+
"default": "textFieldRendererStyles",
|
|
7631
|
+
"privacy": "public",
|
|
7632
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
"kind": "variable",
|
|
7636
|
+
"name": "getTextRendererTemplate",
|
|
7637
|
+
"default": "getTextFieldRendererTemplate",
|
|
7638
|
+
"privacy": "public",
|
|
7639
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"kind": "variable",
|
|
7643
|
+
"name": "foundationAgTextRenderer",
|
|
7644
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7645
|
+
"privacy": "public",
|
|
7646
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7624
7647
|
}
|
|
7625
7648
|
],
|
|
7626
7649
|
"exports": [
|
|
7627
7650
|
{
|
|
7628
7651
|
"kind": "js",
|
|
7629
|
-
"name": "
|
|
7652
|
+
"name": "AgTextRenderer",
|
|
7630
7653
|
"declaration": {
|
|
7631
|
-
"name": "
|
|
7632
|
-
"module": "src/
|
|
7654
|
+
"name": "AgTextRenderer",
|
|
7655
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7633
7656
|
}
|
|
7634
7657
|
},
|
|
7635
|
-
{
|
|
7636
|
-
"kind": "custom-element-definition",
|
|
7637
|
-
"name": "grid-pro-column",
|
|
7638
|
-
"declaration": {
|
|
7639
|
-
"name": "GridProColumn",
|
|
7640
|
-
"module": "src/column/column.ts"
|
|
7641
|
-
}
|
|
7642
|
-
}
|
|
7643
|
-
]
|
|
7644
|
-
},
|
|
7645
|
-
{
|
|
7646
|
-
"kind": "javascript-module",
|
|
7647
|
-
"path": "src/column/index.ts",
|
|
7648
|
-
"declarations": [],
|
|
7649
|
-
"exports": [
|
|
7650
7658
|
{
|
|
7651
7659
|
"kind": "js",
|
|
7652
|
-
"name": "
|
|
7660
|
+
"name": "textRendererStyles",
|
|
7653
7661
|
"declaration": {
|
|
7654
|
-
"name": "
|
|
7655
|
-
"
|
|
7662
|
+
"name": "textRendererStyles",
|
|
7663
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7656
7664
|
}
|
|
7657
7665
|
},
|
|
7658
7666
|
{
|
|
7659
7667
|
"kind": "js",
|
|
7660
|
-
"name": "
|
|
7668
|
+
"name": "getTextRendererTemplate",
|
|
7661
7669
|
"declaration": {
|
|
7662
|
-
"name": "
|
|
7663
|
-
"
|
|
7670
|
+
"name": "getTextRendererTemplate",
|
|
7671
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7664
7672
|
}
|
|
7665
7673
|
},
|
|
7666
7674
|
{
|
|
7667
7675
|
"kind": "js",
|
|
7668
|
-
"name": "
|
|
7676
|
+
"name": "foundationAgTextRenderer",
|
|
7669
7677
|
"declaration": {
|
|
7670
|
-
"name": "
|
|
7671
|
-
"
|
|
7678
|
+
"name": "foundationAgTextRenderer",
|
|
7679
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7672
7680
|
}
|
|
7673
7681
|
}
|
|
7674
7682
|
]
|
|
@@ -16510,130 +16518,970 @@
|
|
|
16510
16518
|
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
16511
16519
|
"fieldName": "resourceName",
|
|
16512
16520
|
"inheritedFrom": {
|
|
16513
|
-
"name": "GenesisGridDatasourceElement",
|
|
16514
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16521
|
+
"name": "GenesisGridDatasourceElement",
|
|
16522
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16523
|
+
}
|
|
16524
|
+
},
|
|
16525
|
+
{
|
|
16526
|
+
"name": "view-number",
|
|
16527
|
+
"type": {
|
|
16528
|
+
"text": "number"
|
|
16529
|
+
},
|
|
16530
|
+
"description": "The desired view/page you want data from.",
|
|
16531
|
+
"fieldName": "viewNumber",
|
|
16532
|
+
"inheritedFrom": {
|
|
16533
|
+
"name": "GenesisGridDatasourceElement",
|
|
16534
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16535
|
+
}
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"name": "fields",
|
|
16539
|
+
"type": {
|
|
16540
|
+
"text": "string"
|
|
16541
|
+
},
|
|
16542
|
+
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
16543
|
+
"fieldName": "fields",
|
|
16544
|
+
"inheritedFrom": {
|
|
16545
|
+
"name": "GenesisGridDatasourceElement",
|
|
16546
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16547
|
+
}
|
|
16548
|
+
},
|
|
16549
|
+
{
|
|
16550
|
+
"name": "max-view",
|
|
16551
|
+
"type": {
|
|
16552
|
+
"text": "number"
|
|
16553
|
+
},
|
|
16554
|
+
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
16555
|
+
"fieldName": "maxView",
|
|
16556
|
+
"inheritedFrom": {
|
|
16557
|
+
"name": "GenesisGridDatasourceElement",
|
|
16558
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16559
|
+
}
|
|
16560
|
+
},
|
|
16561
|
+
{
|
|
16562
|
+
"name": "moving-view",
|
|
16563
|
+
"type": {
|
|
16564
|
+
"text": "boolean"
|
|
16565
|
+
},
|
|
16566
|
+
"default": "false",
|
|
16567
|
+
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
16568
|
+
"fieldName": "movingView",
|
|
16569
|
+
"inheritedFrom": {
|
|
16570
|
+
"name": "GenesisGridDatasourceElement",
|
|
16571
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16572
|
+
}
|
|
16573
|
+
},
|
|
16574
|
+
{
|
|
16575
|
+
"type": {
|
|
16576
|
+
"text": "number"
|
|
16577
|
+
},
|
|
16578
|
+
"description": "Option that changes the Data Server index iteration.",
|
|
16579
|
+
"fieldName": "reverse",
|
|
16580
|
+
"default": "false",
|
|
16581
|
+
"inheritedFrom": {
|
|
16582
|
+
"name": "GenesisGridDatasourceElement",
|
|
16583
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16584
|
+
}
|
|
16585
|
+
},
|
|
16586
|
+
{
|
|
16587
|
+
"name": "disable-polling",
|
|
16588
|
+
"type": {
|
|
16589
|
+
"text": "boolean"
|
|
16590
|
+
},
|
|
16591
|
+
"default": "false",
|
|
16592
|
+
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
16593
|
+
"fieldName": "disablePolling",
|
|
16594
|
+
"inheritedFrom": {
|
|
16595
|
+
"name": "GenesisGridDatasourceElement",
|
|
16596
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16597
|
+
}
|
|
16598
|
+
},
|
|
16599
|
+
{
|
|
16600
|
+
"name": "polling-interval",
|
|
16601
|
+
"type": {
|
|
16602
|
+
"text": "number"
|
|
16603
|
+
},
|
|
16604
|
+
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
16605
|
+
"fieldName": "pollingInterval",
|
|
16606
|
+
"inheritedFrom": {
|
|
16607
|
+
"name": "GenesisGridDatasourceElement",
|
|
16608
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16609
|
+
}
|
|
16610
|
+
},
|
|
16611
|
+
{
|
|
16612
|
+
"name": "request-auto-setup",
|
|
16613
|
+
"type": {
|
|
16614
|
+
"text": "boolean"
|
|
16615
|
+
},
|
|
16616
|
+
"default": "true",
|
|
16617
|
+
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
16618
|
+
"fieldName": "requestAutoSetup",
|
|
16619
|
+
"inheritedFrom": {
|
|
16620
|
+
"name": "GenesisGridDatasourceElement",
|
|
16621
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16622
|
+
}
|
|
16623
|
+
},
|
|
16624
|
+
{
|
|
16625
|
+
"name": "row-id",
|
|
16626
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
16627
|
+
"fieldName": "rowIdAttr",
|
|
16628
|
+
"inheritedFrom": {
|
|
16629
|
+
"name": "GenesisGridDatasourceElement",
|
|
16630
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16631
|
+
}
|
|
16632
|
+
},
|
|
16633
|
+
{
|
|
16634
|
+
"name": "restart-on-reconnection",
|
|
16635
|
+
"type": {
|
|
16636
|
+
"text": "boolean"
|
|
16637
|
+
},
|
|
16638
|
+
"default": "true",
|
|
16639
|
+
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
16640
|
+
"fieldName": "restartOnReconnection",
|
|
16641
|
+
"inheritedFrom": {
|
|
16642
|
+
"name": "GenesisGridDatasourceElement",
|
|
16643
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16644
|
+
}
|
|
16645
|
+
}
|
|
16646
|
+
],
|
|
16647
|
+
"mixins": [
|
|
16648
|
+
{
|
|
16649
|
+
"name": "LifecycleMixin",
|
|
16650
|
+
"package": "@genesislcap/foundation-utils"
|
|
16651
|
+
}
|
|
16652
|
+
],
|
|
16653
|
+
"superclass": {
|
|
16654
|
+
"name": "GridProBaseDatasource",
|
|
16655
|
+
"module": "/src/datasource/base.datasource"
|
|
16656
|
+
},
|
|
16657
|
+
"tagName": "grid-pro-genesis-datasource",
|
|
16658
|
+
"customElement": true
|
|
16659
|
+
}
|
|
16660
|
+
],
|
|
16661
|
+
"exports": [
|
|
16662
|
+
{
|
|
16663
|
+
"kind": "js",
|
|
16664
|
+
"name": "GridProGenesisDatasource",
|
|
16665
|
+
"declaration": {
|
|
16666
|
+
"name": "GridProGenesisDatasource",
|
|
16667
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16668
|
+
}
|
|
16669
|
+
},
|
|
16670
|
+
{
|
|
16671
|
+
"kind": "custom-element-definition",
|
|
16672
|
+
"name": "grid-pro-genesis-datasource",
|
|
16673
|
+
"declaration": {
|
|
16674
|
+
"name": "GridProGenesisDatasource",
|
|
16675
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16676
|
+
}
|
|
16677
|
+
}
|
|
16678
|
+
]
|
|
16679
|
+
},
|
|
16680
|
+
{
|
|
16681
|
+
"kind": "javascript-module",
|
|
16682
|
+
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
|
|
16683
|
+
"declarations": [],
|
|
16684
|
+
"exports": []
|
|
16685
|
+
},
|
|
16686
|
+
{
|
|
16687
|
+
"kind": "javascript-module",
|
|
16688
|
+
"path": "src/grid-pro-genesis-datasource/index.ts",
|
|
16689
|
+
"declarations": [],
|
|
16690
|
+
"exports": [
|
|
16691
|
+
{
|
|
16692
|
+
"kind": "js",
|
|
16693
|
+
"name": "*",
|
|
16694
|
+
"declaration": {
|
|
16695
|
+
"name": "*",
|
|
16696
|
+
"package": "./datasource-events.types"
|
|
16697
|
+
}
|
|
16698
|
+
},
|
|
16699
|
+
{
|
|
16700
|
+
"kind": "js",
|
|
16701
|
+
"name": "*",
|
|
16702
|
+
"declaration": {
|
|
16703
|
+
"name": "*",
|
|
16704
|
+
"package": "./grid-pro-genesis-datasource"
|
|
16705
|
+
}
|
|
16706
|
+
},
|
|
16707
|
+
{
|
|
16708
|
+
"kind": "js",
|
|
16709
|
+
"name": "*",
|
|
16710
|
+
"declaration": {
|
|
16711
|
+
"name": "*",
|
|
16712
|
+
"package": "./grid-pro-genesis-datasource.config"
|
|
16713
|
+
}
|
|
16714
|
+
},
|
|
16715
|
+
{
|
|
16716
|
+
"kind": "js",
|
|
16717
|
+
"name": "*",
|
|
16718
|
+
"declaration": {
|
|
16719
|
+
"name": "*",
|
|
16720
|
+
"package": "./grid-pro-genesis-datasource.types"
|
|
16721
|
+
}
|
|
16722
|
+
}
|
|
16723
|
+
]
|
|
16724
|
+
},
|
|
16725
|
+
{
|
|
16726
|
+
"kind": "javascript-module",
|
|
16727
|
+
"path": "src/multicolumn-dropdown/index.ts",
|
|
16728
|
+
"declarations": [],
|
|
16729
|
+
"exports": [
|
|
16730
|
+
{
|
|
16731
|
+
"kind": "js",
|
|
16732
|
+
"name": "*",
|
|
16733
|
+
"declaration": {
|
|
16734
|
+
"name": "*",
|
|
16735
|
+
"package": "./multicolumn-dropdown"
|
|
16736
|
+
}
|
|
16737
|
+
},
|
|
16738
|
+
{
|
|
16739
|
+
"kind": "js",
|
|
16740
|
+
"name": "*",
|
|
16741
|
+
"declaration": {
|
|
16742
|
+
"name": "*",
|
|
16743
|
+
"package": "./multicolumn-dropdown.styles"
|
|
16744
|
+
}
|
|
16745
|
+
},
|
|
16746
|
+
{
|
|
16747
|
+
"kind": "js",
|
|
16748
|
+
"name": "*",
|
|
16749
|
+
"declaration": {
|
|
16750
|
+
"name": "*",
|
|
16751
|
+
"package": "./multicolumn-dropdown.template"
|
|
16752
|
+
}
|
|
16753
|
+
}
|
|
16754
|
+
]
|
|
16755
|
+
},
|
|
16756
|
+
{
|
|
16757
|
+
"kind": "javascript-module",
|
|
16758
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
16759
|
+
"declarations": [
|
|
16760
|
+
{
|
|
16761
|
+
"kind": "variable",
|
|
16762
|
+
"name": "dropdownWidthVar",
|
|
16763
|
+
"type": {
|
|
16764
|
+
"text": "string"
|
|
16765
|
+
},
|
|
16766
|
+
"default": "'--dropdown-width'",
|
|
16767
|
+
"description": "The CSS variable to use for specifying the dropdown's width"
|
|
16768
|
+
},
|
|
16769
|
+
{
|
|
16770
|
+
"kind": "variable",
|
|
16771
|
+
"name": "optionsClass",
|
|
16772
|
+
"type": {
|
|
16773
|
+
"text": "string"
|
|
16774
|
+
},
|
|
16775
|
+
"default": "'options'",
|
|
16776
|
+
"description": "The CSS class to use for the options element's class in the dropdown"
|
|
16777
|
+
},
|
|
16778
|
+
{
|
|
16779
|
+
"kind": "variable",
|
|
16780
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
16781
|
+
"type": {
|
|
16782
|
+
"text": "string"
|
|
16783
|
+
},
|
|
16784
|
+
"default": "'dnone'",
|
|
16785
|
+
"description": "Class name used to hide elements with display:none"
|
|
16786
|
+
},
|
|
16787
|
+
{
|
|
16788
|
+
"kind": "variable",
|
|
16789
|
+
"name": "multicolumnDropdownStyles",
|
|
16790
|
+
"default": "css`\n label {\n color: var(--neutral-foreground-hint, rgb(135 155 166));\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n .${DISPLAY_NONE_CLASS} {\n display: none !important;\n }\n\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n ${dropdownWidthVar}: 350px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: inherit;\n min-height: 40px;\n padding-left: calc(var(--design-unit) * 2.25px);\n padding-right: 52px;\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n text-overflow: ellipsis;\n font-size: var(--type-ramp-base-font-size);\n font-family: var(--body-font);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: var(--disabled-opacity);\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid var(--neutral-stroke-hover, rgb(231 232 232));\n }\n\n button {\n pointer-events: none;\n }\n\n #arrow-icon {\n display: inline-block;\n width: 16px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .cross-icon {\n display: inline-block;\n width: 12px;\n color: currentColor;\n position: absolute;\n left: calc(100% - 46px);\n padding: 0;\n cursor: pointer;\n visibility: hidden;\n }\n\n .cross-icon:hover {\n color: var(--error-color);\n }\n\n .disabled-icon {\n pointer-events: none;\n opacity: var(--disabled-opacity);\n }\n\n .${optionsClass} {\n min-width: 100%;\n width: var(${dropdownWidthVar});\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin: 5px 0;\n background: var(--neutral-fill-input-rest);\n visibility: hidden;\n z-index: 999;\n }\n\n .dropdown-above {\n bottom: 100%;\n }\n\n .dropdown-left {\n right: 0;\n }\n\n .grid-container {\n height: 300px;\n width: 100%;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n .visible {\n visibility: visible;\n }\n`",
|
|
16791
|
+
"description": "Multicolumn Dropdown styles.",
|
|
16792
|
+
"privacy": "public"
|
|
16793
|
+
}
|
|
16794
|
+
],
|
|
16795
|
+
"exports": [
|
|
16796
|
+
{
|
|
16797
|
+
"kind": "js",
|
|
16798
|
+
"name": "dropdownWidthVar",
|
|
16799
|
+
"declaration": {
|
|
16800
|
+
"name": "dropdownWidthVar",
|
|
16801
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
16802
|
+
}
|
|
16803
|
+
},
|
|
16804
|
+
{
|
|
16805
|
+
"kind": "js",
|
|
16806
|
+
"name": "optionsClass",
|
|
16807
|
+
"declaration": {
|
|
16808
|
+
"name": "optionsClass",
|
|
16809
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
16810
|
+
}
|
|
16811
|
+
},
|
|
16812
|
+
{
|
|
16813
|
+
"kind": "js",
|
|
16814
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
16815
|
+
"declaration": {
|
|
16816
|
+
"name": "DISPLAY_NONE_CLASS",
|
|
16817
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
16818
|
+
}
|
|
16819
|
+
},
|
|
16820
|
+
{
|
|
16821
|
+
"kind": "js",
|
|
16822
|
+
"name": "multicolumnDropdownStyles",
|
|
16823
|
+
"declaration": {
|
|
16824
|
+
"name": "multicolumnDropdownStyles",
|
|
16825
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts"
|
|
16826
|
+
}
|
|
16827
|
+
}
|
|
16828
|
+
]
|
|
16829
|
+
},
|
|
16830
|
+
{
|
|
16831
|
+
"kind": "javascript-module",
|
|
16832
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts",
|
|
16833
|
+
"declarations": [
|
|
16834
|
+
{
|
|
16835
|
+
"kind": "function",
|
|
16836
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
16837
|
+
"parameters": [
|
|
16838
|
+
{
|
|
16839
|
+
"name": "designSystem",
|
|
16840
|
+
"default": "'foundation'",
|
|
16841
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
16842
|
+
}
|
|
16843
|
+
],
|
|
16844
|
+
"description": "Get a Design System prefixed Multicolumn Dropdown template.",
|
|
16845
|
+
"return": {
|
|
16846
|
+
"type": {
|
|
16847
|
+
"text": ""
|
|
16848
|
+
}
|
|
16849
|
+
},
|
|
16850
|
+
"privacy": "public"
|
|
16851
|
+
},
|
|
16852
|
+
{
|
|
16853
|
+
"kind": "variable",
|
|
16854
|
+
"name": "multicolumnDropdownTemplate",
|
|
16855
|
+
"description": "The default Multicolumn Dropdown template using the 'foundation' design system prefix.",
|
|
16856
|
+
"privacy": "public"
|
|
16857
|
+
}
|
|
16858
|
+
],
|
|
16859
|
+
"exports": [
|
|
16860
|
+
{
|
|
16861
|
+
"kind": "js",
|
|
16862
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
16863
|
+
"declaration": {
|
|
16864
|
+
"name": "getMulticolumnDropdownTemplate",
|
|
16865
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
16866
|
+
}
|
|
16867
|
+
},
|
|
16868
|
+
{
|
|
16869
|
+
"kind": "js",
|
|
16870
|
+
"name": "multicolumnDropdownTemplate",
|
|
16871
|
+
"declaration": {
|
|
16872
|
+
"name": "multicolumnDropdownTemplate",
|
|
16873
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.template.ts"
|
|
16874
|
+
}
|
|
16875
|
+
}
|
|
16876
|
+
]
|
|
16877
|
+
},
|
|
16878
|
+
{
|
|
16879
|
+
"kind": "javascript-module",
|
|
16880
|
+
"path": "src/multicolumn-dropdown/multicolumn-dropdown.ts",
|
|
16881
|
+
"declarations": [
|
|
16882
|
+
{
|
|
16883
|
+
"kind": "function",
|
|
16884
|
+
"name": "wasClickOutsideElement",
|
|
16885
|
+
"parameters": [
|
|
16886
|
+
{
|
|
16887
|
+
"name": "event",
|
|
16888
|
+
"type": {
|
|
16889
|
+
"text": "MouseEvent"
|
|
16890
|
+
}
|
|
16891
|
+
},
|
|
16892
|
+
{
|
|
16893
|
+
"name": "target",
|
|
16894
|
+
"type": {
|
|
16895
|
+
"text": "EventTarget"
|
|
16896
|
+
}
|
|
16897
|
+
}
|
|
16898
|
+
],
|
|
16899
|
+
"description": "Checks if the given mouse event occurred outside the target element.",
|
|
16900
|
+
"privacy": "public"
|
|
16901
|
+
},
|
|
16902
|
+
{
|
|
16903
|
+
"kind": "class",
|
|
16904
|
+
"description": "",
|
|
16905
|
+
"name": "MulticolumnDropdown",
|
|
16906
|
+
"members": [
|
|
16907
|
+
{
|
|
16908
|
+
"kind": "field",
|
|
16909
|
+
"name": "optionsElement",
|
|
16910
|
+
"type": {
|
|
16911
|
+
"text": "HTMLElement"
|
|
16912
|
+
}
|
|
16913
|
+
},
|
|
16914
|
+
{
|
|
16915
|
+
"kind": "field",
|
|
16916
|
+
"name": "lastRequest",
|
|
16917
|
+
"type": {
|
|
16918
|
+
"text": "object"
|
|
16919
|
+
},
|
|
16920
|
+
"privacy": "private"
|
|
16921
|
+
},
|
|
16922
|
+
{
|
|
16923
|
+
"kind": "field",
|
|
16924
|
+
"name": "connectOverride",
|
|
16925
|
+
"type": {
|
|
16926
|
+
"text": "Connect"
|
|
16927
|
+
},
|
|
16928
|
+
"privacy": "private"
|
|
16929
|
+
},
|
|
16930
|
+
{
|
|
16931
|
+
"kind": "field",
|
|
16932
|
+
"name": "_connectDI",
|
|
16933
|
+
"type": {
|
|
16934
|
+
"text": "Connect"
|
|
16935
|
+
},
|
|
16936
|
+
"privacy": "private"
|
|
16937
|
+
},
|
|
16938
|
+
{
|
|
16939
|
+
"kind": "field",
|
|
16940
|
+
"name": "connect",
|
|
16941
|
+
"type": {
|
|
16942
|
+
"text": "Connect"
|
|
16943
|
+
},
|
|
16944
|
+
"description": "The connect service - uses DI by default, but can be manually set for dynamic element creation"
|
|
16945
|
+
},
|
|
16946
|
+
{
|
|
16947
|
+
"kind": "field",
|
|
16948
|
+
"name": "disabled",
|
|
16949
|
+
"type": {
|
|
16950
|
+
"text": "boolean"
|
|
16951
|
+
},
|
|
16952
|
+
"privacy": "public",
|
|
16953
|
+
"description": "Whether to disable control of the component"
|
|
16954
|
+
},
|
|
16955
|
+
{
|
|
16956
|
+
"kind": "field",
|
|
16957
|
+
"name": "resourceName",
|
|
16958
|
+
"type": {
|
|
16959
|
+
"text": "string"
|
|
16960
|
+
},
|
|
16961
|
+
"privacy": "public",
|
|
16962
|
+
"description": "The name of the reqrep to get the options from"
|
|
16963
|
+
},
|
|
16964
|
+
{
|
|
16965
|
+
"kind": "field",
|
|
16966
|
+
"name": "searchKey",
|
|
16967
|
+
"type": {
|
|
16968
|
+
"text": "string | string[] | undefined"
|
|
16969
|
+
},
|
|
16970
|
+
"privacy": "public",
|
|
16971
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\")."
|
|
16972
|
+
},
|
|
16973
|
+
{
|
|
16974
|
+
"kind": "field",
|
|
16975
|
+
"name": "requestSupportsAdvancedSearch",
|
|
16976
|
+
"type": {
|
|
16977
|
+
"text": "boolean"
|
|
16978
|
+
},
|
|
16979
|
+
"privacy": "public",
|
|
16980
|
+
"default": "false",
|
|
16981
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions."
|
|
16982
|
+
},
|
|
16983
|
+
{
|
|
16984
|
+
"kind": "field",
|
|
16985
|
+
"name": "valueKey",
|
|
16986
|
+
"type": {
|
|
16987
|
+
"text": "string"
|
|
16988
|
+
},
|
|
16989
|
+
"privacy": "public",
|
|
16990
|
+
"description": "The key used as the value sent to the server"
|
|
16991
|
+
},
|
|
16992
|
+
{
|
|
16993
|
+
"kind": "field",
|
|
16994
|
+
"name": "labelKey",
|
|
16995
|
+
"type": {
|
|
16996
|
+
"text": "string"
|
|
16997
|
+
},
|
|
16998
|
+
"privacy": "public",
|
|
16999
|
+
"description": "The key used as the label displayed in the UI"
|
|
17000
|
+
},
|
|
17001
|
+
{
|
|
17002
|
+
"kind": "field",
|
|
17003
|
+
"name": "dropdownPlacement",
|
|
17004
|
+
"type": {
|
|
17005
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
17006
|
+
},
|
|
17007
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left"
|
|
17008
|
+
},
|
|
17009
|
+
{
|
|
17010
|
+
"kind": "field",
|
|
17011
|
+
"name": "dropdownWidth",
|
|
17012
|
+
"type": {
|
|
17013
|
+
"text": "number"
|
|
17014
|
+
},
|
|
17015
|
+
"privacy": "public",
|
|
17016
|
+
"description": "Optionally specifies the width of the dropdown"
|
|
17017
|
+
},
|
|
17018
|
+
{
|
|
17019
|
+
"kind": "field",
|
|
17020
|
+
"name": "request",
|
|
17021
|
+
"type": {
|
|
17022
|
+
"text": "object"
|
|
17023
|
+
},
|
|
17024
|
+
"privacy": "public",
|
|
17025
|
+
"description": "A request object to pass in the reqrep"
|
|
17026
|
+
},
|
|
17027
|
+
{
|
|
17028
|
+
"kind": "field",
|
|
17029
|
+
"name": "columnDefinitions",
|
|
17030
|
+
"type": {
|
|
17031
|
+
"text": "ColDef[]"
|
|
17032
|
+
},
|
|
17033
|
+
"privacy": "public",
|
|
17034
|
+
"description": "An array of AG Grid column definitions to use in the grid to display the data"
|
|
17035
|
+
},
|
|
17036
|
+
{
|
|
17037
|
+
"kind": "field",
|
|
17038
|
+
"name": "baseCriteria",
|
|
17039
|
+
"type": {
|
|
17040
|
+
"text": "string | undefined"
|
|
17041
|
+
},
|
|
17042
|
+
"privacy": "public",
|
|
17043
|
+
"description": "Base criteria that is always applied to requests combined with search criteria via AND.\nUse this to pre-filter results."
|
|
17044
|
+
},
|
|
17045
|
+
{
|
|
17046
|
+
"kind": "field",
|
|
17047
|
+
"name": "defaultSlottedNodes",
|
|
17048
|
+
"type": {
|
|
17049
|
+
"text": "Node[]"
|
|
17050
|
+
},
|
|
17051
|
+
"privacy": "public",
|
|
17052
|
+
"default": "[]"
|
|
17053
|
+
},
|
|
17054
|
+
{
|
|
17055
|
+
"kind": "field",
|
|
17056
|
+
"name": "grid",
|
|
17057
|
+
"type": {
|
|
17058
|
+
"text": "GridPro"
|
|
17059
|
+
},
|
|
17060
|
+
"privacy": "public"
|
|
17061
|
+
},
|
|
17062
|
+
{
|
|
17063
|
+
"kind": "field",
|
|
17064
|
+
"name": "_value",
|
|
17065
|
+
"type": {
|
|
17066
|
+
"text": "string"
|
|
17067
|
+
},
|
|
17068
|
+
"privacy": "private"
|
|
17069
|
+
},
|
|
17070
|
+
{
|
|
17071
|
+
"kind": "field",
|
|
17072
|
+
"name": "value",
|
|
17073
|
+
"type": {
|
|
17074
|
+
"text": "string"
|
|
17075
|
+
}
|
|
17076
|
+
},
|
|
17077
|
+
{
|
|
17078
|
+
"kind": "field",
|
|
17079
|
+
"name": "filterSearch",
|
|
17080
|
+
"type": {
|
|
17081
|
+
"text": "string"
|
|
17082
|
+
},
|
|
17083
|
+
"privacy": "public",
|
|
17084
|
+
"description": "The criteria to search by"
|
|
17085
|
+
},
|
|
17086
|
+
{
|
|
17087
|
+
"kind": "field",
|
|
17088
|
+
"name": "open",
|
|
17089
|
+
"type": {
|
|
17090
|
+
"text": "boolean"
|
|
17091
|
+
},
|
|
17092
|
+
"privacy": "public",
|
|
17093
|
+
"description": "Whether the dropdown is open or not"
|
|
17094
|
+
},
|
|
17095
|
+
{
|
|
17096
|
+
"kind": "field",
|
|
17097
|
+
"name": "selectedRow",
|
|
17098
|
+
"type": {
|
|
17099
|
+
"text": "object"
|
|
17100
|
+
},
|
|
17101
|
+
"description": "Data for the selected row"
|
|
17102
|
+
},
|
|
17103
|
+
{
|
|
17104
|
+
"kind": "field",
|
|
17105
|
+
"name": "displayValue",
|
|
17106
|
+
"description": "Value to display in the form field",
|
|
17107
|
+
"readonly": true
|
|
17108
|
+
},
|
|
17109
|
+
{
|
|
17110
|
+
"kind": "field",
|
|
17111
|
+
"name": "hasSearchKey",
|
|
17112
|
+
"type": {
|
|
17113
|
+
"text": "boolean"
|
|
17114
|
+
},
|
|
17115
|
+
"readonly": true
|
|
17116
|
+
},
|
|
17117
|
+
{
|
|
17118
|
+
"kind": "field",
|
|
17119
|
+
"name": "hasSlottedContent",
|
|
17120
|
+
"type": {
|
|
17121
|
+
"text": "boolean"
|
|
17122
|
+
},
|
|
17123
|
+
"readonly": true
|
|
17124
|
+
},
|
|
17125
|
+
{
|
|
17126
|
+
"kind": "method",
|
|
17127
|
+
"name": "setGridRowData",
|
|
17128
|
+
"privacy": "private",
|
|
17129
|
+
"parameters": [
|
|
17130
|
+
{
|
|
17131
|
+
"name": "rows",
|
|
17132
|
+
"type": {
|
|
17133
|
+
"text": "any[]"
|
|
17134
|
+
}
|
|
17135
|
+
}
|
|
17136
|
+
],
|
|
17137
|
+
"description": "Sets row data on the grid in a version-safe way.\nAG Grid v32+ removed `setRowData` in favour of `updateGridOptions`."
|
|
17138
|
+
},
|
|
17139
|
+
{
|
|
17140
|
+
"kind": "method",
|
|
17141
|
+
"name": "setGridColumnDefs",
|
|
17142
|
+
"privacy": "private",
|
|
17143
|
+
"parameters": [
|
|
17144
|
+
{
|
|
17145
|
+
"name": "colDefs",
|
|
17146
|
+
"type": {
|
|
17147
|
+
"text": "ColDef[]"
|
|
17148
|
+
}
|
|
17149
|
+
}
|
|
17150
|
+
],
|
|
17151
|
+
"description": "Sets column defs on the grid in a version-safe way.\nAG Grid v32+ removed `setColumnDefs` in favour of `updateGridOptions`."
|
|
17152
|
+
},
|
|
17153
|
+
{
|
|
17154
|
+
"kind": "method",
|
|
17155
|
+
"name": "emitValue",
|
|
17156
|
+
"privacy": "private",
|
|
17157
|
+
"parameters": [
|
|
17158
|
+
{
|
|
17159
|
+
"name": "value",
|
|
17160
|
+
"type": {
|
|
17161
|
+
"text": "string"
|
|
17162
|
+
}
|
|
17163
|
+
}
|
|
17164
|
+
],
|
|
17165
|
+
"description": "Emits 'change' and 'input' events so that the `sync` directive and forms work correctly."
|
|
17166
|
+
},
|
|
17167
|
+
{
|
|
17168
|
+
"kind": "method",
|
|
17169
|
+
"name": "toggle",
|
|
17170
|
+
"privacy": "public"
|
|
17171
|
+
},
|
|
17172
|
+
{
|
|
17173
|
+
"kind": "method",
|
|
17174
|
+
"name": "getAndSetRows",
|
|
17175
|
+
"privacy": "private"
|
|
17176
|
+
},
|
|
17177
|
+
{
|
|
17178
|
+
"kind": "field",
|
|
17179
|
+
"name": "getAndSetRowsDebounce",
|
|
17180
|
+
"privacy": "private"
|
|
17181
|
+
},
|
|
17182
|
+
{
|
|
17183
|
+
"kind": "method",
|
|
17184
|
+
"name": "filterSearchChanged",
|
|
17185
|
+
"privacy": "public"
|
|
17186
|
+
},
|
|
17187
|
+
{
|
|
17188
|
+
"kind": "method",
|
|
17189
|
+
"name": "requestChanged",
|
|
17190
|
+
"privacy": "public"
|
|
17191
|
+
},
|
|
17192
|
+
{
|
|
17193
|
+
"kind": "method",
|
|
17194
|
+
"name": "columnDefinitionsChanged",
|
|
17195
|
+
"privacy": "public"
|
|
17196
|
+
},
|
|
17197
|
+
{
|
|
17198
|
+
"kind": "field",
|
|
17199
|
+
"name": "handleClickOutside",
|
|
17200
|
+
"privacy": "private"
|
|
17201
|
+
},
|
|
17202
|
+
{
|
|
17203
|
+
"kind": "method",
|
|
17204
|
+
"name": "openChanged",
|
|
17205
|
+
"privacy": "public"
|
|
17206
|
+
},
|
|
17207
|
+
{
|
|
17208
|
+
"kind": "method",
|
|
17209
|
+
"name": "dropdownWidthChanged",
|
|
17210
|
+
"privacy": "public"
|
|
17211
|
+
},
|
|
17212
|
+
{
|
|
17213
|
+
"kind": "method",
|
|
17214
|
+
"name": "changeHandler",
|
|
17215
|
+
"privacy": "public",
|
|
17216
|
+
"parameters": [
|
|
17217
|
+
{
|
|
17218
|
+
"name": "event",
|
|
17219
|
+
"type": {
|
|
17220
|
+
"text": "Event"
|
|
17221
|
+
}
|
|
17222
|
+
}
|
|
17223
|
+
]
|
|
17224
|
+
},
|
|
17225
|
+
{
|
|
17226
|
+
"kind": "method",
|
|
17227
|
+
"name": "cloneNode",
|
|
17228
|
+
"return": {
|
|
17229
|
+
"type": {
|
|
17230
|
+
"text": "Node"
|
|
17231
|
+
}
|
|
17232
|
+
},
|
|
17233
|
+
"parameters": [
|
|
17234
|
+
{
|
|
17235
|
+
"name": "deep",
|
|
17236
|
+
"optional": true,
|
|
17237
|
+
"type": {
|
|
17238
|
+
"text": "boolean"
|
|
17239
|
+
}
|
|
17240
|
+
}
|
|
17241
|
+
],
|
|
17242
|
+
"inheritedFrom": {
|
|
17243
|
+
"name": "LifecycleMixin",
|
|
17244
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
17245
|
+
}
|
|
17246
|
+
},
|
|
17247
|
+
{
|
|
17248
|
+
"kind": "method",
|
|
17249
|
+
"name": "deepClone",
|
|
17250
|
+
"return": {
|
|
17251
|
+
"type": {
|
|
17252
|
+
"text": "Node"
|
|
17253
|
+
}
|
|
17254
|
+
},
|
|
17255
|
+
"inheritedFrom": {
|
|
17256
|
+
"name": "LifecycleMixin",
|
|
17257
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
17258
|
+
}
|
|
17259
|
+
},
|
|
17260
|
+
{
|
|
17261
|
+
"kind": "field",
|
|
17262
|
+
"name": "shouldRunDisconnect",
|
|
17263
|
+
"return": {
|
|
17264
|
+
"type": {
|
|
17265
|
+
"text": ""
|
|
17266
|
+
}
|
|
17267
|
+
},
|
|
17268
|
+
"readonly": true,
|
|
17269
|
+
"inheritedFrom": {
|
|
17270
|
+
"name": "LifecycleMixin",
|
|
17271
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
17272
|
+
}
|
|
17273
|
+
},
|
|
17274
|
+
{
|
|
17275
|
+
"kind": "field",
|
|
17276
|
+
"name": "shouldRunConnect",
|
|
17277
|
+
"return": {
|
|
17278
|
+
"type": {
|
|
17279
|
+
"text": ""
|
|
17280
|
+
}
|
|
17281
|
+
},
|
|
17282
|
+
"readonly": true,
|
|
17283
|
+
"inheritedFrom": {
|
|
17284
|
+
"name": "LifecycleMixin",
|
|
17285
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
17286
|
+
}
|
|
17287
|
+
},
|
|
17288
|
+
{
|
|
17289
|
+
"kind": "method",
|
|
17290
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
17291
|
+
"return": {
|
|
17292
|
+
"type": {
|
|
17293
|
+
"text": "boolean"
|
|
17294
|
+
}
|
|
17295
|
+
},
|
|
17296
|
+
"parameters": [
|
|
17297
|
+
{
|
|
17298
|
+
"name": "lifecycleType",
|
|
17299
|
+
"type": {
|
|
17300
|
+
"text": "Lifecycletype"
|
|
17301
|
+
}
|
|
17302
|
+
}
|
|
17303
|
+
],
|
|
17304
|
+
"inheritedFrom": {
|
|
17305
|
+
"name": "LifecycleMixin",
|
|
17306
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
17307
|
+
}
|
|
17308
|
+
},
|
|
17309
|
+
{
|
|
17310
|
+
"kind": "field",
|
|
17311
|
+
"name": "_presentation",
|
|
17312
|
+
"type": {
|
|
17313
|
+
"text": "ComponentPresentation | null | undefined"
|
|
17314
|
+
},
|
|
17315
|
+
"privacy": "private",
|
|
17316
|
+
"default": "void 0",
|
|
17317
|
+
"inheritedFrom": {
|
|
17318
|
+
"name": "FoundationElement",
|
|
17319
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17320
|
+
}
|
|
17321
|
+
},
|
|
17322
|
+
{
|
|
17323
|
+
"kind": "field",
|
|
17324
|
+
"name": "$presentation",
|
|
17325
|
+
"type": {
|
|
17326
|
+
"text": "ComponentPresentation | null"
|
|
17327
|
+
},
|
|
17328
|
+
"privacy": "public",
|
|
17329
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
17330
|
+
"inheritedFrom": {
|
|
17331
|
+
"name": "FoundationElement",
|
|
17332
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17333
|
+
}
|
|
17334
|
+
},
|
|
17335
|
+
{
|
|
17336
|
+
"kind": "field",
|
|
17337
|
+
"name": "template",
|
|
17338
|
+
"type": {
|
|
17339
|
+
"text": "ElementViewTemplate | void | null"
|
|
17340
|
+
},
|
|
17341
|
+
"privacy": "public",
|
|
17342
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
17343
|
+
"inheritedFrom": {
|
|
17344
|
+
"name": "FoundationElement",
|
|
17345
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17346
|
+
}
|
|
17347
|
+
},
|
|
17348
|
+
{
|
|
17349
|
+
"kind": "method",
|
|
17350
|
+
"name": "templateChanged",
|
|
17351
|
+
"privacy": "protected",
|
|
17352
|
+
"return": {
|
|
17353
|
+
"type": {
|
|
17354
|
+
"text": "void"
|
|
17355
|
+
}
|
|
17356
|
+
},
|
|
17357
|
+
"inheritedFrom": {
|
|
17358
|
+
"name": "FoundationElement",
|
|
17359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
17360
|
+
}
|
|
17361
|
+
},
|
|
17362
|
+
{
|
|
17363
|
+
"kind": "field",
|
|
17364
|
+
"name": "styles",
|
|
17365
|
+
"type": {
|
|
17366
|
+
"text": "ElementStyles | void | null"
|
|
17367
|
+
},
|
|
17368
|
+
"privacy": "public",
|
|
17369
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
17370
|
+
"inheritedFrom": {
|
|
17371
|
+
"name": "FoundationElement",
|
|
17372
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16515
17373
|
}
|
|
16516
17374
|
},
|
|
16517
17375
|
{
|
|
16518
|
-
"
|
|
16519
|
-
"
|
|
16520
|
-
|
|
17376
|
+
"kind": "method",
|
|
17377
|
+
"name": "stylesChanged",
|
|
17378
|
+
"privacy": "protected",
|
|
17379
|
+
"return": {
|
|
17380
|
+
"type": {
|
|
17381
|
+
"text": "void"
|
|
17382
|
+
}
|
|
16521
17383
|
},
|
|
16522
|
-
"description": "The desired view/page you want data from.",
|
|
16523
|
-
"fieldName": "viewNumber",
|
|
16524
17384
|
"inheritedFrom": {
|
|
16525
|
-
"name": "
|
|
16526
|
-
"module": "src/
|
|
17385
|
+
"name": "FoundationElement",
|
|
17386
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16527
17387
|
}
|
|
16528
17388
|
},
|
|
16529
17389
|
{
|
|
16530
|
-
"
|
|
16531
|
-
"
|
|
16532
|
-
|
|
17390
|
+
"kind": "method",
|
|
17391
|
+
"name": "compose",
|
|
17392
|
+
"privacy": "public",
|
|
17393
|
+
"static": true,
|
|
17394
|
+
"return": {
|
|
17395
|
+
"type": {
|
|
17396
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
17397
|
+
}
|
|
16533
17398
|
},
|
|
16534
|
-
"
|
|
16535
|
-
|
|
17399
|
+
"parameters": [
|
|
17400
|
+
{
|
|
17401
|
+
"name": "this",
|
|
17402
|
+
"type": {
|
|
17403
|
+
"text": "K"
|
|
17404
|
+
}
|
|
17405
|
+
},
|
|
17406
|
+
{
|
|
17407
|
+
"name": "elementDefinition",
|
|
17408
|
+
"type": {
|
|
17409
|
+
"text": "T"
|
|
17410
|
+
},
|
|
17411
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
17412
|
+
}
|
|
17413
|
+
],
|
|
17414
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16536
17415
|
"inheritedFrom": {
|
|
16537
|
-
"name": "
|
|
16538
|
-
"module": "src/
|
|
17416
|
+
"name": "FoundationElement",
|
|
17417
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16539
17418
|
}
|
|
16540
|
-
}
|
|
17419
|
+
}
|
|
17420
|
+
],
|
|
17421
|
+
"attributes": [
|
|
16541
17422
|
{
|
|
16542
|
-
"name": "max-view",
|
|
16543
17423
|
"type": {
|
|
16544
|
-
"text": "
|
|
17424
|
+
"text": "boolean"
|
|
16545
17425
|
},
|
|
16546
|
-
"description": "
|
|
16547
|
-
"fieldName": "
|
|
16548
|
-
"inheritedFrom": {
|
|
16549
|
-
"name": "GenesisGridDatasourceElement",
|
|
16550
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16551
|
-
}
|
|
17426
|
+
"description": "Whether to disable control of the component",
|
|
17427
|
+
"fieldName": "disabled"
|
|
16552
17428
|
},
|
|
16553
17429
|
{
|
|
16554
|
-
"name": "
|
|
17430
|
+
"name": "resource-name",
|
|
16555
17431
|
"type": {
|
|
16556
|
-
"text": "
|
|
17432
|
+
"text": "string"
|
|
16557
17433
|
},
|
|
16558
|
-
"
|
|
16559
|
-
"
|
|
16560
|
-
"fieldName": "movingView",
|
|
16561
|
-
"inheritedFrom": {
|
|
16562
|
-
"name": "GenesisGridDatasourceElement",
|
|
16563
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16564
|
-
}
|
|
17434
|
+
"description": "The name of the reqrep to get the options from",
|
|
17435
|
+
"fieldName": "resourceName"
|
|
16565
17436
|
},
|
|
16566
17437
|
{
|
|
17438
|
+
"name": "search-key",
|
|
16567
17439
|
"type": {
|
|
16568
|
-
"text": "
|
|
17440
|
+
"text": "string | string[] | undefined"
|
|
16569
17441
|
},
|
|
16570
|
-
"description": "
|
|
16571
|
-
"fieldName": "
|
|
16572
|
-
"default": "false",
|
|
16573
|
-
"inheritedFrom": {
|
|
16574
|
-
"name": "GenesisGridDatasourceElement",
|
|
16575
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16576
|
-
}
|
|
17442
|
+
"description": "The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key=\"NAME,ID\").",
|
|
17443
|
+
"fieldName": "searchKey"
|
|
16577
17444
|
},
|
|
16578
17445
|
{
|
|
16579
|
-
"name": "
|
|
17446
|
+
"name": "advanced-search-req",
|
|
16580
17447
|
"type": {
|
|
16581
17448
|
"text": "boolean"
|
|
16582
17449
|
},
|
|
16583
17450
|
"default": "false",
|
|
16584
|
-
"description": "
|
|
16585
|
-
"fieldName": "
|
|
16586
|
-
"inheritedFrom": {
|
|
16587
|
-
"name": "GenesisGridDatasourceElement",
|
|
16588
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16589
|
-
}
|
|
17451
|
+
"description": "Tells whether a given request supports lookup by Groovy Expressions.",
|
|
17452
|
+
"fieldName": "requestSupportsAdvancedSearch"
|
|
16590
17453
|
},
|
|
16591
17454
|
{
|
|
16592
|
-
"name": "
|
|
17455
|
+
"name": "value-key",
|
|
16593
17456
|
"type": {
|
|
16594
|
-
"text": "
|
|
17457
|
+
"text": "string"
|
|
16595
17458
|
},
|
|
16596
|
-
"description": "
|
|
16597
|
-
"fieldName": "
|
|
16598
|
-
"inheritedFrom": {
|
|
16599
|
-
"name": "GenesisGridDatasourceElement",
|
|
16600
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16601
|
-
}
|
|
17459
|
+
"description": "The key used as the value sent to the server",
|
|
17460
|
+
"fieldName": "valueKey"
|
|
16602
17461
|
},
|
|
16603
17462
|
{
|
|
16604
|
-
"name": "
|
|
17463
|
+
"name": "label-key",
|
|
16605
17464
|
"type": {
|
|
16606
|
-
"text": "
|
|
17465
|
+
"text": "string"
|
|
16607
17466
|
},
|
|
16608
|
-
"
|
|
16609
|
-
"
|
|
16610
|
-
"fieldName": "requestAutoSetup",
|
|
16611
|
-
"inheritedFrom": {
|
|
16612
|
-
"name": "GenesisGridDatasourceElement",
|
|
16613
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16614
|
-
}
|
|
17467
|
+
"description": "The key used as the label displayed in the UI",
|
|
17468
|
+
"fieldName": "labelKey"
|
|
16615
17469
|
},
|
|
16616
17470
|
{
|
|
16617
|
-
"name": "
|
|
16618
|
-
"
|
|
16619
|
-
|
|
16620
|
-
|
|
16621
|
-
|
|
16622
|
-
|
|
16623
|
-
}
|
|
17471
|
+
"name": "dropdown-placement",
|
|
17472
|
+
"type": {
|
|
17473
|
+
"text": "'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'"
|
|
17474
|
+
},
|
|
17475
|
+
"description": "Position of the dropdown panel relative to the control.\n- `'bottom-right'` – default; opens below and aligns to the right edge of the control\n- `'bottom-left'` – opens below and extends to the left\n- `'top-right'` – opens above and aligns to the right edge of the control\n- `'top-left'` – opens above and extends to the left",
|
|
17476
|
+
"fieldName": "dropdownPlacement"
|
|
16624
17477
|
},
|
|
16625
17478
|
{
|
|
16626
|
-
"name": "
|
|
17479
|
+
"name": "dropdownWidth",
|
|
16627
17480
|
"type": {
|
|
16628
|
-
"text": "
|
|
17481
|
+
"text": "number"
|
|
16629
17482
|
},
|
|
16630
|
-
"
|
|
16631
|
-
"
|
|
16632
|
-
"fieldName": "restartOnReconnection",
|
|
16633
|
-
"inheritedFrom": {
|
|
16634
|
-
"name": "GenesisGridDatasourceElement",
|
|
16635
|
-
"module": "src/datasource/base.datasource.ts"
|
|
16636
|
-
}
|
|
17483
|
+
"description": "Optionally specifies the width of the dropdown",
|
|
17484
|
+
"fieldName": "dropdownWidth"
|
|
16637
17485
|
}
|
|
16638
17486
|
],
|
|
16639
17487
|
"mixins": [
|
|
@@ -16643,73 +17491,42 @@
|
|
|
16643
17491
|
}
|
|
16644
17492
|
],
|
|
16645
17493
|
"superclass": {
|
|
16646
|
-
"name": "
|
|
16647
|
-
"
|
|
17494
|
+
"name": "FoundationElement",
|
|
17495
|
+
"package": "@microsoft/fast-foundation"
|
|
16648
17496
|
},
|
|
16649
|
-
"tagName": "
|
|
17497
|
+
"tagName": "%%prefix%%-multicolumn-dropdown",
|
|
16650
17498
|
"customElement": true
|
|
16651
|
-
}
|
|
16652
|
-
],
|
|
16653
|
-
"exports": [
|
|
16654
|
-
{
|
|
16655
|
-
"kind": "js",
|
|
16656
|
-
"name": "GridProGenesisDatasource",
|
|
16657
|
-
"declaration": {
|
|
16658
|
-
"name": "GridProGenesisDatasource",
|
|
16659
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16660
|
-
}
|
|
16661
17499
|
},
|
|
16662
17500
|
{
|
|
16663
|
-
"kind": "
|
|
16664
|
-
"name": "
|
|
16665
|
-
"
|
|
16666
|
-
|
|
16667
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16668
|
-
}
|
|
17501
|
+
"kind": "variable",
|
|
17502
|
+
"name": "foundationMulticolumnDropdown",
|
|
17503
|
+
"description": "A function that returns a Multicolumn Dropdown registration for configuring the component with a DesignSystem.",
|
|
17504
|
+
"privacy": "public"
|
|
16669
17505
|
}
|
|
16670
|
-
]
|
|
16671
|
-
},
|
|
16672
|
-
{
|
|
16673
|
-
"kind": "javascript-module",
|
|
16674
|
-
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
|
|
16675
|
-
"declarations": [],
|
|
16676
|
-
"exports": []
|
|
16677
|
-
},
|
|
16678
|
-
{
|
|
16679
|
-
"kind": "javascript-module",
|
|
16680
|
-
"path": "src/grid-pro-genesis-datasource/index.ts",
|
|
16681
|
-
"declarations": [],
|
|
17506
|
+
],
|
|
16682
17507
|
"exports": [
|
|
16683
17508
|
{
|
|
16684
17509
|
"kind": "js",
|
|
16685
|
-
"name": "
|
|
16686
|
-
"declaration": {
|
|
16687
|
-
"name": "*",
|
|
16688
|
-
"package": "./datasource-events.types"
|
|
16689
|
-
}
|
|
16690
|
-
},
|
|
16691
|
-
{
|
|
16692
|
-
"kind": "js",
|
|
16693
|
-
"name": "*",
|
|
17510
|
+
"name": "wasClickOutsideElement",
|
|
16694
17511
|
"declaration": {
|
|
16695
|
-
"name": "
|
|
16696
|
-
"
|
|
17512
|
+
"name": "wasClickOutsideElement",
|
|
17513
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
16697
17514
|
}
|
|
16698
17515
|
},
|
|
16699
17516
|
{
|
|
16700
17517
|
"kind": "js",
|
|
16701
|
-
"name": "
|
|
17518
|
+
"name": "MulticolumnDropdown",
|
|
16702
17519
|
"declaration": {
|
|
16703
|
-
"name": "
|
|
16704
|
-
"
|
|
17520
|
+
"name": "MulticolumnDropdown",
|
|
17521
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
16705
17522
|
}
|
|
16706
17523
|
},
|
|
16707
17524
|
{
|
|
16708
17525
|
"kind": "js",
|
|
16709
|
-
"name": "
|
|
17526
|
+
"name": "foundationMulticolumnDropdown",
|
|
16710
17527
|
"declaration": {
|
|
16711
|
-
"name": "
|
|
16712
|
-
"
|
|
17528
|
+
"name": "foundationMulticolumnDropdown",
|
|
17529
|
+
"module": "src/multicolumn-dropdown/multicolumn-dropdown.ts"
|
|
16713
17530
|
}
|
|
16714
17531
|
}
|
|
16715
17532
|
]
|
|
@@ -18263,46 +19080,51 @@
|
|
|
18263
19080
|
},
|
|
18264
19081
|
{
|
|
18265
19082
|
"kind": "javascript-module",
|
|
18266
|
-
"path": "src/
|
|
19083
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
18267
19084
|
"declarations": [
|
|
18268
19085
|
{
|
|
18269
19086
|
"kind": "function",
|
|
18270
|
-
"name": "
|
|
19087
|
+
"name": "gridProColumns",
|
|
18271
19088
|
"return": {
|
|
18272
19089
|
"type": {
|
|
18273
|
-
"text": "
|
|
19090
|
+
"text": "CaptureType<TSource>"
|
|
18274
19091
|
}
|
|
18275
19092
|
},
|
|
18276
19093
|
"parameters": [
|
|
18277
19094
|
{
|
|
18278
|
-
"name": "
|
|
19095
|
+
"name": "itemsBinding",
|
|
18279
19096
|
"type": {
|
|
18280
|
-
"text": "
|
|
18281
|
-
}
|
|
19097
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19098
|
+
},
|
|
19099
|
+
"description": "The array to render"
|
|
18282
19100
|
},
|
|
18283
19101
|
{
|
|
18284
|
-
"name": "
|
|
19102
|
+
"name": "includeRenderers",
|
|
19103
|
+
"default": "true",
|
|
18285
19104
|
"type": {
|
|
18286
|
-
"text": "
|
|
18287
|
-
}
|
|
19105
|
+
"text": "boolean"
|
|
19106
|
+
},
|
|
19107
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18288
19108
|
}
|
|
18289
|
-
]
|
|
19109
|
+
],
|
|
19110
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19111
|
+
"privacy": "public"
|
|
18290
19112
|
}
|
|
18291
19113
|
],
|
|
18292
19114
|
"exports": [
|
|
18293
19115
|
{
|
|
18294
19116
|
"kind": "js",
|
|
18295
|
-
"name": "
|
|
19117
|
+
"name": "gridProColumns",
|
|
18296
19118
|
"declaration": {
|
|
18297
|
-
"name": "
|
|
18298
|
-
"module": "src/
|
|
19119
|
+
"name": "gridProColumns",
|
|
19120
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
18299
19121
|
}
|
|
18300
19122
|
}
|
|
18301
19123
|
]
|
|
18302
19124
|
},
|
|
18303
19125
|
{
|
|
18304
19126
|
"kind": "javascript-module",
|
|
18305
|
-
"path": "src/
|
|
19127
|
+
"path": "src/column/utils/index.ts",
|
|
18306
19128
|
"declarations": [],
|
|
18307
19129
|
"exports": [
|
|
18308
19130
|
{
|
|
@@ -18310,58 +19132,53 @@
|
|
|
18310
19132
|
"name": "*",
|
|
18311
19133
|
"declaration": {
|
|
18312
19134
|
"name": "*",
|
|
18313
|
-
"package": "./
|
|
19135
|
+
"package": "./grid-pro-columns"
|
|
18314
19136
|
}
|
|
18315
19137
|
}
|
|
18316
19138
|
]
|
|
18317
19139
|
},
|
|
18318
19140
|
{
|
|
18319
19141
|
"kind": "javascript-module",
|
|
18320
|
-
"path": "src/
|
|
19142
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
18321
19143
|
"declarations": [
|
|
18322
19144
|
{
|
|
18323
19145
|
"kind": "function",
|
|
18324
|
-
"name": "
|
|
19146
|
+
"name": "setValueWithAccessor",
|
|
18325
19147
|
"return": {
|
|
18326
19148
|
"type": {
|
|
18327
|
-
"text": "
|
|
19149
|
+
"text": "string"
|
|
18328
19150
|
}
|
|
18329
19151
|
},
|
|
18330
19152
|
"parameters": [
|
|
18331
19153
|
{
|
|
18332
|
-
"name": "
|
|
19154
|
+
"name": "data",
|
|
18333
19155
|
"type": {
|
|
18334
|
-
"text": "
|
|
18335
|
-
}
|
|
18336
|
-
"description": "The array to render"
|
|
19156
|
+
"text": "any"
|
|
19157
|
+
}
|
|
18337
19158
|
},
|
|
18338
19159
|
{
|
|
18339
|
-
"name": "
|
|
18340
|
-
"default": "true",
|
|
19160
|
+
"name": "accessor",
|
|
18341
19161
|
"type": {
|
|
18342
|
-
"text": "
|
|
18343
|
-
}
|
|
18344
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19162
|
+
"text": "string"
|
|
19163
|
+
}
|
|
18345
19164
|
}
|
|
18346
|
-
]
|
|
18347
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18348
|
-
"privacy": "public"
|
|
19165
|
+
]
|
|
18349
19166
|
}
|
|
18350
19167
|
],
|
|
18351
19168
|
"exports": [
|
|
18352
19169
|
{
|
|
18353
19170
|
"kind": "js",
|
|
18354
|
-
"name": "
|
|
19171
|
+
"name": "setValueWithAccessor",
|
|
18355
19172
|
"declaration": {
|
|
18356
|
-
"name": "
|
|
18357
|
-
"module": "src/
|
|
19173
|
+
"name": "setValueWithAccessor",
|
|
19174
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
18358
19175
|
}
|
|
18359
19176
|
}
|
|
18360
19177
|
]
|
|
18361
19178
|
},
|
|
18362
19179
|
{
|
|
18363
19180
|
"kind": "javascript-module",
|
|
18364
|
-
"path": "src/
|
|
19181
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
18365
19182
|
"declarations": [],
|
|
18366
19183
|
"exports": [
|
|
18367
19184
|
{
|
|
@@ -18369,7 +19186,7 @@
|
|
|
18369
19186
|
"name": "*",
|
|
18370
19187
|
"declaration": {
|
|
18371
19188
|
"name": "*",
|
|
18372
|
-
"package": "./
|
|
19189
|
+
"package": "./accessor"
|
|
18373
19190
|
}
|
|
18374
19191
|
}
|
|
18375
19192
|
]
|