@genesislcap/foundation-ui 14.190.0 → 14.191.1

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