@genesislcap/foundation-ui 14.191.1 → 14.192.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +554 -554
  2. package/package.json +16 -16
@@ -9334,11 +9334,11 @@
9334
9334
  },
9335
9335
  {
9336
9336
  "kind": "javascript-module",
9337
- "path": "src/data-grid/data-grid.styles.ts",
9337
+ "path": "src/connection-indicator/connection-indicator.styles.ts",
9338
9338
  "declarations": [
9339
9339
  {
9340
9340
  "kind": "function",
9341
- "name": "foundationDataGridStyles",
9341
+ "name": "foundationConnectionIndicatorStyles",
9342
9342
  "return": {
9343
9343
  "type": {
9344
9344
  "text": "ElementStyles"
@@ -9352,7 +9352,7 @@
9352
9352
  }
9353
9353
  },
9354
9354
  {
9355
- "name": "defintion",
9355
+ "name": "definition",
9356
9356
  "type": {
9357
9357
  "text": "FoundationElementDefinition"
9358
9358
  }
@@ -9363,123 +9363,96 @@
9363
9363
  "exports": [
9364
9364
  {
9365
9365
  "kind": "js",
9366
- "name": "foundationDataGridStyles",
9366
+ "name": "foundationConnectionIndicatorStyles",
9367
9367
  "declaration": {
9368
- "name": "foundationDataGridStyles",
9369
- "module": "src/data-grid/data-grid.styles.ts"
9368
+ "name": "foundationConnectionIndicatorStyles",
9369
+ "module": "src/connection-indicator/connection-indicator.styles.ts"
9370
9370
  }
9371
9371
  }
9372
9372
  ]
9373
9373
  },
9374
9374
  {
9375
9375
  "kind": "javascript-module",
9376
- "path": "src/data-grid/data-grid.template.ts",
9376
+ "path": "src/connection-indicator/connection-indicator.template.ts",
9377
9377
  "declarations": [
9378
9378
  {
9379
- "kind": "function",
9380
- "name": "foundationDataGridTemplate",
9381
- "return": {
9382
- "type": {
9383
- "text": "ViewTemplate<DataGrid>"
9384
- }
9379
+ "kind": "variable",
9380
+ "name": "foundationConnectionIndicatorTemplate",
9381
+ "type": {
9382
+ "text": "ViewTemplate"
9385
9383
  },
9386
- "parameters": [
9387
- {
9388
- "name": "context",
9389
- "type": {
9390
- "text": "ElementDefinitionContext"
9391
- }
9392
- },
9393
- {
9394
- "name": "definition",
9395
- "type": {
9396
- "text": "FoundationElementDefinition"
9397
- }
9398
- }
9399
- ]
9384
+ "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
9400
9385
  }
9401
9386
  ],
9402
9387
  "exports": [
9403
9388
  {
9404
9389
  "kind": "js",
9405
- "name": "foundationDataGridTemplate",
9390
+ "name": "foundationConnectionIndicatorTemplate",
9406
9391
  "declaration": {
9407
- "name": "foundationDataGridTemplate",
9408
- "module": "src/data-grid/data-grid.template.ts"
9392
+ "name": "foundationConnectionIndicatorTemplate",
9393
+ "module": "src/connection-indicator/connection-indicator.template.ts"
9409
9394
  }
9410
9395
  }
9411
9396
  ]
9412
9397
  },
9413
9398
  {
9414
9399
  "kind": "javascript-module",
9415
- "path": "src/data-grid/data-grid.ts",
9400
+ "path": "src/connection-indicator/connection-indicator.ts",
9416
9401
  "declarations": [
9417
9402
  {
9418
9403
  "kind": "class",
9419
9404
  "description": "",
9420
- "name": "DataGrid",
9421
- "superclass": {
9422
- "name": "FASTDataGrid",
9423
- "package": "@microsoft/fast-components"
9424
- },
9425
- "tagName": "%%prefix%%-data-grid",
9426
- "customElement": true,
9427
- "attributes": [
9405
+ "name": "ConnectionIndicator",
9406
+ "members": [
9428
9407
  {
9429
- "name": "no-tabbing",
9408
+ "kind": "field",
9409
+ "name": "connect",
9430
9410
  "type": {
9431
- "text": "boolean"
9432
- },
9433
- "default": "false",
9434
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9435
- "fieldName": "noTabbing",
9436
- "inheritedFrom": {
9437
- "name": "DataGrid",
9438
- "module": "src/data-grid/data-grid.ts"
9411
+ "text": "Connect"
9439
9412
  }
9440
9413
  },
9441
9414
  {
9442
- "name": "generate-header",
9415
+ "kind": "field",
9416
+ "name": "session",
9443
9417
  "type": {
9444
- "text": "GenerateHeaderOptions"
9445
- },
9446
- "description": "Whether the grid should automatically generate a header row and its type",
9447
- "fieldName": "generateHeader",
9448
- "inheritedFrom": {
9449
- "name": "DataGrid",
9450
- "module": "src/data-grid/data-grid.ts"
9418
+ "text": "Session"
9451
9419
  }
9452
9420
  },
9453
9421
  {
9454
- "name": "grid-template-columns",
9422
+ "kind": "field",
9423
+ "name": "showLabel",
9424
+ "type": {
9425
+ "text": "boolean"
9426
+ },
9427
+ "default": "false"
9428
+ },
9429
+ {
9430
+ "kind": "field",
9431
+ "name": "label",
9455
9432
  "type": {
9456
9433
  "text": "string"
9457
9434
  },
9458
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9459
- "fieldName": "gridTemplateColumns",
9460
- "inheritedFrom": {
9461
- "name": "DataGrid",
9462
- "module": "src/data-grid/data-grid.ts"
9463
- }
9464
- }
9465
- ],
9466
- "members": [
9435
+ "default": "'disconnected'"
9436
+ },
9467
9437
  {
9468
9438
  "kind": "field",
9469
- "name": "generateColumns",
9470
- "privacy": "public",
9471
- "static": true,
9472
- "description": "generates a basic column definition by examining sample row data",
9473
- "inheritedFrom": {
9474
- "name": "DataGrid",
9475
- "module": "src/data-grid/data-grid.ts"
9476
- }
9439
+ "name": "colour",
9440
+ "type": {
9441
+ "text": "'red' | 'green'"
9442
+ },
9443
+ "default": "'red'"
9444
+ },
9445
+ {
9446
+ "kind": "field",
9447
+ "name": "subscription",
9448
+ "type": {
9449
+ "text": "Subscription"
9450
+ },
9451
+ "privacy": "private"
9477
9452
  },
9478
9453
  {
9479
9454
  "kind": "method",
9480
- "name": "generateTemplateColumns",
9481
- "privacy": "private",
9482
- "static": true,
9455
+ "name": "getLabel",
9483
9456
  "return": {
9484
9457
  "type": {
9485
9458
  "text": "string"
@@ -9487,190 +9460,337 @@
9487
9460
  },
9488
9461
  "parameters": [
9489
9462
  {
9490
- "name": "columnDefinitions",
9463
+ "name": "connected",
9491
9464
  "type": {
9492
- "text": "ColumnDefinition[]"
9465
+ "text": "boolean"
9493
9466
  }
9494
9467
  }
9495
- ],
9496
- "description": "generates a gridTemplateColumns based on columndata array",
9497
- "inheritedFrom": {
9498
- "name": "DataGrid",
9499
- "module": "src/data-grid/data-grid.ts"
9500
- }
9468
+ ]
9501
9469
  },
9502
9470
  {
9503
9471
  "kind": "field",
9504
- "name": "noTabbing",
9472
+ "name": "_presentation",
9505
9473
  "type": {
9506
- "text": "boolean"
9474
+ "text": "ComponentPresentation | null | undefined"
9507
9475
  },
9508
- "privacy": "public",
9509
- "default": "false",
9510
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9476
+ "privacy": "private",
9477
+ "default": "void 0",
9511
9478
  "inheritedFrom": {
9512
- "name": "DataGrid",
9513
- "module": "src/data-grid/data-grid.ts"
9479
+ "name": "FoundationElement",
9480
+ "module": "src/foundation-element/foundation-element.ts"
9514
9481
  }
9515
9482
  },
9516
9483
  {
9517
- "kind": "method",
9518
- "name": "noTabbingChanged",
9519
- "privacy": "private",
9520
- "return": {
9521
- "type": {
9522
- "text": "void"
9523
- }
9484
+ "kind": "field",
9485
+ "name": "$presentation",
9486
+ "type": {
9487
+ "text": "ComponentPresentation | null"
9524
9488
  },
9489
+ "privacy": "public",
9490
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9525
9491
  "inheritedFrom": {
9526
- "name": "DataGrid",
9527
- "module": "src/data-grid/data-grid.ts"
9492
+ "name": "FoundationElement",
9493
+ "module": "src/foundation-element/foundation-element.ts"
9528
9494
  }
9529
9495
  },
9530
9496
  {
9531
9497
  "kind": "field",
9532
- "name": "generateHeader",
9498
+ "name": "template",
9533
9499
  "type": {
9534
- "text": "GenerateHeaderOptions"
9500
+ "text": "ElementViewTemplate | void | null"
9535
9501
  },
9536
9502
  "privacy": "public",
9537
- "description": "Whether the grid should automatically generate a header row and its type",
9503
+ "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.",
9538
9504
  "inheritedFrom": {
9539
- "name": "DataGrid",
9540
- "module": "src/data-grid/data-grid.ts"
9505
+ "name": "FoundationElement",
9506
+ "module": "src/foundation-element/foundation-element.ts"
9541
9507
  }
9542
9508
  },
9543
9509
  {
9544
9510
  "kind": "method",
9545
- "name": "generateHeaderChanged",
9546
- "privacy": "private",
9511
+ "name": "templateChanged",
9512
+ "privacy": "protected",
9547
9513
  "return": {
9548
9514
  "type": {
9549
9515
  "text": "void"
9550
9516
  }
9551
9517
  },
9552
9518
  "inheritedFrom": {
9553
- "name": "DataGrid",
9554
- "module": "src/data-grid/data-grid.ts"
9519
+ "name": "FoundationElement",
9520
+ "module": "src/foundation-element/foundation-element.ts"
9555
9521
  }
9556
9522
  },
9557
9523
  {
9558
9524
  "kind": "field",
9559
- "name": "gridTemplateColumns",
9525
+ "name": "styles",
9560
9526
  "type": {
9561
- "text": "string"
9527
+ "text": "ElementStyles | void | null"
9562
9528
  },
9563
9529
  "privacy": "public",
9564
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9530
+ "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.",
9565
9531
  "inheritedFrom": {
9566
- "name": "DataGrid",
9567
- "module": "src/data-grid/data-grid.ts"
9532
+ "name": "FoundationElement",
9533
+ "module": "src/foundation-element/foundation-element.ts"
9568
9534
  }
9569
9535
  },
9570
9536
  {
9571
9537
  "kind": "method",
9572
- "name": "gridTemplateColumnsChanged",
9573
- "privacy": "private",
9538
+ "name": "stylesChanged",
9539
+ "privacy": "protected",
9574
9540
  "return": {
9575
9541
  "type": {
9576
9542
  "text": "void"
9577
9543
  }
9578
9544
  },
9579
9545
  "inheritedFrom": {
9580
- "name": "DataGrid",
9581
- "module": "src/data-grid/data-grid.ts"
9582
- }
9583
- },
9584
- {
9585
- "kind": "field",
9586
- "name": "rowsData",
9587
- "type": {
9588
- "text": "object[]"
9589
- },
9590
- "privacy": "public",
9591
- "default": "[]",
9592
- "description": "The data being displayed in the grid",
9593
- "inheritedFrom": {
9594
- "name": "DataGrid",
9595
- "module": "src/data-grid/data-grid.ts"
9546
+ "name": "FoundationElement",
9547
+ "module": "src/foundation-element/foundation-element.ts"
9596
9548
  }
9597
9549
  },
9598
9550
  {
9599
9551
  "kind": "method",
9600
- "name": "rowsDataChanged",
9601
- "privacy": "private",
9552
+ "name": "compose",
9553
+ "privacy": "public",
9554
+ "static": true,
9602
9555
  "return": {
9603
9556
  "type": {
9604
- "text": "void"
9557
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9605
9558
  }
9606
9559
  },
9560
+ "parameters": [
9561
+ {
9562
+ "name": "this",
9563
+ "type": {
9564
+ "text": "K"
9565
+ }
9566
+ },
9567
+ {
9568
+ "name": "elementDefinition",
9569
+ "type": {
9570
+ "text": "T"
9571
+ },
9572
+ "description": "The definition of the element to create the registry\nfunction for."
9573
+ }
9574
+ ],
9575
+ "description": "Defines an element registry function with a set of element definition defaults.",
9607
9576
  "inheritedFrom": {
9608
- "name": "DataGrid",
9609
- "module": "src/data-grid/data-grid.ts"
9577
+ "name": "FoundationElement",
9578
+ "module": "src/foundation-element/foundation-element.ts"
9610
9579
  }
9611
- },
9580
+ }
9581
+ ],
9582
+ "attributes": [
9612
9583
  {
9613
- "kind": "field",
9614
- "name": "columnDefinitions",
9584
+ "name": "show-label",
9615
9585
  "type": {
9616
- "text": "ColumnDefinition[] | null"
9586
+ "text": "boolean"
9617
9587
  },
9618
- "privacy": "public",
9619
- "default": "null",
9620
- "description": "The column definitions of the grid",
9621
- "inheritedFrom": {
9622
- "name": "DataGrid",
9623
- "module": "src/data-grid/data-grid.ts"
9588
+ "default": "false",
9589
+ "fieldName": "showLabel"
9590
+ }
9591
+ ],
9592
+ "superclass": {
9593
+ "name": "FoundationElement",
9594
+ "package": "@microsoft/fast-foundation"
9595
+ },
9596
+ "tagName": "%%prefix%%-connection-indicator",
9597
+ "customElement": true
9598
+ },
9599
+ {
9600
+ "kind": "variable",
9601
+ "name": "foundationConnectionIndicator",
9602
+ "description": "The Connection Indicator",
9603
+ "privacy": "public"
9604
+ }
9605
+ ],
9606
+ "exports": [
9607
+ {
9608
+ "kind": "js",
9609
+ "name": "ConnectionIndicator",
9610
+ "declaration": {
9611
+ "name": "ConnectionIndicator",
9612
+ "module": "src/connection-indicator/connection-indicator.ts"
9613
+ }
9614
+ },
9615
+ {
9616
+ "kind": "js",
9617
+ "name": "foundationConnectionIndicator",
9618
+ "declaration": {
9619
+ "name": "foundationConnectionIndicator",
9620
+ "module": "src/connection-indicator/connection-indicator.ts"
9621
+ }
9622
+ }
9623
+ ]
9624
+ },
9625
+ {
9626
+ "kind": "javascript-module",
9627
+ "path": "src/connection-indicator/index.ts",
9628
+ "declarations": [],
9629
+ "exports": [
9630
+ {
9631
+ "kind": "js",
9632
+ "name": "*",
9633
+ "declaration": {
9634
+ "name": "*",
9635
+ "package": "./connection-indicator"
9636
+ }
9637
+ },
9638
+ {
9639
+ "kind": "js",
9640
+ "name": "*",
9641
+ "declaration": {
9642
+ "name": "*",
9643
+ "package": "./connection-indicator.styles"
9644
+ }
9645
+ },
9646
+ {
9647
+ "kind": "js",
9648
+ "name": "*",
9649
+ "declaration": {
9650
+ "name": "*",
9651
+ "package": "./connection-indicator.template"
9652
+ }
9653
+ }
9654
+ ]
9655
+ },
9656
+ {
9657
+ "kind": "javascript-module",
9658
+ "path": "src/data-grid/data-grid.styles.ts",
9659
+ "declarations": [
9660
+ {
9661
+ "kind": "function",
9662
+ "name": "foundationDataGridStyles",
9663
+ "return": {
9664
+ "type": {
9665
+ "text": "ElementStyles"
9666
+ }
9667
+ },
9668
+ "parameters": [
9669
+ {
9670
+ "name": "context",
9671
+ "type": {
9672
+ "text": "ElementDefinitionContext"
9624
9673
  }
9625
9674
  },
9626
9675
  {
9627
- "kind": "method",
9628
- "name": "columnDefinitionsChanged",
9629
- "privacy": "private",
9630
- "return": {
9631
- "type": {
9632
- "text": "void"
9633
- }
9676
+ "name": "defintion",
9677
+ "type": {
9678
+ "text": "FoundationElementDefinition"
9679
+ }
9680
+ }
9681
+ ]
9682
+ }
9683
+ ],
9684
+ "exports": [
9685
+ {
9686
+ "kind": "js",
9687
+ "name": "foundationDataGridStyles",
9688
+ "declaration": {
9689
+ "name": "foundationDataGridStyles",
9690
+ "module": "src/data-grid/data-grid.styles.ts"
9691
+ }
9692
+ }
9693
+ ]
9694
+ },
9695
+ {
9696
+ "kind": "javascript-module",
9697
+ "path": "src/data-grid/data-grid.template.ts",
9698
+ "declarations": [
9699
+ {
9700
+ "kind": "function",
9701
+ "name": "foundationDataGridTemplate",
9702
+ "return": {
9703
+ "type": {
9704
+ "text": "ViewTemplate<DataGrid>"
9705
+ }
9706
+ },
9707
+ "parameters": [
9708
+ {
9709
+ "name": "context",
9710
+ "type": {
9711
+ "text": "ElementDefinitionContext"
9712
+ }
9713
+ },
9714
+ {
9715
+ "name": "definition",
9716
+ "type": {
9717
+ "text": "FoundationElementDefinition"
9718
+ }
9719
+ }
9720
+ ]
9721
+ }
9722
+ ],
9723
+ "exports": [
9724
+ {
9725
+ "kind": "js",
9726
+ "name": "foundationDataGridTemplate",
9727
+ "declaration": {
9728
+ "name": "foundationDataGridTemplate",
9729
+ "module": "src/data-grid/data-grid.template.ts"
9730
+ }
9731
+ }
9732
+ ]
9733
+ },
9734
+ {
9735
+ "kind": "javascript-module",
9736
+ "path": "src/data-grid/data-grid.ts",
9737
+ "declarations": [
9738
+ {
9739
+ "kind": "class",
9740
+ "description": "",
9741
+ "name": "DataGrid",
9742
+ "superclass": {
9743
+ "name": "FASTDataGrid",
9744
+ "package": "@microsoft/fast-components"
9745
+ },
9746
+ "tagName": "%%prefix%%-data-grid",
9747
+ "customElement": true,
9748
+ "attributes": [
9749
+ {
9750
+ "name": "no-tabbing",
9751
+ "type": {
9752
+ "text": "boolean"
9634
9753
  },
9754
+ "default": "false",
9755
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9756
+ "fieldName": "noTabbing",
9635
9757
  "inheritedFrom": {
9636
9758
  "name": "DataGrid",
9637
9759
  "module": "src/data-grid/data-grid.ts"
9638
9760
  }
9639
9761
  },
9640
9762
  {
9641
- "kind": "field",
9642
- "name": "rowItemTemplate",
9763
+ "name": "generate-header",
9643
9764
  "type": {
9644
- "text": "ViewTemplate"
9765
+ "text": "GenerateHeaderOptions"
9645
9766
  },
9646
- "privacy": "public",
9647
- "description": "The template to use for the programmatic generation of rows",
9767
+ "description": "Whether the grid should automatically generate a header row and its type",
9768
+ "fieldName": "generateHeader",
9648
9769
  "inheritedFrom": {
9649
9770
  "name": "DataGrid",
9650
9771
  "module": "src/data-grid/data-grid.ts"
9651
9772
  }
9652
9773
  },
9653
9774
  {
9654
- "kind": "field",
9655
- "name": "cellItemTemplate",
9775
+ "name": "grid-template-columns",
9656
9776
  "type": {
9657
- "text": "ViewTemplate | undefined"
9777
+ "text": "string"
9658
9778
  },
9659
- "privacy": "public",
9660
- "description": "The template used to render cells in generated rows.",
9779
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9780
+ "fieldName": "gridTemplateColumns",
9661
9781
  "inheritedFrom": {
9662
9782
  "name": "DataGrid",
9663
9783
  "module": "src/data-grid/data-grid.ts"
9664
9784
  }
9665
- },
9785
+ }
9786
+ ],
9787
+ "members": [
9666
9788
  {
9667
9789
  "kind": "field",
9668
- "name": "headerCellItemTemplate",
9669
- "type": {
9670
- "text": "ViewTemplate | undefined"
9671
- },
9790
+ "name": "generateColumns",
9672
9791
  "privacy": "public",
9673
- "description": "The template used to render header cells in generated rows.",
9792
+ "static": true,
9793
+ "description": "generates a basic column definition by examining sample row data",
9674
9794
  "inheritedFrom": {
9675
9795
  "name": "DataGrid",
9676
9796
  "module": "src/data-grid/data-grid.ts"
@@ -9678,13 +9798,23 @@
9678
9798
  },
9679
9799
  {
9680
9800
  "kind": "method",
9681
- "name": "headerCellItemTemplateChanged",
9801
+ "name": "generateTemplateColumns",
9682
9802
  "privacy": "private",
9803
+ "static": true,
9683
9804
  "return": {
9684
9805
  "type": {
9685
- "text": "void"
9806
+ "text": "string"
9686
9807
  }
9687
9808
  },
9809
+ "parameters": [
9810
+ {
9811
+ "name": "columnDefinitions",
9812
+ "type": {
9813
+ "text": "ColumnDefinition[]"
9814
+ }
9815
+ }
9816
+ ],
9817
+ "description": "generates a gridTemplateColumns based on columndata array",
9688
9818
  "inheritedFrom": {
9689
9819
  "name": "DataGrid",
9690
9820
  "module": "src/data-grid/data-grid.ts"
@@ -9692,13 +9822,13 @@
9692
9822
  },
9693
9823
  {
9694
9824
  "kind": "field",
9695
- "name": "focusRowIndex",
9825
+ "name": "noTabbing",
9696
9826
  "type": {
9697
- "text": "number"
9827
+ "text": "boolean"
9698
9828
  },
9699
9829
  "privacy": "public",
9700
- "default": "0",
9701
- "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
9830
+ "default": "false",
9831
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9702
9832
  "inheritedFrom": {
9703
9833
  "name": "DataGrid",
9704
9834
  "module": "src/data-grid/data-grid.ts"
@@ -9706,7 +9836,7 @@
9706
9836
  },
9707
9837
  {
9708
9838
  "kind": "method",
9709
- "name": "focusRowIndexChanged",
9839
+ "name": "noTabbingChanged",
9710
9840
  "privacy": "private",
9711
9841
  "return": {
9712
9842
  "type": {
@@ -9720,13 +9850,12 @@
9720
9850
  },
9721
9851
  {
9722
9852
  "kind": "field",
9723
- "name": "focusColumnIndex",
9853
+ "name": "generateHeader",
9724
9854
  "type": {
9725
- "text": "number"
9855
+ "text": "GenerateHeaderOptions"
9726
9856
  },
9727
9857
  "privacy": "public",
9728
- "default": "0",
9729
- "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
9858
+ "description": "Whether the grid should automatically generate a header row and its type",
9730
9859
  "inheritedFrom": {
9731
9860
  "name": "DataGrid",
9732
9861
  "module": "src/data-grid/data-grid.ts"
@@ -9734,7 +9863,7 @@
9734
9863
  },
9735
9864
  {
9736
9865
  "kind": "method",
9737
- "name": "focusColumnIndexChanged",
9866
+ "name": "generateHeaderChanged",
9738
9867
  "privacy": "private",
9739
9868
  "return": {
9740
9869
  "type": {
@@ -9748,24 +9877,26 @@
9748
9877
  },
9749
9878
  {
9750
9879
  "kind": "field",
9751
- "name": "rowElementTag",
9880
+ "name": "gridTemplateColumns",
9752
9881
  "type": {
9753
9882
  "text": "string"
9754
9883
  },
9755
9884
  "privacy": "public",
9756
- "description": "Set by the component templates.",
9885
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9757
9886
  "inheritedFrom": {
9758
9887
  "name": "DataGrid",
9759
9888
  "module": "src/data-grid/data-grid.ts"
9760
9889
  }
9761
9890
  },
9762
9891
  {
9763
- "kind": "field",
9764
- "name": "rowsRepeatBehavior",
9765
- "type": {
9766
- "text": "RepeatBehavior | null"
9767
- },
9892
+ "kind": "method",
9893
+ "name": "gridTemplateColumnsChanged",
9768
9894
  "privacy": "private",
9895
+ "return": {
9896
+ "type": {
9897
+ "text": "void"
9898
+ }
9899
+ },
9769
9900
  "inheritedFrom": {
9770
9901
  "name": "DataGrid",
9771
9902
  "module": "src/data-grid/data-grid.ts"
@@ -9773,25 +9904,27 @@
9773
9904
  },
9774
9905
  {
9775
9906
  "kind": "field",
9776
- "name": "rowsPlaceholder",
9907
+ "name": "rowsData",
9777
9908
  "type": {
9778
- "text": "Node | null"
9909
+ "text": "object[]"
9779
9910
  },
9780
- "privacy": "private",
9781
- "default": "null",
9911
+ "privacy": "public",
9912
+ "default": "[]",
9913
+ "description": "The data being displayed in the grid",
9782
9914
  "inheritedFrom": {
9783
9915
  "name": "DataGrid",
9784
9916
  "module": "src/data-grid/data-grid.ts"
9785
9917
  }
9786
9918
  },
9787
9919
  {
9788
- "kind": "field",
9789
- "name": "generatedHeader",
9790
- "type": {
9791
- "text": "DataGridRow | null"
9792
- },
9920
+ "kind": "method",
9921
+ "name": "rowsDataChanged",
9793
9922
  "privacy": "private",
9794
- "default": "null",
9923
+ "return": {
9924
+ "type": {
9925
+ "text": "void"
9926
+ }
9927
+ },
9795
9928
  "inheritedFrom": {
9796
9929
  "name": "DataGrid",
9797
9930
  "module": "src/data-grid/data-grid.ts"
@@ -9799,25 +9932,27 @@
9799
9932
  },
9800
9933
  {
9801
9934
  "kind": "field",
9802
- "name": "isUpdatingFocus",
9935
+ "name": "columnDefinitions",
9803
9936
  "type": {
9804
- "text": "boolean"
9937
+ "text": "ColumnDefinition[] | null"
9805
9938
  },
9806
- "privacy": "private",
9807
- "default": "false",
9939
+ "privacy": "public",
9940
+ "default": "null",
9941
+ "description": "The column definitions of the grid",
9808
9942
  "inheritedFrom": {
9809
9943
  "name": "DataGrid",
9810
9944
  "module": "src/data-grid/data-grid.ts"
9811
9945
  }
9812
9946
  },
9813
9947
  {
9814
- "kind": "field",
9815
- "name": "pendingFocusUpdate",
9816
- "type": {
9817
- "text": "boolean"
9818
- },
9948
+ "kind": "method",
9949
+ "name": "columnDefinitionsChanged",
9819
9950
  "privacy": "private",
9820
- "default": "false",
9951
+ "return": {
9952
+ "type": {
9953
+ "text": "void"
9954
+ }
9955
+ },
9821
9956
  "inheritedFrom": {
9822
9957
  "name": "DataGrid",
9823
9958
  "module": "src/data-grid/data-grid.ts"
@@ -9825,11 +9960,12 @@
9825
9960
  },
9826
9961
  {
9827
9962
  "kind": "field",
9828
- "name": "observer",
9963
+ "name": "rowItemTemplate",
9829
9964
  "type": {
9830
- "text": "MutationObserver"
9965
+ "text": "ViewTemplate"
9831
9966
  },
9832
- "privacy": "private",
9967
+ "privacy": "public",
9968
+ "description": "The template to use for the programmatic generation of rows",
9833
9969
  "inheritedFrom": {
9834
9970
  "name": "DataGrid",
9835
9971
  "module": "src/data-grid/data-grid.ts"
@@ -9837,12 +9973,12 @@
9837
9973
  },
9838
9974
  {
9839
9975
  "kind": "field",
9840
- "name": "rowindexUpdateQueued",
9976
+ "name": "cellItemTemplate",
9841
9977
  "type": {
9842
- "text": "boolean"
9978
+ "text": "ViewTemplate | undefined"
9843
9979
  },
9844
- "privacy": "private",
9845
- "default": "false",
9980
+ "privacy": "public",
9981
+ "description": "The template used to render cells in generated rows.",
9846
9982
  "inheritedFrom": {
9847
9983
  "name": "DataGrid",
9848
9984
  "module": "src/data-grid/data-grid.ts"
@@ -9850,25 +9986,26 @@
9850
9986
  },
9851
9987
  {
9852
9988
  "kind": "field",
9853
- "name": "columnDefinitionsStale",
9989
+ "name": "headerCellItemTemplate",
9854
9990
  "type": {
9855
- "text": "boolean"
9991
+ "text": "ViewTemplate | undefined"
9856
9992
  },
9857
- "privacy": "private",
9858
- "default": "true",
9993
+ "privacy": "public",
9994
+ "description": "The template used to render header cells in generated rows.",
9859
9995
  "inheritedFrom": {
9860
9996
  "name": "DataGrid",
9861
9997
  "module": "src/data-grid/data-grid.ts"
9862
9998
  }
9863
9999
  },
9864
10000
  {
9865
- "kind": "field",
9866
- "name": "generatedGridTemplateColumns",
9867
- "type": {
9868
- "text": "string"
9869
- },
10001
+ "kind": "method",
10002
+ "name": "headerCellItemTemplateChanged",
9870
10003
  "privacy": "private",
9871
- "default": "\"\"",
10004
+ "return": {
10005
+ "type": {
10006
+ "text": "void"
10007
+ }
10008
+ },
9872
10009
  "inheritedFrom": {
9873
10010
  "name": "DataGrid",
9874
10011
  "module": "src/data-grid/data-grid.ts"
@@ -9876,8 +10013,13 @@
9876
10013
  },
9877
10014
  {
9878
10015
  "kind": "field",
9879
- "name": "focusOnCell",
9880
- "privacy": "private",
10016
+ "name": "focusRowIndex",
10017
+ "type": {
10018
+ "text": "number"
10019
+ },
10020
+ "privacy": "public",
10021
+ "default": "0",
10022
+ "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
9881
10023
  "inheritedFrom": {
9882
10024
  "name": "DataGrid",
9883
10025
  "module": "src/data-grid/data-grid.ts"
@@ -9885,7 +10027,7 @@
9885
10027
  },
9886
10028
  {
9887
10029
  "kind": "method",
9888
- "name": "queueFocusUpdate",
10030
+ "name": "focusRowIndexChanged",
9889
10031
  "privacy": "private",
9890
10032
  "return": {
9891
10033
  "type": {
@@ -9898,14 +10040,14 @@
9898
10040
  }
9899
10041
  },
9900
10042
  {
9901
- "kind": "method",
9902
- "name": "updateFocus",
9903
- "privacy": "private",
9904
- "return": {
9905
- "type": {
9906
- "text": "void"
9907
- }
10043
+ "kind": "field",
10044
+ "name": "focusColumnIndex",
10045
+ "type": {
10046
+ "text": "number"
9908
10047
  },
10048
+ "privacy": "public",
10049
+ "default": "0",
10050
+ "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
9909
10051
  "inheritedFrom": {
9910
10052
  "name": "DataGrid",
9911
10053
  "module": "src/data-grid/data-grid.ts"
@@ -9913,7 +10055,7 @@
9913
10055
  },
9914
10056
  {
9915
10057
  "kind": "method",
9916
- "name": "toggleGeneratedHeader",
10058
+ "name": "focusColumnIndexChanged",
9917
10059
  "privacy": "private",
9918
10060
  "return": {
9919
10061
  "type": {
@@ -9927,8 +10069,12 @@
9927
10069
  },
9928
10070
  {
9929
10071
  "kind": "field",
9930
- "name": "onChildListChange",
9931
- "privacy": "private",
10072
+ "name": "rowElementTag",
10073
+ "type": {
10074
+ "text": "string"
10075
+ },
10076
+ "privacy": "public",
10077
+ "description": "Set by the component templates.",
9932
10078
  "inheritedFrom": {
9933
10079
  "name": "DataGrid",
9934
10080
  "module": "src/data-grid/data-grid.ts"
@@ -9936,7 +10082,10 @@
9936
10082
  },
9937
10083
  {
9938
10084
  "kind": "field",
9939
- "name": "queueRowIndexUpdate",
10085
+ "name": "rowsRepeatBehavior",
10086
+ "type": {
10087
+ "text": "RepeatBehavior | null"
10088
+ },
9940
10089
  "privacy": "private",
9941
10090
  "inheritedFrom": {
9942
10091
  "name": "DataGrid",
@@ -9945,8 +10094,12 @@
9945
10094
  },
9946
10095
  {
9947
10096
  "kind": "field",
9948
- "name": "updateRowIndexes",
10097
+ "name": "rowsPlaceholder",
10098
+ "type": {
10099
+ "text": "Node | null"
10100
+ },
9949
10101
  "privacy": "private",
10102
+ "default": "null",
9950
10103
  "inheritedFrom": {
9951
10104
  "name": "DataGrid",
9952
10105
  "module": "src/data-grid/data-grid.ts"
@@ -9954,340 +10107,171 @@
9954
10107
  },
9955
10108
  {
9956
10109
  "kind": "field",
9957
- "name": "_presentation",
10110
+ "name": "generatedHeader",
9958
10111
  "type": {
9959
- "text": "ComponentPresentation | null | undefined"
10112
+ "text": "DataGridRow | null"
9960
10113
  },
9961
10114
  "privacy": "private",
9962
- "default": "void 0",
9963
- "inheritedFrom": {
9964
- "name": "FoundationElement",
9965
- "module": "src/foundation-element/foundation-element.ts"
9966
- }
9967
- },
9968
- {
9969
- "kind": "field",
9970
- "name": "$presentation",
9971
- "type": {
9972
- "text": "ComponentPresentation | null"
9973
- },
9974
- "privacy": "public",
9975
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9976
- "inheritedFrom": {
9977
- "name": "FoundationElement",
9978
- "module": "src/foundation-element/foundation-element.ts"
9979
- }
9980
- },
9981
- {
9982
- "kind": "field",
9983
- "name": "template",
9984
- "type": {
9985
- "text": "ElementViewTemplate | void | null"
9986
- },
9987
- "privacy": "public",
9988
- "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.",
9989
- "inheritedFrom": {
9990
- "name": "FoundationElement",
9991
- "module": "src/foundation-element/foundation-element.ts"
9992
- }
9993
- },
9994
- {
9995
- "kind": "method",
9996
- "name": "templateChanged",
9997
- "privacy": "protected",
9998
- "return": {
9999
- "type": {
10000
- "text": "void"
10001
- }
10002
- },
10115
+ "default": "null",
10003
10116
  "inheritedFrom": {
10004
- "name": "FoundationElement",
10005
- "module": "src/foundation-element/foundation-element.ts"
10117
+ "name": "DataGrid",
10118
+ "module": "src/data-grid/data-grid.ts"
10006
10119
  }
10007
10120
  },
10008
10121
  {
10009
10122
  "kind": "field",
10010
- "name": "styles",
10123
+ "name": "isUpdatingFocus",
10011
10124
  "type": {
10012
- "text": "ElementStyles | void | null"
10013
- },
10014
- "privacy": "public",
10015
- "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.",
10016
- "inheritedFrom": {
10017
- "name": "FoundationElement",
10018
- "module": "src/foundation-element/foundation-element.ts"
10019
- }
10020
- },
10021
- {
10022
- "kind": "method",
10023
- "name": "stylesChanged",
10024
- "privacy": "protected",
10025
- "return": {
10026
- "type": {
10027
- "text": "void"
10028
- }
10029
- },
10030
- "inheritedFrom": {
10031
- "name": "FoundationElement",
10032
- "module": "src/foundation-element/foundation-element.ts"
10033
- }
10034
- },
10035
- {
10036
- "kind": "method",
10037
- "name": "compose",
10038
- "privacy": "public",
10039
- "static": true,
10040
- "return": {
10041
- "type": {
10042
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10043
- }
10125
+ "text": "boolean"
10044
10126
  },
10045
- "parameters": [
10046
- {
10047
- "name": "this",
10048
- "type": {
10049
- "text": "K"
10050
- }
10051
- },
10052
- {
10053
- "name": "elementDefinition",
10054
- "type": {
10055
- "text": "T"
10056
- },
10057
- "description": "The definition of the element to create the registry\nfunction for."
10058
- }
10059
- ],
10060
- "description": "Defines an element registry function with a set of element definition defaults.",
10061
- "inheritedFrom": {
10062
- "name": "FoundationElement",
10063
- "module": "src/foundation-element/foundation-element.ts"
10064
- }
10065
- }
10066
- ]
10067
- },
10068
- {
10069
- "kind": "variable",
10070
- "name": "foundationDataGridShadowOptions",
10071
- "type": {
10072
- "text": "ShadowRootInit"
10073
- },
10074
- "default": "undefined"
10075
- },
10076
- {
10077
- "kind": "variable",
10078
- "name": "defaultDataGridConfig",
10079
- "type": {
10080
- "text": "object"
10081
- },
10082
- "default": "{}"
10083
- },
10084
- {
10085
- "kind": "variable",
10086
- "name": "foundationDataGrid",
10087
- "description": "The Foundation Data Grid Element.",
10088
- "privacy": "public"
10089
- }
10090
- ],
10091
- "exports": [
10092
- {
10093
- "kind": "js",
10094
- "name": "DataGrid",
10095
- "declaration": {
10096
- "name": "DataGrid",
10097
- "module": "src/data-grid/data-grid.ts"
10098
- }
10099
- },
10100
- {
10101
- "kind": "js",
10102
- "name": "foundationDataGridShadowOptions",
10103
- "declaration": {
10104
- "name": "foundationDataGridShadowOptions",
10105
- "module": "src/data-grid/data-grid.ts"
10106
- }
10107
- },
10108
- {
10109
- "kind": "js",
10110
- "name": "defaultDataGridConfig",
10111
- "declaration": {
10112
- "name": "defaultDataGridConfig",
10113
- "module": "src/data-grid/data-grid.ts"
10114
- }
10115
- },
10116
- {
10117
- "kind": "js",
10118
- "name": "foundationDataGrid",
10119
- "declaration": {
10120
- "name": "foundationDataGrid",
10121
- "module": "src/data-grid/data-grid.ts"
10122
- }
10123
- }
10124
- ]
10125
- },
10126
- {
10127
- "kind": "javascript-module",
10128
- "path": "src/data-grid/index.ts",
10129
- "declarations": [],
10130
- "exports": [
10131
- {
10132
- "kind": "js",
10133
- "name": "*",
10134
- "declaration": {
10135
- "name": "*",
10136
- "package": "./data-grid.template"
10137
- }
10138
- },
10139
- {
10140
- "kind": "js",
10141
- "name": "*",
10142
- "declaration": {
10143
- "name": "*",
10144
- "package": "./data-grid.styles"
10145
- }
10146
- },
10147
- {
10148
- "kind": "js",
10149
- "name": "*",
10150
- "declaration": {
10151
- "name": "*",
10152
- "package": "./data-grid"
10153
- }
10154
- }
10155
- ]
10156
- },
10157
- {
10158
- "kind": "javascript-module",
10159
- "path": "src/connection-indicator/connection-indicator.styles.ts",
10160
- "declarations": [
10161
- {
10162
- "kind": "function",
10163
- "name": "foundationConnectionIndicatorStyles",
10164
- "return": {
10165
- "type": {
10166
- "text": "ElementStyles"
10167
- }
10168
- },
10169
- "parameters": [
10170
- {
10171
- "name": "context",
10172
- "type": {
10173
- "text": "ElementDefinitionContext"
10127
+ "privacy": "private",
10128
+ "default": "false",
10129
+ "inheritedFrom": {
10130
+ "name": "DataGrid",
10131
+ "module": "src/data-grid/data-grid.ts"
10174
10132
  }
10175
10133
  },
10176
10134
  {
10177
- "name": "definition",
10135
+ "kind": "field",
10136
+ "name": "pendingFocusUpdate",
10178
10137
  "type": {
10179
- "text": "FoundationElementDefinition"
10138
+ "text": "boolean"
10139
+ },
10140
+ "privacy": "private",
10141
+ "default": "false",
10142
+ "inheritedFrom": {
10143
+ "name": "DataGrid",
10144
+ "module": "src/data-grid/data-grid.ts"
10180
10145
  }
10181
- }
10182
- ]
10183
- }
10184
- ],
10185
- "exports": [
10186
- {
10187
- "kind": "js",
10188
- "name": "foundationConnectionIndicatorStyles",
10189
- "declaration": {
10190
- "name": "foundationConnectionIndicatorStyles",
10191
- "module": "src/connection-indicator/connection-indicator.styles.ts"
10192
- }
10193
- }
10194
- ]
10195
- },
10196
- {
10197
- "kind": "javascript-module",
10198
- "path": "src/connection-indicator/connection-indicator.template.ts",
10199
- "declarations": [
10200
- {
10201
- "kind": "variable",
10202
- "name": "foundationConnectionIndicatorTemplate",
10203
- "type": {
10204
- "text": "ViewTemplate"
10205
- },
10206
- "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
10207
- }
10208
- ],
10209
- "exports": [
10210
- {
10211
- "kind": "js",
10212
- "name": "foundationConnectionIndicatorTemplate",
10213
- "declaration": {
10214
- "name": "foundationConnectionIndicatorTemplate",
10215
- "module": "src/connection-indicator/connection-indicator.template.ts"
10216
- }
10217
- }
10218
- ]
10219
- },
10220
- {
10221
- "kind": "javascript-module",
10222
- "path": "src/connection-indicator/connection-indicator.ts",
10223
- "declarations": [
10224
- {
10225
- "kind": "class",
10226
- "description": "",
10227
- "name": "ConnectionIndicator",
10228
- "members": [
10146
+ },
10229
10147
  {
10230
10148
  "kind": "field",
10231
- "name": "connect",
10149
+ "name": "observer",
10232
10150
  "type": {
10233
- "text": "Connect"
10151
+ "text": "MutationObserver"
10152
+ },
10153
+ "privacy": "private",
10154
+ "inheritedFrom": {
10155
+ "name": "DataGrid",
10156
+ "module": "src/data-grid/data-grid.ts"
10234
10157
  }
10235
10158
  },
10236
10159
  {
10237
10160
  "kind": "field",
10238
- "name": "session",
10161
+ "name": "rowindexUpdateQueued",
10239
10162
  "type": {
10240
- "text": "Session"
10163
+ "text": "boolean"
10164
+ },
10165
+ "privacy": "private",
10166
+ "default": "false",
10167
+ "inheritedFrom": {
10168
+ "name": "DataGrid",
10169
+ "module": "src/data-grid/data-grid.ts"
10241
10170
  }
10242
10171
  },
10243
10172
  {
10244
10173
  "kind": "field",
10245
- "name": "showLabel",
10174
+ "name": "columnDefinitionsStale",
10246
10175
  "type": {
10247
10176
  "text": "boolean"
10248
10177
  },
10249
- "default": "false"
10178
+ "privacy": "private",
10179
+ "default": "true",
10180
+ "inheritedFrom": {
10181
+ "name": "DataGrid",
10182
+ "module": "src/data-grid/data-grid.ts"
10183
+ }
10250
10184
  },
10251
10185
  {
10252
10186
  "kind": "field",
10253
- "name": "label",
10187
+ "name": "generatedGridTemplateColumns",
10254
10188
  "type": {
10255
10189
  "text": "string"
10256
10190
  },
10257
- "default": "'disconnected'"
10191
+ "privacy": "private",
10192
+ "default": "\"\"",
10193
+ "inheritedFrom": {
10194
+ "name": "DataGrid",
10195
+ "module": "src/data-grid/data-grid.ts"
10196
+ }
10258
10197
  },
10259
10198
  {
10260
10199
  "kind": "field",
10261
- "name": "colour",
10262
- "type": {
10263
- "text": "'red' | 'green'"
10264
- },
10265
- "default": "'red'"
10200
+ "name": "focusOnCell",
10201
+ "privacy": "private",
10202
+ "inheritedFrom": {
10203
+ "name": "DataGrid",
10204
+ "module": "src/data-grid/data-grid.ts"
10205
+ }
10266
10206
  },
10267
10207
  {
10268
- "kind": "field",
10269
- "name": "subscription",
10270
- "type": {
10271
- "text": "Subscription"
10208
+ "kind": "method",
10209
+ "name": "queueFocusUpdate",
10210
+ "privacy": "private",
10211
+ "return": {
10212
+ "type": {
10213
+ "text": "void"
10214
+ }
10272
10215
  },
10273
- "privacy": "private"
10216
+ "inheritedFrom": {
10217
+ "name": "DataGrid",
10218
+ "module": "src/data-grid/data-grid.ts"
10219
+ }
10274
10220
  },
10275
10221
  {
10276
10222
  "kind": "method",
10277
- "name": "getLabel",
10223
+ "name": "updateFocus",
10224
+ "privacy": "private",
10278
10225
  "return": {
10279
10226
  "type": {
10280
- "text": "string"
10227
+ "text": "void"
10281
10228
  }
10282
10229
  },
10283
- "parameters": [
10284
- {
10285
- "name": "connected",
10286
- "type": {
10287
- "text": "boolean"
10288
- }
10230
+ "inheritedFrom": {
10231
+ "name": "DataGrid",
10232
+ "module": "src/data-grid/data-grid.ts"
10233
+ }
10234
+ },
10235
+ {
10236
+ "kind": "method",
10237
+ "name": "toggleGeneratedHeader",
10238
+ "privacy": "private",
10239
+ "return": {
10240
+ "type": {
10241
+ "text": "void"
10289
10242
  }
10290
- ]
10243
+ },
10244
+ "inheritedFrom": {
10245
+ "name": "DataGrid",
10246
+ "module": "src/data-grid/data-grid.ts"
10247
+ }
10248
+ },
10249
+ {
10250
+ "kind": "field",
10251
+ "name": "onChildListChange",
10252
+ "privacy": "private",
10253
+ "inheritedFrom": {
10254
+ "name": "DataGrid",
10255
+ "module": "src/data-grid/data-grid.ts"
10256
+ }
10257
+ },
10258
+ {
10259
+ "kind": "field",
10260
+ "name": "queueRowIndexUpdate",
10261
+ "privacy": "private",
10262
+ "inheritedFrom": {
10263
+ "name": "DataGrid",
10264
+ "module": "src/data-grid/data-grid.ts"
10265
+ }
10266
+ },
10267
+ {
10268
+ "kind": "field",
10269
+ "name": "updateRowIndexes",
10270
+ "privacy": "private",
10271
+ "inheritedFrom": {
10272
+ "name": "DataGrid",
10273
+ "module": "src/data-grid/data-grid.ts"
10274
+ }
10291
10275
  },
10292
10276
  {
10293
10277
  "kind": "field",
@@ -10400,53 +10384,69 @@
10400
10384
  "module": "src/foundation-element/foundation-element.ts"
10401
10385
  }
10402
10386
  }
10403
- ],
10404
- "attributes": [
10405
- {
10406
- "name": "show-label",
10407
- "type": {
10408
- "text": "boolean"
10409
- },
10410
- "default": "false",
10411
- "fieldName": "showLabel"
10412
- }
10413
- ],
10414
- "superclass": {
10415
- "name": "FoundationElement",
10416
- "package": "@microsoft/fast-foundation"
10387
+ ]
10388
+ },
10389
+ {
10390
+ "kind": "variable",
10391
+ "name": "foundationDataGridShadowOptions",
10392
+ "type": {
10393
+ "text": "ShadowRootInit"
10417
10394
  },
10418
- "tagName": "%%prefix%%-connection-indicator",
10419
- "customElement": true
10395
+ "default": "undefined"
10420
10396
  },
10421
10397
  {
10422
10398
  "kind": "variable",
10423
- "name": "foundationConnectionIndicator",
10424
- "description": "The Connection Indicator",
10399
+ "name": "defaultDataGridConfig",
10400
+ "type": {
10401
+ "text": "object"
10402
+ },
10403
+ "default": "{}"
10404
+ },
10405
+ {
10406
+ "kind": "variable",
10407
+ "name": "foundationDataGrid",
10408
+ "description": "The Foundation Data Grid Element.",
10425
10409
  "privacy": "public"
10426
10410
  }
10427
10411
  ],
10428
10412
  "exports": [
10429
10413
  {
10430
10414
  "kind": "js",
10431
- "name": "ConnectionIndicator",
10415
+ "name": "DataGrid",
10432
10416
  "declaration": {
10433
- "name": "ConnectionIndicator",
10434
- "module": "src/connection-indicator/connection-indicator.ts"
10417
+ "name": "DataGrid",
10418
+ "module": "src/data-grid/data-grid.ts"
10435
10419
  }
10436
10420
  },
10437
10421
  {
10438
10422
  "kind": "js",
10439
- "name": "foundationConnectionIndicator",
10423
+ "name": "foundationDataGridShadowOptions",
10440
10424
  "declaration": {
10441
- "name": "foundationConnectionIndicator",
10442
- "module": "src/connection-indicator/connection-indicator.ts"
10425
+ "name": "foundationDataGridShadowOptions",
10426
+ "module": "src/data-grid/data-grid.ts"
10427
+ }
10428
+ },
10429
+ {
10430
+ "kind": "js",
10431
+ "name": "defaultDataGridConfig",
10432
+ "declaration": {
10433
+ "name": "defaultDataGridConfig",
10434
+ "module": "src/data-grid/data-grid.ts"
10435
+ }
10436
+ },
10437
+ {
10438
+ "kind": "js",
10439
+ "name": "foundationDataGrid",
10440
+ "declaration": {
10441
+ "name": "foundationDataGrid",
10442
+ "module": "src/data-grid/data-grid.ts"
10443
10443
  }
10444
10444
  }
10445
10445
  ]
10446
10446
  },
10447
10447
  {
10448
10448
  "kind": "javascript-module",
10449
- "path": "src/connection-indicator/index.ts",
10449
+ "path": "src/data-grid/index.ts",
10450
10450
  "declarations": [],
10451
10451
  "exports": [
10452
10452
  {
@@ -10454,7 +10454,7 @@
10454
10454
  "name": "*",
10455
10455
  "declaration": {
10456
10456
  "name": "*",
10457
- "package": "./connection-indicator"
10457
+ "package": "./data-grid.template"
10458
10458
  }
10459
10459
  },
10460
10460
  {
@@ -10462,7 +10462,7 @@
10462
10462
  "name": "*",
10463
10463
  "declaration": {
10464
10464
  "name": "*",
10465
- "package": "./connection-indicator.styles"
10465
+ "package": "./data-grid.styles"
10466
10466
  }
10467
10467
  },
10468
10468
  {
@@ -10470,7 +10470,7 @@
10470
10470
  "name": "*",
10471
10471
  "declaration": {
10472
10472
  "name": "*",
10473
- "package": "./connection-indicator.template"
10473
+ "package": "./data-grid"
10474
10474
  }
10475
10475
  }
10476
10476
  ]