@genesislcap/foundation-ui 14.225.3 → 14.225.4-alpha-5f6eefd.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 +693 -693
- package/dist/dts/base-components.d.ts +2 -2
- package/dist/dts/patterns/define.d.ts.map +1 -1
- package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts +2 -2
- package/dist/dts/utils/base-datasource.d.ts +45 -29
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/error-boundary/error-boundary.js +1 -1
- package/dist/esm/file-upload/file-upload.js +2 -2
- package/dist/esm/notification-listener/notification-listener.js +1 -1
- package/dist/esm/options-datasource/multiselect-datasource.js +1 -1
- package/dist/esm/options-datasource/options-datasource.js +1 -1
- package/dist/esm/utils/base-datasource.js +2 -2
- package/package.json +17 -17
|
@@ -18411,149 +18411,193 @@
|
|
|
18411
18411
|
},
|
|
18412
18412
|
{
|
|
18413
18413
|
"kind": "javascript-module",
|
|
18414
|
-
"path": "src/
|
|
18414
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
18415
18415
|
"declarations": [
|
|
18416
18416
|
{
|
|
18417
|
-
"kind": "
|
|
18418
|
-
"name": "
|
|
18419
|
-
"
|
|
18420
|
-
"
|
|
18421
|
-
|
|
18422
|
-
|
|
18423
|
-
},
|
|
18424
|
-
{
|
|
18425
|
-
"kind": "variable",
|
|
18426
|
-
"name": "foundationFlyoutStyles",
|
|
18427
|
-
"type": {
|
|
18428
|
-
"text": "ElementStyles"
|
|
18417
|
+
"kind": "function",
|
|
18418
|
+
"name": "foundationFlipperStyles",
|
|
18419
|
+
"return": {
|
|
18420
|
+
"type": {
|
|
18421
|
+
"text": "ElementStyles"
|
|
18422
|
+
}
|
|
18429
18423
|
},
|
|
18430
|
-
"
|
|
18424
|
+
"parameters": [
|
|
18425
|
+
{
|
|
18426
|
+
"name": "context",
|
|
18427
|
+
"type": {
|
|
18428
|
+
"text": "ElementDefinitionContext"
|
|
18429
|
+
}
|
|
18430
|
+
},
|
|
18431
|
+
{
|
|
18432
|
+
"name": "definition",
|
|
18433
|
+
"type": {
|
|
18434
|
+
"text": "FlipperOptions"
|
|
18435
|
+
}
|
|
18436
|
+
}
|
|
18437
|
+
]
|
|
18431
18438
|
}
|
|
18432
18439
|
],
|
|
18433
18440
|
"exports": [
|
|
18434
18441
|
{
|
|
18435
18442
|
"kind": "js",
|
|
18436
|
-
"name": "
|
|
18437
|
-
"declaration": {
|
|
18438
|
-
"name": "flyoutAnimationTime",
|
|
18439
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
18440
|
-
}
|
|
18441
|
-
},
|
|
18442
|
-
{
|
|
18443
|
-
"kind": "js",
|
|
18444
|
-
"name": "foundationFlyoutStyles",
|
|
18443
|
+
"name": "foundationFlipperStyles",
|
|
18445
18444
|
"declaration": {
|
|
18446
|
-
"name": "
|
|
18447
|
-
"module": "src/
|
|
18445
|
+
"name": "foundationFlipperStyles",
|
|
18446
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18448
18447
|
}
|
|
18449
18448
|
}
|
|
18450
18449
|
]
|
|
18451
18450
|
},
|
|
18452
18451
|
{
|
|
18453
18452
|
"kind": "javascript-module",
|
|
18454
|
-
"path": "src/
|
|
18453
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18455
18454
|
"declarations": [
|
|
18456
18455
|
{
|
|
18457
18456
|
"kind": "function",
|
|
18458
|
-
"name": "
|
|
18457
|
+
"name": "foundationFlipperTemplate",
|
|
18458
|
+
"return": {
|
|
18459
|
+
"type": {
|
|
18460
|
+
"text": "ViewTemplate<Flipper>"
|
|
18461
|
+
}
|
|
18462
|
+
},
|
|
18459
18463
|
"parameters": [
|
|
18460
18464
|
{
|
|
18461
|
-
"name": "
|
|
18465
|
+
"name": "context",
|
|
18462
18466
|
"type": {
|
|
18463
|
-
"text": "
|
|
18467
|
+
"text": "ElementDefinitionContext"
|
|
18468
|
+
}
|
|
18469
|
+
},
|
|
18470
|
+
{
|
|
18471
|
+
"name": "definition",
|
|
18472
|
+
"type": {
|
|
18473
|
+
"text": "FlipperOptions"
|
|
18464
18474
|
}
|
|
18465
18475
|
}
|
|
18466
18476
|
]
|
|
18467
|
-
},
|
|
18468
|
-
{
|
|
18469
|
-
"kind": "variable",
|
|
18470
|
-
"name": "foundationFlyoutTemplate",
|
|
18471
|
-
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18472
18477
|
}
|
|
18473
18478
|
],
|
|
18474
18479
|
"exports": [
|
|
18475
18480
|
{
|
|
18476
18481
|
"kind": "js",
|
|
18477
|
-
"name": "
|
|
18478
|
-
"declaration": {
|
|
18479
|
-
"name": "getPrefixedFlyout",
|
|
18480
|
-
"module": "src/flyout/flyout.template.ts"
|
|
18481
|
-
}
|
|
18482
|
-
},
|
|
18483
|
-
{
|
|
18484
|
-
"kind": "js",
|
|
18485
|
-
"name": "foundationFlyoutTemplate",
|
|
18482
|
+
"name": "foundationFlipperTemplate",
|
|
18486
18483
|
"declaration": {
|
|
18487
|
-
"name": "
|
|
18488
|
-
"module": "src/
|
|
18484
|
+
"name": "foundationFlipperTemplate",
|
|
18485
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18489
18486
|
}
|
|
18490
18487
|
}
|
|
18491
18488
|
]
|
|
18492
18489
|
},
|
|
18493
18490
|
{
|
|
18494
18491
|
"kind": "javascript-module",
|
|
18495
|
-
"path": "src/
|
|
18492
|
+
"path": "src/flipper/flipper.ts",
|
|
18496
18493
|
"declarations": [
|
|
18497
18494
|
{
|
|
18498
18495
|
"kind": "class",
|
|
18499
18496
|
"description": "",
|
|
18500
|
-
"name": "
|
|
18501
|
-
"
|
|
18497
|
+
"name": "Flipper",
|
|
18498
|
+
"superclass": {
|
|
18499
|
+
"name": "FASTFlipper",
|
|
18500
|
+
"package": "@microsoft/fast-components"
|
|
18501
|
+
},
|
|
18502
|
+
"tagName": "%%prefix%%-flipper",
|
|
18503
|
+
"customElement": true,
|
|
18504
|
+
"attributes": [
|
|
18502
18505
|
{
|
|
18503
|
-
"kind": "field",
|
|
18504
|
-
"name": "exit",
|
|
18505
18506
|
"type": {
|
|
18506
|
-
"text": "
|
|
18507
|
+
"text": "boolean"
|
|
18507
18508
|
},
|
|
18508
|
-
"
|
|
18509
|
+
"description": "The disabled state of the flipper.",
|
|
18510
|
+
"fieldName": "disabled",
|
|
18511
|
+
"inheritedFrom": {
|
|
18512
|
+
"name": "Flipper",
|
|
18513
|
+
"module": "src/flipper/flipper.ts"
|
|
18514
|
+
}
|
|
18509
18515
|
},
|
|
18510
18516
|
{
|
|
18511
|
-
"
|
|
18512
|
-
"name": "position",
|
|
18517
|
+
"name": "aria-hidden",
|
|
18513
18518
|
"type": {
|
|
18514
|
-
"text": "
|
|
18519
|
+
"text": "boolean"
|
|
18515
18520
|
},
|
|
18516
|
-
"default": "
|
|
18521
|
+
"default": "true",
|
|
18522
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18523
|
+
"fieldName": "hiddenFromAT",
|
|
18524
|
+
"inheritedFrom": {
|
|
18525
|
+
"name": "Flipper",
|
|
18526
|
+
"module": "src/flipper/flipper.ts"
|
|
18527
|
+
}
|
|
18517
18528
|
},
|
|
18518
18529
|
{
|
|
18519
|
-
"
|
|
18520
|
-
"name": "displayHeader",
|
|
18530
|
+
"name": "direction",
|
|
18521
18531
|
"type": {
|
|
18522
|
-
"text": "
|
|
18532
|
+
"text": "FlipperDirection"
|
|
18523
18533
|
},
|
|
18524
|
-
"
|
|
18525
|
-
|
|
18534
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18535
|
+
"fieldName": "direction",
|
|
18536
|
+
"inheritedFrom": {
|
|
18537
|
+
"name": "Flipper",
|
|
18538
|
+
"module": "src/flipper/flipper.ts"
|
|
18539
|
+
}
|
|
18540
|
+
}
|
|
18541
|
+
],
|
|
18542
|
+
"members": [
|
|
18526
18543
|
{
|
|
18527
18544
|
"kind": "field",
|
|
18528
|
-
"name": "
|
|
18545
|
+
"name": "disabled",
|
|
18529
18546
|
"type": {
|
|
18530
18547
|
"text": "boolean"
|
|
18531
18548
|
},
|
|
18532
|
-
"
|
|
18533
|
-
|
|
18534
|
-
|
|
18535
|
-
|
|
18536
|
-
|
|
18549
|
+
"privacy": "public",
|
|
18550
|
+
"description": "The disabled state of the flipper.",
|
|
18551
|
+
"inheritedFrom": {
|
|
18552
|
+
"name": "Flipper",
|
|
18553
|
+
"module": "src/flipper/flipper.ts"
|
|
18554
|
+
}
|
|
18537
18555
|
},
|
|
18538
18556
|
{
|
|
18539
18557
|
"kind": "field",
|
|
18540
|
-
"name": "
|
|
18558
|
+
"name": "hiddenFromAT",
|
|
18541
18559
|
"type": {
|
|
18542
18560
|
"text": "boolean"
|
|
18543
18561
|
},
|
|
18544
|
-
"
|
|
18545
|
-
|
|
18546
|
-
|
|
18547
|
-
"
|
|
18548
|
-
|
|
18562
|
+
"privacy": "public",
|
|
18563
|
+
"default": "true",
|
|
18564
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18565
|
+
"inheritedFrom": {
|
|
18566
|
+
"name": "Flipper",
|
|
18567
|
+
"module": "src/flipper/flipper.ts"
|
|
18568
|
+
}
|
|
18549
18569
|
},
|
|
18550
18570
|
{
|
|
18551
|
-
"kind": "
|
|
18552
|
-
"name": "
|
|
18571
|
+
"kind": "field",
|
|
18572
|
+
"name": "direction",
|
|
18573
|
+
"type": {
|
|
18574
|
+
"text": "FlipperDirection"
|
|
18575
|
+
},
|
|
18576
|
+
"privacy": "public",
|
|
18577
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18578
|
+
"inheritedFrom": {
|
|
18579
|
+
"name": "Flipper",
|
|
18580
|
+
"module": "src/flipper/flipper.ts"
|
|
18581
|
+
}
|
|
18553
18582
|
},
|
|
18554
18583
|
{
|
|
18555
18584
|
"kind": "method",
|
|
18556
|
-
"name": "
|
|
18585
|
+
"name": "keyupHandler",
|
|
18586
|
+
"privacy": "public",
|
|
18587
|
+
"parameters": [
|
|
18588
|
+
{
|
|
18589
|
+
"name": "e",
|
|
18590
|
+
"type": {
|
|
18591
|
+
"text": "Event & KeyboardEvent"
|
|
18592
|
+
},
|
|
18593
|
+
"description": "Keyboard event"
|
|
18594
|
+
}
|
|
18595
|
+
],
|
|
18596
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18597
|
+
"inheritedFrom": {
|
|
18598
|
+
"name": "Flipper",
|
|
18599
|
+
"module": "src/flipper/flipper.ts"
|
|
18600
|
+
}
|
|
18557
18601
|
},
|
|
18558
18602
|
{
|
|
18559
18603
|
"kind": "field",
|
|
@@ -18667,47 +18711,20 @@
|
|
|
18667
18711
|
}
|
|
18668
18712
|
}
|
|
18669
18713
|
],
|
|
18670
|
-
"
|
|
18671
|
-
{
|
|
18672
|
-
"name": "position",
|
|
18673
|
-
"type": {
|
|
18674
|
-
"text": "string"
|
|
18675
|
-
},
|
|
18676
|
-
"default": "'right'",
|
|
18677
|
-
"fieldName": "position"
|
|
18678
|
-
},
|
|
18679
|
-
{
|
|
18680
|
-
"type": {
|
|
18681
|
-
"text": "boolean"
|
|
18682
|
-
},
|
|
18683
|
-
"default": "true",
|
|
18684
|
-
"fieldName": "displayHeader"
|
|
18685
|
-
},
|
|
18686
|
-
{
|
|
18687
|
-
"type": {
|
|
18688
|
-
"text": "boolean"
|
|
18689
|
-
},
|
|
18690
|
-
"default": "true",
|
|
18691
|
-
"fieldName": "closed"
|
|
18692
|
-
},
|
|
18714
|
+
"events": [
|
|
18693
18715
|
{
|
|
18694
|
-
"
|
|
18695
|
-
|
|
18696
|
-
|
|
18697
|
-
|
|
18698
|
-
|
|
18716
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18717
|
+
"name": "click",
|
|
18718
|
+
"inheritedFrom": {
|
|
18719
|
+
"name": "Flipper",
|
|
18720
|
+
"module": "src/flipper/flipper.ts"
|
|
18721
|
+
}
|
|
18699
18722
|
}
|
|
18700
|
-
]
|
|
18701
|
-
"superclass": {
|
|
18702
|
-
"name": "FoundationElement",
|
|
18703
|
-
"package": "@microsoft/fast-foundation"
|
|
18704
|
-
},
|
|
18705
|
-
"tagName": "%%prefix%%-flyout",
|
|
18706
|
-
"customElement": true
|
|
18723
|
+
]
|
|
18707
18724
|
},
|
|
18708
18725
|
{
|
|
18709
18726
|
"kind": "variable",
|
|
18710
|
-
"name": "
|
|
18727
|
+
"name": "foundationFlipperShadowOptions",
|
|
18711
18728
|
"type": {
|
|
18712
18729
|
"text": "ShadowRootInit"
|
|
18713
18730
|
},
|
|
@@ -18715,57 +18732,57 @@
|
|
|
18715
18732
|
},
|
|
18716
18733
|
{
|
|
18717
18734
|
"kind": "variable",
|
|
18718
|
-
"name": "
|
|
18735
|
+
"name": "defaultFlipperConfig",
|
|
18719
18736
|
"type": {
|
|
18720
18737
|
"text": "object"
|
|
18721
18738
|
},
|
|
18722
|
-
"default": "{}"
|
|
18739
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18723
18740
|
},
|
|
18724
18741
|
{
|
|
18725
18742
|
"kind": "variable",
|
|
18726
|
-
"name": "
|
|
18727
|
-
"description": "The Foundation
|
|
18743
|
+
"name": "foundationFlipper",
|
|
18744
|
+
"description": "The Foundation Flipper",
|
|
18728
18745
|
"privacy": "public"
|
|
18729
18746
|
}
|
|
18730
18747
|
],
|
|
18731
18748
|
"exports": [
|
|
18732
18749
|
{
|
|
18733
18750
|
"kind": "js",
|
|
18734
|
-
"name": "
|
|
18751
|
+
"name": "Flipper",
|
|
18735
18752
|
"declaration": {
|
|
18736
|
-
"name": "
|
|
18737
|
-
"module": "src/
|
|
18753
|
+
"name": "Flipper",
|
|
18754
|
+
"module": "src/flipper/flipper.ts"
|
|
18738
18755
|
}
|
|
18739
18756
|
},
|
|
18740
18757
|
{
|
|
18741
18758
|
"kind": "js",
|
|
18742
|
-
"name": "
|
|
18759
|
+
"name": "foundationFlipperShadowOptions",
|
|
18743
18760
|
"declaration": {
|
|
18744
|
-
"name": "
|
|
18745
|
-
"module": "src/
|
|
18761
|
+
"name": "foundationFlipperShadowOptions",
|
|
18762
|
+
"module": "src/flipper/flipper.ts"
|
|
18746
18763
|
}
|
|
18747
18764
|
},
|
|
18748
18765
|
{
|
|
18749
18766
|
"kind": "js",
|
|
18750
|
-
"name": "
|
|
18767
|
+
"name": "defaultFlipperConfig",
|
|
18751
18768
|
"declaration": {
|
|
18752
|
-
"name": "
|
|
18753
|
-
"module": "src/
|
|
18769
|
+
"name": "defaultFlipperConfig",
|
|
18770
|
+
"module": "src/flipper/flipper.ts"
|
|
18754
18771
|
}
|
|
18755
18772
|
},
|
|
18756
18773
|
{
|
|
18757
18774
|
"kind": "js",
|
|
18758
|
-
"name": "
|
|
18775
|
+
"name": "foundationFlipper",
|
|
18759
18776
|
"declaration": {
|
|
18760
|
-
"name": "
|
|
18761
|
-
"module": "src/
|
|
18777
|
+
"name": "foundationFlipper",
|
|
18778
|
+
"module": "src/flipper/flipper.ts"
|
|
18762
18779
|
}
|
|
18763
18780
|
}
|
|
18764
18781
|
]
|
|
18765
18782
|
},
|
|
18766
18783
|
{
|
|
18767
18784
|
"kind": "javascript-module",
|
|
18768
|
-
"path": "src/
|
|
18785
|
+
"path": "src/flipper/index.ts",
|
|
18769
18786
|
"declarations": [],
|
|
18770
18787
|
"exports": [
|
|
18771
18788
|
{
|
|
@@ -18773,7 +18790,7 @@
|
|
|
18773
18790
|
"name": "*",
|
|
18774
18791
|
"declaration": {
|
|
18775
18792
|
"name": "*",
|
|
18776
|
-
"package": "./
|
|
18793
|
+
"package": "./flipper.template"
|
|
18777
18794
|
}
|
|
18778
18795
|
},
|
|
18779
18796
|
{
|
|
@@ -18781,7 +18798,7 @@
|
|
|
18781
18798
|
"name": "*",
|
|
18782
18799
|
"declaration": {
|
|
18783
18800
|
"name": "*",
|
|
18784
|
-
"package": "./
|
|
18801
|
+
"package": "./flipper.styles"
|
|
18785
18802
|
}
|
|
18786
18803
|
},
|
|
18787
18804
|
{
|
|
@@ -18789,212 +18806,156 @@
|
|
|
18789
18806
|
"name": "*",
|
|
18790
18807
|
"declaration": {
|
|
18791
18808
|
"name": "*",
|
|
18792
|
-
"package": "./
|
|
18809
|
+
"package": "./flipper"
|
|
18793
18810
|
}
|
|
18794
18811
|
}
|
|
18795
18812
|
]
|
|
18796
18813
|
},
|
|
18797
18814
|
{
|
|
18798
18815
|
"kind": "javascript-module",
|
|
18799
|
-
"path": "src/
|
|
18816
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
18800
18817
|
"declarations": [
|
|
18801
18818
|
{
|
|
18802
18819
|
"kind": "variable",
|
|
18803
|
-
"name": "
|
|
18820
|
+
"name": "flyoutAnimationTime",
|
|
18821
|
+
"type": {
|
|
18822
|
+
"text": "number"
|
|
18823
|
+
},
|
|
18824
|
+
"default": "225"
|
|
18825
|
+
},
|
|
18826
|
+
{
|
|
18827
|
+
"kind": "variable",
|
|
18828
|
+
"name": "foundationFlyoutStyles",
|
|
18804
18829
|
"type": {
|
|
18805
18830
|
"text": "ElementStyles"
|
|
18806
18831
|
},
|
|
18807
|
-
"default": "css`\n
|
|
18832
|
+
"default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
|
|
18808
18833
|
}
|
|
18809
18834
|
],
|
|
18810
18835
|
"exports": [
|
|
18811
18836
|
{
|
|
18812
18837
|
"kind": "js",
|
|
18813
|
-
"name": "
|
|
18838
|
+
"name": "flyoutAnimationTime",
|
|
18814
18839
|
"declaration": {
|
|
18815
|
-
"name": "
|
|
18816
|
-
"module": "src/
|
|
18840
|
+
"name": "flyoutAnimationTime",
|
|
18841
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18842
|
+
}
|
|
18843
|
+
},
|
|
18844
|
+
{
|
|
18845
|
+
"kind": "js",
|
|
18846
|
+
"name": "foundationFlyoutStyles",
|
|
18847
|
+
"declaration": {
|
|
18848
|
+
"name": "foundationFlyoutStyles",
|
|
18849
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18817
18850
|
}
|
|
18818
18851
|
}
|
|
18819
18852
|
]
|
|
18820
18853
|
},
|
|
18821
18854
|
{
|
|
18822
18855
|
"kind": "javascript-module",
|
|
18823
|
-
"path": "src/
|
|
18856
|
+
"path": "src/flyout/flyout.template.ts",
|
|
18824
18857
|
"declarations": [
|
|
18858
|
+
{
|
|
18859
|
+
"kind": "function",
|
|
18860
|
+
"name": "getPrefixedFlyout",
|
|
18861
|
+
"parameters": [
|
|
18862
|
+
{
|
|
18863
|
+
"name": "prefix",
|
|
18864
|
+
"type": {
|
|
18865
|
+
"text": "string"
|
|
18866
|
+
}
|
|
18867
|
+
}
|
|
18868
|
+
]
|
|
18869
|
+
},
|
|
18825
18870
|
{
|
|
18826
18871
|
"kind": "variable",
|
|
18827
|
-
"name": "
|
|
18828
|
-
"
|
|
18829
|
-
"text": "ViewTemplate<GridLayout>"
|
|
18830
|
-
},
|
|
18831
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18872
|
+
"name": "foundationFlyoutTemplate",
|
|
18873
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18832
18874
|
}
|
|
18833
18875
|
],
|
|
18834
18876
|
"exports": [
|
|
18835
18877
|
{
|
|
18836
18878
|
"kind": "js",
|
|
18837
|
-
"name": "
|
|
18879
|
+
"name": "getPrefixedFlyout",
|
|
18838
18880
|
"declaration": {
|
|
18839
|
-
"name": "
|
|
18840
|
-
"module": "src/
|
|
18881
|
+
"name": "getPrefixedFlyout",
|
|
18882
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18883
|
+
}
|
|
18884
|
+
},
|
|
18885
|
+
{
|
|
18886
|
+
"kind": "js",
|
|
18887
|
+
"name": "foundationFlyoutTemplate",
|
|
18888
|
+
"declaration": {
|
|
18889
|
+
"name": "foundationFlyoutTemplate",
|
|
18890
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18841
18891
|
}
|
|
18842
18892
|
}
|
|
18843
18893
|
]
|
|
18844
18894
|
},
|
|
18845
18895
|
{
|
|
18846
18896
|
"kind": "javascript-module",
|
|
18847
|
-
"path": "src/
|
|
18897
|
+
"path": "src/flyout/flyout.ts",
|
|
18848
18898
|
"declarations": [
|
|
18849
|
-
{
|
|
18850
|
-
"kind": "variable",
|
|
18851
|
-
"name": "foundationGridLayoutShadowOptions",
|
|
18852
|
-
"type": {
|
|
18853
|
-
"text": "ShadowRootInit"
|
|
18854
|
-
},
|
|
18855
|
-
"default": "undefined"
|
|
18856
|
-
},
|
|
18857
|
-
{
|
|
18858
|
-
"kind": "variable",
|
|
18859
|
-
"name": "defaultGridLayoutConfig",
|
|
18860
|
-
"type": {
|
|
18861
|
-
"text": "object"
|
|
18862
|
-
},
|
|
18863
|
-
"default": "{}"
|
|
18864
|
-
},
|
|
18865
18899
|
{
|
|
18866
18900
|
"kind": "class",
|
|
18867
18901
|
"description": "",
|
|
18868
|
-
"name": "
|
|
18902
|
+
"name": "Flyout",
|
|
18869
18903
|
"members": [
|
|
18870
18904
|
{
|
|
18871
18905
|
"kind": "field",
|
|
18872
|
-
"name": "
|
|
18873
|
-
"type": {
|
|
18874
|
-
"text": "string"
|
|
18875
|
-
}
|
|
18876
|
-
},
|
|
18877
|
-
{
|
|
18878
|
-
"kind": "field",
|
|
18879
|
-
"name": "['col-width']",
|
|
18880
|
-
"type": {
|
|
18881
|
-
"text": "string"
|
|
18882
|
-
}
|
|
18883
|
-
},
|
|
18884
|
-
{
|
|
18885
|
-
"kind": "field",
|
|
18886
|
-
"name": "['col-lg-count']",
|
|
18887
|
-
"type": {
|
|
18888
|
-
"text": "string"
|
|
18889
|
-
}
|
|
18890
|
-
},
|
|
18891
|
-
{
|
|
18892
|
-
"kind": "field",
|
|
18893
|
-
"name": "['col-lg-width']",
|
|
18894
|
-
"type": {
|
|
18895
|
-
"text": "string"
|
|
18896
|
-
}
|
|
18897
|
-
},
|
|
18898
|
-
{
|
|
18899
|
-
"kind": "field",
|
|
18900
|
-
"name": "['col-md-count']",
|
|
18901
|
-
"type": {
|
|
18902
|
-
"text": "string"
|
|
18903
|
-
}
|
|
18904
|
-
},
|
|
18905
|
-
{
|
|
18906
|
-
"kind": "field",
|
|
18907
|
-
"name": "['col-md-width']",
|
|
18908
|
-
"type": {
|
|
18909
|
-
"text": "string"
|
|
18910
|
-
}
|
|
18911
|
-
},
|
|
18912
|
-
{
|
|
18913
|
-
"kind": "field",
|
|
18914
|
-
"name": "['col-sm-count']",
|
|
18915
|
-
"type": {
|
|
18916
|
-
"text": "string"
|
|
18917
|
-
}
|
|
18918
|
-
},
|
|
18919
|
-
{
|
|
18920
|
-
"kind": "field",
|
|
18921
|
-
"name": "['col-sm-width']",
|
|
18922
|
-
"type": {
|
|
18923
|
-
"text": "string"
|
|
18924
|
-
}
|
|
18925
|
-
},
|
|
18926
|
-
{
|
|
18927
|
-
"kind": "field",
|
|
18928
|
-
"name": "['row-count']",
|
|
18929
|
-
"type": {
|
|
18930
|
-
"text": "string"
|
|
18931
|
-
}
|
|
18932
|
-
},
|
|
18933
|
-
{
|
|
18934
|
-
"kind": "field",
|
|
18935
|
-
"name": "['row-height']",
|
|
18906
|
+
"name": "exit",
|
|
18936
18907
|
"type": {
|
|
18937
|
-
"text": "
|
|
18938
|
-
}
|
|
18908
|
+
"text": "HTMLDivElement"
|
|
18909
|
+
},
|
|
18910
|
+
"privacy": "public"
|
|
18939
18911
|
},
|
|
18940
18912
|
{
|
|
18941
18913
|
"kind": "field",
|
|
18942
|
-
"name": "
|
|
18914
|
+
"name": "position",
|
|
18943
18915
|
"type": {
|
|
18944
18916
|
"text": "string"
|
|
18945
|
-
}
|
|
18917
|
+
},
|
|
18918
|
+
"default": "'right'"
|
|
18946
18919
|
},
|
|
18947
18920
|
{
|
|
18948
18921
|
"kind": "field",
|
|
18949
|
-
"name": "
|
|
18922
|
+
"name": "displayHeader",
|
|
18950
18923
|
"type": {
|
|
18951
|
-
"text": "
|
|
18952
|
-
}
|
|
18924
|
+
"text": "boolean"
|
|
18925
|
+
},
|
|
18926
|
+
"default": "true"
|
|
18953
18927
|
},
|
|
18954
18928
|
{
|
|
18955
18929
|
"kind": "field",
|
|
18956
|
-
"name": "
|
|
18930
|
+
"name": "closed",
|
|
18957
18931
|
"type": {
|
|
18958
|
-
"text": "
|
|
18959
|
-
}
|
|
18932
|
+
"text": "boolean"
|
|
18933
|
+
},
|
|
18934
|
+
"default": "true"
|
|
18960
18935
|
},
|
|
18961
18936
|
{
|
|
18962
|
-
"kind": "
|
|
18963
|
-
"name": "
|
|
18964
|
-
"type": {
|
|
18965
|
-
"text": "string"
|
|
18966
|
-
}
|
|
18937
|
+
"kind": "method",
|
|
18938
|
+
"name": "closedChanged"
|
|
18967
18939
|
},
|
|
18968
18940
|
{
|
|
18969
18941
|
"kind": "field",
|
|
18970
|
-
"name": "
|
|
18942
|
+
"name": "visuallyhidden",
|
|
18971
18943
|
"type": {
|
|
18972
|
-
"text": "
|
|
18973
|
-
}
|
|
18944
|
+
"text": "boolean"
|
|
18945
|
+
},
|
|
18946
|
+
"default": "true"
|
|
18974
18947
|
},
|
|
18975
18948
|
{
|
|
18976
|
-
"kind": "
|
|
18977
|
-
"name": "
|
|
18978
|
-
"type": {
|
|
18979
|
-
"text": "string"
|
|
18980
|
-
}
|
|
18949
|
+
"kind": "method",
|
|
18950
|
+
"name": "closeFlyout"
|
|
18981
18951
|
},
|
|
18982
18952
|
{
|
|
18983
|
-
"kind": "
|
|
18984
|
-
"name": "
|
|
18985
|
-
"type": {
|
|
18986
|
-
"text": "Behavior[]"
|
|
18987
|
-
},
|
|
18988
|
-
"privacy": "private",
|
|
18989
|
-
"default": "[]"
|
|
18953
|
+
"kind": "method",
|
|
18954
|
+
"name": "closingFinished"
|
|
18990
18955
|
},
|
|
18991
18956
|
{
|
|
18992
|
-
"kind": "
|
|
18993
|
-
"name": "
|
|
18994
|
-
"type": {
|
|
18995
|
-
"text": "ElementStyles"
|
|
18996
|
-
},
|
|
18997
|
-
"privacy": "private"
|
|
18957
|
+
"kind": "method",
|
|
18958
|
+
"name": "focusExit"
|
|
18998
18959
|
},
|
|
18999
18960
|
{
|
|
19000
18961
|
"kind": "field",
|
|
@@ -19110,176 +19071,103 @@
|
|
|
19110
19071
|
],
|
|
19111
19072
|
"attributes": [
|
|
19112
19073
|
{
|
|
19113
|
-
"name": "
|
|
19074
|
+
"name": "position",
|
|
19114
19075
|
"type": {
|
|
19115
19076
|
"text": "string"
|
|
19116
19077
|
},
|
|
19117
|
-
"
|
|
19078
|
+
"default": "'right'",
|
|
19079
|
+
"fieldName": "position"
|
|
19118
19080
|
},
|
|
19119
19081
|
{
|
|
19120
|
-
"name": "['col-width']",
|
|
19121
19082
|
"type": {
|
|
19122
|
-
"text": "
|
|
19083
|
+
"text": "boolean"
|
|
19123
19084
|
},
|
|
19124
|
-
"
|
|
19085
|
+
"default": "true",
|
|
19086
|
+
"fieldName": "displayHeader"
|
|
19125
19087
|
},
|
|
19126
19088
|
{
|
|
19127
|
-
"name": "['col-lg-count']",
|
|
19128
19089
|
"type": {
|
|
19129
|
-
"text": "
|
|
19090
|
+
"text": "boolean"
|
|
19130
19091
|
},
|
|
19131
|
-
"
|
|
19092
|
+
"default": "true",
|
|
19093
|
+
"fieldName": "closed"
|
|
19132
19094
|
},
|
|
19133
19095
|
{
|
|
19134
|
-
"name": "['col-lg-width']",
|
|
19135
19096
|
"type": {
|
|
19136
|
-
"text": "
|
|
19097
|
+
"text": "boolean"
|
|
19137
19098
|
},
|
|
19138
|
-
"
|
|
19139
|
-
|
|
19140
|
-
{
|
|
19141
|
-
"name": "['col-md-count']",
|
|
19142
|
-
"type": {
|
|
19143
|
-
"text": "string"
|
|
19144
|
-
},
|
|
19145
|
-
"fieldName": "['col-md-count']"
|
|
19146
|
-
},
|
|
19147
|
-
{
|
|
19148
|
-
"name": "['col-md-width']",
|
|
19149
|
-
"type": {
|
|
19150
|
-
"text": "string"
|
|
19151
|
-
},
|
|
19152
|
-
"fieldName": "['col-md-width']"
|
|
19153
|
-
},
|
|
19154
|
-
{
|
|
19155
|
-
"name": "['col-sm-count']",
|
|
19156
|
-
"type": {
|
|
19157
|
-
"text": "string"
|
|
19158
|
-
},
|
|
19159
|
-
"fieldName": "['col-sm-count']"
|
|
19160
|
-
},
|
|
19161
|
-
{
|
|
19162
|
-
"name": "['col-sm-width']",
|
|
19163
|
-
"type": {
|
|
19164
|
-
"text": "string"
|
|
19165
|
-
},
|
|
19166
|
-
"fieldName": "['col-sm-width']"
|
|
19167
|
-
},
|
|
19168
|
-
{
|
|
19169
|
-
"name": "['row-count']",
|
|
19170
|
-
"type": {
|
|
19171
|
-
"text": "string"
|
|
19172
|
-
},
|
|
19173
|
-
"fieldName": "['row-count']"
|
|
19174
|
-
},
|
|
19175
|
-
{
|
|
19176
|
-
"name": "['row-height']",
|
|
19177
|
-
"type": {
|
|
19178
|
-
"text": "string"
|
|
19179
|
-
},
|
|
19180
|
-
"fieldName": "['row-height']"
|
|
19181
|
-
},
|
|
19182
|
-
{
|
|
19183
|
-
"name": "['row-lg-count']",
|
|
19184
|
-
"type": {
|
|
19185
|
-
"text": "string"
|
|
19186
|
-
},
|
|
19187
|
-
"fieldName": "['row-lg-count']"
|
|
19188
|
-
},
|
|
19189
|
-
{
|
|
19190
|
-
"name": "['row-lg-height']",
|
|
19191
|
-
"type": {
|
|
19192
|
-
"text": "string"
|
|
19193
|
-
},
|
|
19194
|
-
"fieldName": "['row-lg-height']"
|
|
19195
|
-
},
|
|
19196
|
-
{
|
|
19197
|
-
"name": "['row-md-count']",
|
|
19198
|
-
"type": {
|
|
19199
|
-
"text": "string"
|
|
19200
|
-
},
|
|
19201
|
-
"fieldName": "['row-md-count']"
|
|
19202
|
-
},
|
|
19203
|
-
{
|
|
19204
|
-
"name": "['row-md-height']",
|
|
19205
|
-
"type": {
|
|
19206
|
-
"text": "string"
|
|
19207
|
-
},
|
|
19208
|
-
"fieldName": "['row-md-height']"
|
|
19209
|
-
},
|
|
19210
|
-
{
|
|
19211
|
-
"name": "['row-sm-count']",
|
|
19212
|
-
"type": {
|
|
19213
|
-
"text": "string"
|
|
19214
|
-
},
|
|
19215
|
-
"fieldName": "['row-sm-count']"
|
|
19216
|
-
},
|
|
19217
|
-
{
|
|
19218
|
-
"name": "['row-sm-height']",
|
|
19219
|
-
"type": {
|
|
19220
|
-
"text": "string"
|
|
19221
|
-
},
|
|
19222
|
-
"fieldName": "['row-sm-height']"
|
|
19099
|
+
"default": "true",
|
|
19100
|
+
"fieldName": "visuallyhidden"
|
|
19223
19101
|
}
|
|
19224
19102
|
],
|
|
19225
19103
|
"superclass": {
|
|
19226
19104
|
"name": "FoundationElement",
|
|
19227
19105
|
"package": "@microsoft/fast-foundation"
|
|
19228
19106
|
},
|
|
19229
|
-
"tagName": "%%prefix%%-
|
|
19107
|
+
"tagName": "%%prefix%%-flyout",
|
|
19230
19108
|
"customElement": true
|
|
19231
19109
|
},
|
|
19232
19110
|
{
|
|
19233
19111
|
"kind": "variable",
|
|
19234
|
-
"name": "
|
|
19235
|
-
"
|
|
19112
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19113
|
+
"type": {
|
|
19114
|
+
"text": "ShadowRootInit"
|
|
19115
|
+
},
|
|
19116
|
+
"default": "undefined"
|
|
19117
|
+
},
|
|
19118
|
+
{
|
|
19119
|
+
"kind": "variable",
|
|
19120
|
+
"name": "defaultFlyoutConfig",
|
|
19121
|
+
"type": {
|
|
19122
|
+
"text": "object"
|
|
19123
|
+
},
|
|
19124
|
+
"default": "{}"
|
|
19125
|
+
},
|
|
19126
|
+
{
|
|
19127
|
+
"kind": "variable",
|
|
19128
|
+
"name": "foundationFlyout",
|
|
19129
|
+
"description": "The Foundation Flyout",
|
|
19236
19130
|
"privacy": "public"
|
|
19237
19131
|
}
|
|
19238
19132
|
],
|
|
19239
19133
|
"exports": [
|
|
19240
19134
|
{
|
|
19241
19135
|
"kind": "js",
|
|
19242
|
-
"name": "
|
|
19136
|
+
"name": "Flyout",
|
|
19243
19137
|
"declaration": {
|
|
19244
|
-
"name": "
|
|
19245
|
-
"module": "src/
|
|
19138
|
+
"name": "Flyout",
|
|
19139
|
+
"module": "src/flyout/flyout.ts"
|
|
19246
19140
|
}
|
|
19247
19141
|
},
|
|
19248
19142
|
{
|
|
19249
19143
|
"kind": "js",
|
|
19250
|
-
"name": "
|
|
19144
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19251
19145
|
"declaration": {
|
|
19252
|
-
"name": "
|
|
19253
|
-
"module": "src/
|
|
19146
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19147
|
+
"module": "src/flyout/flyout.ts"
|
|
19254
19148
|
}
|
|
19255
19149
|
},
|
|
19256
19150
|
{
|
|
19257
19151
|
"kind": "js",
|
|
19258
|
-
"name": "
|
|
19152
|
+
"name": "defaultFlyoutConfig",
|
|
19259
19153
|
"declaration": {
|
|
19260
|
-
"name": "
|
|
19261
|
-
"module": "src/
|
|
19154
|
+
"name": "defaultFlyoutConfig",
|
|
19155
|
+
"module": "src/flyout/flyout.ts"
|
|
19262
19156
|
}
|
|
19263
19157
|
},
|
|
19264
19158
|
{
|
|
19265
19159
|
"kind": "js",
|
|
19266
|
-
"name": "
|
|
19160
|
+
"name": "foundationFlyout",
|
|
19267
19161
|
"declaration": {
|
|
19268
|
-
"name": "
|
|
19269
|
-
"module": "src/
|
|
19162
|
+
"name": "foundationFlyout",
|
|
19163
|
+
"module": "src/flyout/flyout.ts"
|
|
19270
19164
|
}
|
|
19271
19165
|
}
|
|
19272
19166
|
]
|
|
19273
19167
|
},
|
|
19274
19168
|
{
|
|
19275
19169
|
"kind": "javascript-module",
|
|
19276
|
-
"path": "src/
|
|
19277
|
-
"declarations": [],
|
|
19278
|
-
"exports": []
|
|
19279
|
-
},
|
|
19280
|
-
{
|
|
19281
|
-
"kind": "javascript-module",
|
|
19282
|
-
"path": "src/grid-layout/index.ts",
|
|
19170
|
+
"path": "src/flyout/index.ts",
|
|
19283
19171
|
"declarations": [],
|
|
19284
19172
|
"exports": [
|
|
19285
19173
|
{
|
|
@@ -19287,7 +19175,7 @@
|
|
|
19287
19175
|
"name": "*",
|
|
19288
19176
|
"declaration": {
|
|
19289
19177
|
"name": "*",
|
|
19290
|
-
"package": "./
|
|
19178
|
+
"package": "./flyout"
|
|
19291
19179
|
}
|
|
19292
19180
|
},
|
|
19293
19181
|
{
|
|
@@ -19295,7 +19183,7 @@
|
|
|
19295
19183
|
"name": "*",
|
|
19296
19184
|
"declaration": {
|
|
19297
19185
|
"name": "*",
|
|
19298
|
-
"package": "./
|
|
19186
|
+
"package": "./flyout.template"
|
|
19299
19187
|
}
|
|
19300
19188
|
},
|
|
19301
19189
|
{
|
|
@@ -19303,50 +19191,66 @@
|
|
|
19303
19191
|
"name": "*",
|
|
19304
19192
|
"declaration": {
|
|
19305
19193
|
"name": "*",
|
|
19306
|
-
"package": "./
|
|
19194
|
+
"package": "./flyout.styles"
|
|
19307
19195
|
}
|
|
19308
|
-
}
|
|
19196
|
+
}
|
|
19197
|
+
]
|
|
19198
|
+
},
|
|
19199
|
+
{
|
|
19200
|
+
"kind": "javascript-module",
|
|
19201
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19202
|
+
"declarations": [
|
|
19203
|
+
{
|
|
19204
|
+
"kind": "variable",
|
|
19205
|
+
"name": "foundationGridLayoutStyles",
|
|
19206
|
+
"type": {
|
|
19207
|
+
"text": "ElementStyles"
|
|
19208
|
+
},
|
|
19209
|
+
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19210
|
+
}
|
|
19211
|
+
],
|
|
19212
|
+
"exports": [
|
|
19309
19213
|
{
|
|
19310
19214
|
"kind": "js",
|
|
19311
|
-
"name": "
|
|
19215
|
+
"name": "foundationGridLayoutStyles",
|
|
19312
19216
|
"declaration": {
|
|
19313
|
-
"name": "
|
|
19314
|
-
"
|
|
19217
|
+
"name": "foundationGridLayoutStyles",
|
|
19218
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19315
19219
|
}
|
|
19316
19220
|
}
|
|
19317
19221
|
]
|
|
19318
19222
|
},
|
|
19319
19223
|
{
|
|
19320
19224
|
"kind": "javascript-module",
|
|
19321
|
-
"path": "src/grid-layout
|
|
19225
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19322
19226
|
"declarations": [
|
|
19323
19227
|
{
|
|
19324
19228
|
"kind": "variable",
|
|
19325
|
-
"name": "
|
|
19229
|
+
"name": "foundationGridLayoutTemplate",
|
|
19326
19230
|
"type": {
|
|
19327
|
-
"text": "ViewTemplate<
|
|
19231
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19328
19232
|
},
|
|
19329
|
-
"default": "html`\n <template>\n <
|
|
19233
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19330
19234
|
}
|
|
19331
19235
|
],
|
|
19332
19236
|
"exports": [
|
|
19333
19237
|
{
|
|
19334
19238
|
"kind": "js",
|
|
19335
|
-
"name": "
|
|
19239
|
+
"name": "foundationGridLayoutTemplate",
|
|
19336
19240
|
"declaration": {
|
|
19337
|
-
"name": "
|
|
19338
|
-
"module": "src/grid-layout
|
|
19241
|
+
"name": "foundationGridLayoutTemplate",
|
|
19242
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19339
19243
|
}
|
|
19340
19244
|
}
|
|
19341
19245
|
]
|
|
19342
19246
|
},
|
|
19343
19247
|
{
|
|
19344
19248
|
"kind": "javascript-module",
|
|
19345
|
-
"path": "src/grid-layout
|
|
19249
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19346
19250
|
"declarations": [
|
|
19347
19251
|
{
|
|
19348
19252
|
"kind": "variable",
|
|
19349
|
-
"name": "
|
|
19253
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19350
19254
|
"type": {
|
|
19351
19255
|
"text": "ShadowRootInit"
|
|
19352
19256
|
},
|
|
@@ -19354,7 +19258,7 @@
|
|
|
19354
19258
|
},
|
|
19355
19259
|
{
|
|
19356
19260
|
"kind": "variable",
|
|
19357
|
-
"name": "
|
|
19261
|
+
"name": "defaultGridLayoutConfig",
|
|
19358
19262
|
"type": {
|
|
19359
19263
|
"text": "object"
|
|
19360
19264
|
},
|
|
@@ -19363,137 +19267,136 @@
|
|
|
19363
19267
|
{
|
|
19364
19268
|
"kind": "class",
|
|
19365
19269
|
"description": "",
|
|
19366
|
-
"name": "
|
|
19270
|
+
"name": "GridLayout",
|
|
19367
19271
|
"members": [
|
|
19368
19272
|
{
|
|
19369
19273
|
"kind": "field",
|
|
19370
|
-
"name": "
|
|
19274
|
+
"name": "['col-count']",
|
|
19371
19275
|
"type": {
|
|
19372
|
-
"text": "
|
|
19276
|
+
"text": "string"
|
|
19373
19277
|
}
|
|
19374
19278
|
},
|
|
19375
19279
|
{
|
|
19376
19280
|
"kind": "field",
|
|
19377
|
-
"name": "
|
|
19281
|
+
"name": "['col-width']",
|
|
19378
19282
|
"type": {
|
|
19379
|
-
"text": "
|
|
19283
|
+
"text": "string"
|
|
19380
19284
|
}
|
|
19381
19285
|
},
|
|
19382
19286
|
{
|
|
19383
19287
|
"kind": "field",
|
|
19384
|
-
"name": "
|
|
19288
|
+
"name": "['col-lg-count']",
|
|
19385
19289
|
"type": {
|
|
19386
|
-
"text": "
|
|
19290
|
+
"text": "string"
|
|
19387
19291
|
}
|
|
19388
19292
|
},
|
|
19389
19293
|
{
|
|
19390
19294
|
"kind": "field",
|
|
19391
|
-
"name": "
|
|
19295
|
+
"name": "['col-lg-width']",
|
|
19392
19296
|
"type": {
|
|
19393
|
-
"text": "
|
|
19297
|
+
"text": "string"
|
|
19394
19298
|
}
|
|
19395
19299
|
},
|
|
19396
19300
|
{
|
|
19397
19301
|
"kind": "field",
|
|
19398
|
-
"name": "
|
|
19302
|
+
"name": "['col-md-count']",
|
|
19399
19303
|
"type": {
|
|
19400
|
-
"text": "
|
|
19304
|
+
"text": "string"
|
|
19401
19305
|
}
|
|
19402
19306
|
},
|
|
19403
19307
|
{
|
|
19404
19308
|
"kind": "field",
|
|
19405
|
-
"name": "
|
|
19309
|
+
"name": "['col-md-width']",
|
|
19406
19310
|
"type": {
|
|
19407
|
-
"text": "
|
|
19311
|
+
"text": "string"
|
|
19408
19312
|
}
|
|
19409
19313
|
},
|
|
19410
19314
|
{
|
|
19411
19315
|
"kind": "field",
|
|
19412
|
-
"name": "
|
|
19316
|
+
"name": "['col-sm-count']",
|
|
19413
19317
|
"type": {
|
|
19414
|
-
"text": "
|
|
19318
|
+
"text": "string"
|
|
19415
19319
|
}
|
|
19416
19320
|
},
|
|
19417
19321
|
{
|
|
19418
19322
|
"kind": "field",
|
|
19419
|
-
"name": "
|
|
19323
|
+
"name": "['col-sm-width']",
|
|
19420
19324
|
"type": {
|
|
19421
|
-
"text": "
|
|
19325
|
+
"text": "string"
|
|
19422
19326
|
}
|
|
19423
19327
|
},
|
|
19424
19328
|
{
|
|
19425
19329
|
"kind": "field",
|
|
19426
|
-
"name": "
|
|
19330
|
+
"name": "['row-count']",
|
|
19427
19331
|
"type": {
|
|
19428
|
-
"text": "
|
|
19332
|
+
"text": "string"
|
|
19429
19333
|
}
|
|
19430
19334
|
},
|
|
19431
19335
|
{
|
|
19432
19336
|
"kind": "field",
|
|
19433
|
-
"name": "
|
|
19337
|
+
"name": "['row-height']",
|
|
19434
19338
|
"type": {
|
|
19435
|
-
"text": "
|
|
19339
|
+
"text": "string"
|
|
19436
19340
|
}
|
|
19437
19341
|
},
|
|
19438
19342
|
{
|
|
19439
19343
|
"kind": "field",
|
|
19440
|
-
"name": "
|
|
19344
|
+
"name": "['row-lg-count']",
|
|
19441
19345
|
"type": {
|
|
19442
|
-
"text": "
|
|
19346
|
+
"text": "string"
|
|
19443
19347
|
}
|
|
19444
19348
|
},
|
|
19445
19349
|
{
|
|
19446
19350
|
"kind": "field",
|
|
19447
|
-
"name": "
|
|
19351
|
+
"name": "['row-lg-height']",
|
|
19448
19352
|
"type": {
|
|
19449
|
-
"text": "
|
|
19353
|
+
"text": "string"
|
|
19450
19354
|
}
|
|
19451
19355
|
},
|
|
19452
19356
|
{
|
|
19453
19357
|
"kind": "field",
|
|
19454
|
-
"name": "
|
|
19358
|
+
"name": "['row-md-count']",
|
|
19455
19359
|
"type": {
|
|
19456
|
-
"text": "
|
|
19360
|
+
"text": "string"
|
|
19457
19361
|
}
|
|
19458
19362
|
},
|
|
19459
19363
|
{
|
|
19460
19364
|
"kind": "field",
|
|
19461
|
-
"name": "
|
|
19365
|
+
"name": "['row-md-height']",
|
|
19462
19366
|
"type": {
|
|
19463
|
-
"text": "
|
|
19367
|
+
"text": "string"
|
|
19464
19368
|
}
|
|
19465
19369
|
},
|
|
19466
19370
|
{
|
|
19467
19371
|
"kind": "field",
|
|
19468
|
-
"name": "
|
|
19372
|
+
"name": "['row-sm-count']",
|
|
19469
19373
|
"type": {
|
|
19470
|
-
"text": "
|
|
19374
|
+
"text": "string"
|
|
19471
19375
|
}
|
|
19472
19376
|
},
|
|
19473
19377
|
{
|
|
19474
19378
|
"kind": "field",
|
|
19475
|
-
"name": "
|
|
19379
|
+
"name": "['row-sm-height']",
|
|
19476
19380
|
"type": {
|
|
19477
|
-
"text": "
|
|
19381
|
+
"text": "string"
|
|
19478
19382
|
}
|
|
19479
19383
|
},
|
|
19480
19384
|
{
|
|
19481
|
-
"kind": "
|
|
19482
|
-
"name": "
|
|
19483
|
-
"
|
|
19484
|
-
|
|
19485
|
-
|
|
19486
|
-
|
|
19487
|
-
|
|
19488
|
-
|
|
19489
|
-
|
|
19490
|
-
|
|
19491
|
-
|
|
19492
|
-
|
|
19493
|
-
|
|
19494
|
-
|
|
19495
|
-
|
|
19496
|
-
]
|
|
19385
|
+
"kind": "field",
|
|
19386
|
+
"name": "behaviors",
|
|
19387
|
+
"type": {
|
|
19388
|
+
"text": "Behavior[]"
|
|
19389
|
+
},
|
|
19390
|
+
"privacy": "private",
|
|
19391
|
+
"default": "[]"
|
|
19392
|
+
},
|
|
19393
|
+
{
|
|
19394
|
+
"kind": "field",
|
|
19395
|
+
"name": "baseStyles",
|
|
19396
|
+
"type": {
|
|
19397
|
+
"text": "ElementStyles"
|
|
19398
|
+
},
|
|
19399
|
+
"privacy": "private"
|
|
19497
19400
|
},
|
|
19498
19401
|
{
|
|
19499
19402
|
"kind": "field",
|
|
@@ -19609,170 +19512,176 @@
|
|
|
19609
19512
|
],
|
|
19610
19513
|
"attributes": [
|
|
19611
19514
|
{
|
|
19612
|
-
"name": "col-
|
|
19515
|
+
"name": "['col-count']",
|
|
19613
19516
|
"type": {
|
|
19614
|
-
"text": "
|
|
19517
|
+
"text": "string"
|
|
19615
19518
|
},
|
|
19616
|
-
"fieldName": "
|
|
19519
|
+
"fieldName": "['col-count']"
|
|
19617
19520
|
},
|
|
19618
19521
|
{
|
|
19619
|
-
"name": "col-
|
|
19522
|
+
"name": "['col-width']",
|
|
19620
19523
|
"type": {
|
|
19621
|
-
"text": "
|
|
19524
|
+
"text": "string"
|
|
19622
19525
|
},
|
|
19623
|
-
"fieldName": "
|
|
19526
|
+
"fieldName": "['col-width']"
|
|
19624
19527
|
},
|
|
19625
19528
|
{
|
|
19626
|
-
"name": "col-
|
|
19529
|
+
"name": "['col-lg-count']",
|
|
19627
19530
|
"type": {
|
|
19628
|
-
"text": "
|
|
19531
|
+
"text": "string"
|
|
19629
19532
|
},
|
|
19630
|
-
"fieldName": "
|
|
19533
|
+
"fieldName": "['col-lg-count']"
|
|
19631
19534
|
},
|
|
19632
19535
|
{
|
|
19633
|
-
"name": "col-lg-
|
|
19536
|
+
"name": "['col-lg-width']",
|
|
19634
19537
|
"type": {
|
|
19635
|
-
"text": "
|
|
19538
|
+
"text": "string"
|
|
19636
19539
|
},
|
|
19637
|
-
"fieldName": "
|
|
19540
|
+
"fieldName": "['col-lg-width']"
|
|
19638
19541
|
},
|
|
19639
19542
|
{
|
|
19640
|
-
"name": "
|
|
19543
|
+
"name": "['col-md-count']",
|
|
19641
19544
|
"type": {
|
|
19642
|
-
"text": "
|
|
19545
|
+
"text": "string"
|
|
19643
19546
|
},
|
|
19644
|
-
"fieldName": "
|
|
19547
|
+
"fieldName": "['col-md-count']"
|
|
19645
19548
|
},
|
|
19646
19549
|
{
|
|
19647
|
-
"name": "
|
|
19550
|
+
"name": "['col-md-width']",
|
|
19648
19551
|
"type": {
|
|
19649
|
-
"text": "
|
|
19552
|
+
"text": "string"
|
|
19650
19553
|
},
|
|
19651
|
-
"fieldName": "
|
|
19554
|
+
"fieldName": "['col-md-width']"
|
|
19652
19555
|
},
|
|
19653
19556
|
{
|
|
19654
|
-
"name": "
|
|
19557
|
+
"name": "['col-sm-count']",
|
|
19655
19558
|
"type": {
|
|
19656
|
-
"text": "
|
|
19559
|
+
"text": "string"
|
|
19657
19560
|
},
|
|
19658
|
-
"fieldName": "
|
|
19561
|
+
"fieldName": "['col-sm-count']"
|
|
19659
19562
|
},
|
|
19660
19563
|
{
|
|
19661
|
-
"name": "
|
|
19564
|
+
"name": "['col-sm-width']",
|
|
19662
19565
|
"type": {
|
|
19663
|
-
"text": "
|
|
19566
|
+
"text": "string"
|
|
19664
19567
|
},
|
|
19665
|
-
"fieldName": "
|
|
19568
|
+
"fieldName": "['col-sm-width']"
|
|
19666
19569
|
},
|
|
19667
19570
|
{
|
|
19668
|
-
"name": "
|
|
19571
|
+
"name": "['row-count']",
|
|
19669
19572
|
"type": {
|
|
19670
|
-
"text": "
|
|
19573
|
+
"text": "string"
|
|
19671
19574
|
},
|
|
19672
|
-
"fieldName": "
|
|
19575
|
+
"fieldName": "['row-count']"
|
|
19673
19576
|
},
|
|
19674
19577
|
{
|
|
19675
|
-
"name": "
|
|
19578
|
+
"name": "['row-height']",
|
|
19676
19579
|
"type": {
|
|
19677
|
-
"text": "
|
|
19580
|
+
"text": "string"
|
|
19678
19581
|
},
|
|
19679
|
-
"fieldName": "
|
|
19582
|
+
"fieldName": "['row-height']"
|
|
19680
19583
|
},
|
|
19681
19584
|
{
|
|
19682
|
-
"name": "
|
|
19585
|
+
"name": "['row-lg-count']",
|
|
19683
19586
|
"type": {
|
|
19684
|
-
"text": "
|
|
19587
|
+
"text": "string"
|
|
19685
19588
|
},
|
|
19686
|
-
"fieldName": "
|
|
19589
|
+
"fieldName": "['row-lg-count']"
|
|
19687
19590
|
},
|
|
19688
19591
|
{
|
|
19689
|
-
"name": "
|
|
19592
|
+
"name": "['row-lg-height']",
|
|
19690
19593
|
"type": {
|
|
19691
|
-
"text": "
|
|
19594
|
+
"text": "string"
|
|
19692
19595
|
},
|
|
19693
|
-
"fieldName": "
|
|
19596
|
+
"fieldName": "['row-lg-height']"
|
|
19694
19597
|
},
|
|
19695
19598
|
{
|
|
19696
|
-
"name": "
|
|
19599
|
+
"name": "['row-md-count']",
|
|
19697
19600
|
"type": {
|
|
19698
|
-
"text": "
|
|
19601
|
+
"text": "string"
|
|
19699
19602
|
},
|
|
19700
|
-
"fieldName": "
|
|
19603
|
+
"fieldName": "['row-md-count']"
|
|
19701
19604
|
},
|
|
19702
19605
|
{
|
|
19703
|
-
"name": "height
|
|
19606
|
+
"name": "['row-md-height']",
|
|
19704
19607
|
"type": {
|
|
19705
|
-
"text": "
|
|
19608
|
+
"text": "string"
|
|
19706
19609
|
},
|
|
19707
|
-
"fieldName": "
|
|
19610
|
+
"fieldName": "['row-md-height']"
|
|
19708
19611
|
},
|
|
19709
19612
|
{
|
|
19710
|
-
"name": "
|
|
19613
|
+
"name": "['row-sm-count']",
|
|
19711
19614
|
"type": {
|
|
19712
|
-
"text": "
|
|
19615
|
+
"text": "string"
|
|
19713
19616
|
},
|
|
19714
|
-
"fieldName": "
|
|
19617
|
+
"fieldName": "['row-sm-count']"
|
|
19715
19618
|
},
|
|
19716
19619
|
{
|
|
19717
|
-
"name": "height
|
|
19620
|
+
"name": "['row-sm-height']",
|
|
19718
19621
|
"type": {
|
|
19719
|
-
"text": "
|
|
19622
|
+
"text": "string"
|
|
19720
19623
|
},
|
|
19721
|
-
"fieldName": "
|
|
19624
|
+
"fieldName": "['row-sm-height']"
|
|
19722
19625
|
}
|
|
19723
19626
|
],
|
|
19724
19627
|
"superclass": {
|
|
19725
19628
|
"name": "FoundationElement",
|
|
19726
19629
|
"package": "@microsoft/fast-foundation"
|
|
19727
19630
|
},
|
|
19728
|
-
"tagName": "%%prefix%%-grid-layout
|
|
19631
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19729
19632
|
"customElement": true
|
|
19730
19633
|
},
|
|
19731
19634
|
{
|
|
19732
19635
|
"kind": "variable",
|
|
19733
|
-
"name": "
|
|
19734
|
-
"description": "The Foundation Grid Layout
|
|
19636
|
+
"name": "foundationGridLayout",
|
|
19637
|
+
"description": "The Foundation Grid Layout",
|
|
19735
19638
|
"privacy": "public"
|
|
19736
19639
|
}
|
|
19737
19640
|
],
|
|
19738
19641
|
"exports": [
|
|
19739
19642
|
{
|
|
19740
19643
|
"kind": "js",
|
|
19741
|
-
"name": "
|
|
19644
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19742
19645
|
"declaration": {
|
|
19743
|
-
"name": "
|
|
19744
|
-
"module": "src/grid-layout
|
|
19646
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19647
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19745
19648
|
}
|
|
19746
19649
|
},
|
|
19747
19650
|
{
|
|
19748
19651
|
"kind": "js",
|
|
19749
|
-
"name": "
|
|
19652
|
+
"name": "defaultGridLayoutConfig",
|
|
19750
19653
|
"declaration": {
|
|
19751
|
-
"name": "
|
|
19752
|
-
"module": "src/grid-layout
|
|
19654
|
+
"name": "defaultGridLayoutConfig",
|
|
19655
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19753
19656
|
}
|
|
19754
19657
|
},
|
|
19755
19658
|
{
|
|
19756
19659
|
"kind": "js",
|
|
19757
|
-
"name": "
|
|
19660
|
+
"name": "GridLayout",
|
|
19758
19661
|
"declaration": {
|
|
19759
|
-
"name": "
|
|
19760
|
-
"module": "src/grid-layout
|
|
19662
|
+
"name": "GridLayout",
|
|
19663
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19761
19664
|
}
|
|
19762
19665
|
},
|
|
19763
19666
|
{
|
|
19764
19667
|
"kind": "js",
|
|
19765
|
-
"name": "
|
|
19668
|
+
"name": "foundationGridLayout",
|
|
19766
19669
|
"declaration": {
|
|
19767
|
-
"name": "
|
|
19768
|
-
"module": "src/grid-layout
|
|
19670
|
+
"name": "foundationGridLayout",
|
|
19671
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19769
19672
|
}
|
|
19770
19673
|
}
|
|
19771
19674
|
]
|
|
19772
19675
|
},
|
|
19773
19676
|
{
|
|
19774
19677
|
"kind": "javascript-module",
|
|
19775
|
-
"path": "src/grid-layout-
|
|
19678
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
19679
|
+
"declarations": [],
|
|
19680
|
+
"exports": []
|
|
19681
|
+
},
|
|
19682
|
+
{
|
|
19683
|
+
"kind": "javascript-module",
|
|
19684
|
+
"path": "src/grid-layout/index.ts",
|
|
19776
19685
|
"declarations": [],
|
|
19777
19686
|
"exports": [
|
|
19778
19687
|
{
|
|
@@ -19780,7 +19689,7 @@
|
|
|
19780
19689
|
"name": "*",
|
|
19781
19690
|
"declaration": {
|
|
19782
19691
|
"name": "*",
|
|
19783
|
-
"package": "./grid-layout
|
|
19692
|
+
"package": "./grid-layout.template"
|
|
19784
19693
|
}
|
|
19785
19694
|
},
|
|
19786
19695
|
{
|
|
@@ -19788,200 +19697,205 @@
|
|
|
19788
19697
|
"name": "*",
|
|
19789
19698
|
"declaration": {
|
|
19790
19699
|
"name": "*",
|
|
19791
|
-
"package": "./grid-layout
|
|
19700
|
+
"package": "./grid-layout.styles"
|
|
19701
|
+
}
|
|
19702
|
+
},
|
|
19703
|
+
{
|
|
19704
|
+
"kind": "js",
|
|
19705
|
+
"name": "*",
|
|
19706
|
+
"declaration": {
|
|
19707
|
+
"name": "*",
|
|
19708
|
+
"package": "./grid-layout"
|
|
19709
|
+
}
|
|
19710
|
+
},
|
|
19711
|
+
{
|
|
19712
|
+
"kind": "js",
|
|
19713
|
+
"name": "*",
|
|
19714
|
+
"declaration": {
|
|
19715
|
+
"name": "*",
|
|
19716
|
+
"package": "./grid-layout.types"
|
|
19792
19717
|
}
|
|
19793
19718
|
}
|
|
19794
19719
|
]
|
|
19795
19720
|
},
|
|
19796
19721
|
{
|
|
19797
19722
|
"kind": "javascript-module",
|
|
19798
|
-
"path": "src/
|
|
19723
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19799
19724
|
"declarations": [
|
|
19800
19725
|
{
|
|
19801
|
-
"kind": "
|
|
19802
|
-
"name": "
|
|
19803
|
-
"
|
|
19804
|
-
"
|
|
19805
|
-
"text": "ElementStyles"
|
|
19806
|
-
}
|
|
19726
|
+
"kind": "variable",
|
|
19727
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19728
|
+
"type": {
|
|
19729
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19807
19730
|
},
|
|
19808
|
-
"
|
|
19809
|
-
{
|
|
19810
|
-
"name": "context",
|
|
19811
|
-
"type": {
|
|
19812
|
-
"text": "ElementDefinitionContext"
|
|
19813
|
-
}
|
|
19814
|
-
},
|
|
19815
|
-
{
|
|
19816
|
-
"name": "definition",
|
|
19817
|
-
"type": {
|
|
19818
|
-
"text": "FlipperOptions"
|
|
19819
|
-
}
|
|
19820
|
-
}
|
|
19821
|
-
]
|
|
19731
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19822
19732
|
}
|
|
19823
19733
|
],
|
|
19824
19734
|
"exports": [
|
|
19825
19735
|
{
|
|
19826
19736
|
"kind": "js",
|
|
19827
|
-
"name": "
|
|
19737
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19828
19738
|
"declaration": {
|
|
19829
|
-
"name": "
|
|
19830
|
-
"module": "src/
|
|
19739
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19740
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19831
19741
|
}
|
|
19832
19742
|
}
|
|
19833
19743
|
]
|
|
19834
19744
|
},
|
|
19835
19745
|
{
|
|
19836
19746
|
"kind": "javascript-module",
|
|
19837
|
-
"path": "src/
|
|
19747
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19838
19748
|
"declarations": [
|
|
19839
19749
|
{
|
|
19840
|
-
"kind": "
|
|
19841
|
-
"name": "
|
|
19842
|
-
"
|
|
19843
|
-
"
|
|
19844
|
-
"text": "ViewTemplate<Flipper>"
|
|
19845
|
-
}
|
|
19750
|
+
"kind": "variable",
|
|
19751
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19752
|
+
"type": {
|
|
19753
|
+
"text": "ShadowRootInit"
|
|
19846
19754
|
},
|
|
19847
|
-
"
|
|
19755
|
+
"default": "undefined"
|
|
19756
|
+
},
|
|
19757
|
+
{
|
|
19758
|
+
"kind": "variable",
|
|
19759
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19760
|
+
"type": {
|
|
19761
|
+
"text": "object"
|
|
19762
|
+
},
|
|
19763
|
+
"default": "{}"
|
|
19764
|
+
},
|
|
19765
|
+
{
|
|
19766
|
+
"kind": "class",
|
|
19767
|
+
"description": "",
|
|
19768
|
+
"name": "GridLayoutItem",
|
|
19769
|
+
"members": [
|
|
19848
19770
|
{
|
|
19849
|
-
"
|
|
19771
|
+
"kind": "field",
|
|
19772
|
+
"name": "colNumber",
|
|
19850
19773
|
"type": {
|
|
19851
|
-
"text": "
|
|
19774
|
+
"text": "number"
|
|
19852
19775
|
}
|
|
19853
19776
|
},
|
|
19854
19777
|
{
|
|
19855
|
-
"
|
|
19778
|
+
"kind": "field",
|
|
19779
|
+
"name": "colSmNumber",
|
|
19856
19780
|
"type": {
|
|
19857
|
-
"text": "
|
|
19781
|
+
"text": "number"
|
|
19858
19782
|
}
|
|
19859
|
-
}
|
|
19860
|
-
]
|
|
19861
|
-
}
|
|
19862
|
-
],
|
|
19863
|
-
"exports": [
|
|
19864
|
-
{
|
|
19865
|
-
"kind": "js",
|
|
19866
|
-
"name": "foundationFlipperTemplate",
|
|
19867
|
-
"declaration": {
|
|
19868
|
-
"name": "foundationFlipperTemplate",
|
|
19869
|
-
"module": "src/flipper/flipper.template.ts"
|
|
19870
|
-
}
|
|
19871
|
-
}
|
|
19872
|
-
]
|
|
19873
|
-
},
|
|
19874
|
-
{
|
|
19875
|
-
"kind": "javascript-module",
|
|
19876
|
-
"path": "src/flipper/flipper.ts",
|
|
19877
|
-
"declarations": [
|
|
19878
|
-
{
|
|
19879
|
-
"kind": "class",
|
|
19880
|
-
"description": "",
|
|
19881
|
-
"name": "Flipper",
|
|
19882
|
-
"superclass": {
|
|
19883
|
-
"name": "FASTFlipper",
|
|
19884
|
-
"package": "@microsoft/fast-components"
|
|
19885
|
-
},
|
|
19886
|
-
"tagName": "%%prefix%%-flipper",
|
|
19887
|
-
"customElement": true,
|
|
19888
|
-
"attributes": [
|
|
19783
|
+
},
|
|
19889
19784
|
{
|
|
19785
|
+
"kind": "field",
|
|
19786
|
+
"name": "colMdNumber",
|
|
19890
19787
|
"type": {
|
|
19891
|
-
"text": "
|
|
19892
|
-
},
|
|
19893
|
-
"description": "The disabled state of the flipper.",
|
|
19894
|
-
"fieldName": "disabled",
|
|
19895
|
-
"inheritedFrom": {
|
|
19896
|
-
"name": "Flipper",
|
|
19897
|
-
"module": "src/flipper/flipper.ts"
|
|
19788
|
+
"text": "number"
|
|
19898
19789
|
}
|
|
19899
19790
|
},
|
|
19900
19791
|
{
|
|
19901
|
-
"
|
|
19792
|
+
"kind": "field",
|
|
19793
|
+
"name": "colLgNumber",
|
|
19902
19794
|
"type": {
|
|
19903
|
-
"text": "
|
|
19904
|
-
}
|
|
19905
|
-
|
|
19906
|
-
|
|
19907
|
-
"
|
|
19908
|
-
"
|
|
19909
|
-
|
|
19910
|
-
"
|
|
19795
|
+
"text": "number"
|
|
19796
|
+
}
|
|
19797
|
+
},
|
|
19798
|
+
{
|
|
19799
|
+
"kind": "field",
|
|
19800
|
+
"name": "rowNumber",
|
|
19801
|
+
"type": {
|
|
19802
|
+
"text": "number"
|
|
19803
|
+
}
|
|
19804
|
+
},
|
|
19805
|
+
{
|
|
19806
|
+
"kind": "field",
|
|
19807
|
+
"name": "rowSmNumber",
|
|
19808
|
+
"type": {
|
|
19809
|
+
"text": "number"
|
|
19810
|
+
}
|
|
19811
|
+
},
|
|
19812
|
+
{
|
|
19813
|
+
"kind": "field",
|
|
19814
|
+
"name": "rowMdNumber",
|
|
19815
|
+
"type": {
|
|
19816
|
+
"text": "number"
|
|
19817
|
+
}
|
|
19818
|
+
},
|
|
19819
|
+
{
|
|
19820
|
+
"kind": "field",
|
|
19821
|
+
"name": "rowLgNumber",
|
|
19822
|
+
"type": {
|
|
19823
|
+
"text": "number"
|
|
19824
|
+
}
|
|
19825
|
+
},
|
|
19826
|
+
{
|
|
19827
|
+
"kind": "field",
|
|
19828
|
+
"name": "width",
|
|
19829
|
+
"type": {
|
|
19830
|
+
"text": "number"
|
|
19831
|
+
}
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"kind": "field",
|
|
19835
|
+
"name": "widthSm",
|
|
19836
|
+
"type": {
|
|
19837
|
+
"text": "number"
|
|
19838
|
+
}
|
|
19839
|
+
},
|
|
19840
|
+
{
|
|
19841
|
+
"kind": "field",
|
|
19842
|
+
"name": "widthMd",
|
|
19843
|
+
"type": {
|
|
19844
|
+
"text": "number"
|
|
19845
|
+
}
|
|
19846
|
+
},
|
|
19847
|
+
{
|
|
19848
|
+
"kind": "field",
|
|
19849
|
+
"name": "widthLg",
|
|
19850
|
+
"type": {
|
|
19851
|
+
"text": "number"
|
|
19911
19852
|
}
|
|
19912
19853
|
},
|
|
19913
19854
|
{
|
|
19914
|
-
"
|
|
19855
|
+
"kind": "field",
|
|
19856
|
+
"name": "height",
|
|
19915
19857
|
"type": {
|
|
19916
|
-
"text": "
|
|
19917
|
-
},
|
|
19918
|
-
"description": "The direction that the flipper implies navigating.",
|
|
19919
|
-
"fieldName": "direction",
|
|
19920
|
-
"inheritedFrom": {
|
|
19921
|
-
"name": "Flipper",
|
|
19922
|
-
"module": "src/flipper/flipper.ts"
|
|
19858
|
+
"text": "number"
|
|
19923
19859
|
}
|
|
19924
|
-
}
|
|
19925
|
-
],
|
|
19926
|
-
"members": [
|
|
19860
|
+
},
|
|
19927
19861
|
{
|
|
19928
19862
|
"kind": "field",
|
|
19929
|
-
"name": "
|
|
19863
|
+
"name": "heightSm",
|
|
19930
19864
|
"type": {
|
|
19931
|
-
"text": "
|
|
19932
|
-
},
|
|
19933
|
-
"privacy": "public",
|
|
19934
|
-
"description": "The disabled state of the flipper.",
|
|
19935
|
-
"inheritedFrom": {
|
|
19936
|
-
"name": "Flipper",
|
|
19937
|
-
"module": "src/flipper/flipper.ts"
|
|
19865
|
+
"text": "number"
|
|
19938
19866
|
}
|
|
19939
19867
|
},
|
|
19940
19868
|
{
|
|
19941
19869
|
"kind": "field",
|
|
19942
|
-
"name": "
|
|
19870
|
+
"name": "heightMd",
|
|
19943
19871
|
"type": {
|
|
19944
|
-
"text": "
|
|
19945
|
-
},
|
|
19946
|
-
"privacy": "public",
|
|
19947
|
-
"default": "true",
|
|
19948
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
19949
|
-
"inheritedFrom": {
|
|
19950
|
-
"name": "Flipper",
|
|
19951
|
-
"module": "src/flipper/flipper.ts"
|
|
19872
|
+
"text": "number"
|
|
19952
19873
|
}
|
|
19953
19874
|
},
|
|
19954
19875
|
{
|
|
19955
19876
|
"kind": "field",
|
|
19956
|
-
"name": "
|
|
19877
|
+
"name": "heightLg",
|
|
19957
19878
|
"type": {
|
|
19958
|
-
"text": "
|
|
19959
|
-
},
|
|
19960
|
-
"privacy": "public",
|
|
19961
|
-
"description": "The direction that the flipper implies navigating.",
|
|
19962
|
-
"inheritedFrom": {
|
|
19963
|
-
"name": "Flipper",
|
|
19964
|
-
"module": "src/flipper/flipper.ts"
|
|
19879
|
+
"text": "number"
|
|
19965
19880
|
}
|
|
19966
19881
|
},
|
|
19967
19882
|
{
|
|
19968
19883
|
"kind": "method",
|
|
19969
|
-
"name": "
|
|
19970
|
-
"privacy": "public",
|
|
19884
|
+
"name": "setGridItemProperties",
|
|
19971
19885
|
"parameters": [
|
|
19972
19886
|
{
|
|
19973
|
-
"name": "
|
|
19974
|
-
|
|
19975
|
-
|
|
19976
|
-
|
|
19977
|
-
|
|
19887
|
+
"name": "column"
|
|
19888
|
+
},
|
|
19889
|
+
{
|
|
19890
|
+
"name": "row"
|
|
19891
|
+
},
|
|
19892
|
+
{
|
|
19893
|
+
"name": "width"
|
|
19894
|
+
},
|
|
19895
|
+
{
|
|
19896
|
+
"name": "height"
|
|
19978
19897
|
}
|
|
19979
|
-
]
|
|
19980
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
19981
|
-
"inheritedFrom": {
|
|
19982
|
-
"name": "Flipper",
|
|
19983
|
-
"module": "src/flipper/flipper.ts"
|
|
19984
|
-
}
|
|
19898
|
+
]
|
|
19985
19899
|
},
|
|
19986
19900
|
{
|
|
19987
19901
|
"kind": "field",
|
|
@@ -20095,78 +20009,172 @@
|
|
|
20095
20009
|
}
|
|
20096
20010
|
}
|
|
20097
20011
|
],
|
|
20098
|
-
"
|
|
20012
|
+
"attributes": [
|
|
20099
20013
|
{
|
|
20100
|
-
"
|
|
20101
|
-
"
|
|
20102
|
-
|
|
20103
|
-
|
|
20104
|
-
|
|
20105
|
-
|
|
20014
|
+
"name": "col-number",
|
|
20015
|
+
"type": {
|
|
20016
|
+
"text": "number"
|
|
20017
|
+
},
|
|
20018
|
+
"fieldName": "colNumber"
|
|
20019
|
+
},
|
|
20020
|
+
{
|
|
20021
|
+
"name": "col-sm-number",
|
|
20022
|
+
"type": {
|
|
20023
|
+
"text": "number"
|
|
20024
|
+
},
|
|
20025
|
+
"fieldName": "colSmNumber"
|
|
20026
|
+
},
|
|
20027
|
+
{
|
|
20028
|
+
"name": "col-md-number",
|
|
20029
|
+
"type": {
|
|
20030
|
+
"text": "number"
|
|
20031
|
+
},
|
|
20032
|
+
"fieldName": "colMdNumber"
|
|
20033
|
+
},
|
|
20034
|
+
{
|
|
20035
|
+
"name": "col-lg-number",
|
|
20036
|
+
"type": {
|
|
20037
|
+
"text": "number"
|
|
20038
|
+
},
|
|
20039
|
+
"fieldName": "colLgNumber"
|
|
20040
|
+
},
|
|
20041
|
+
{
|
|
20042
|
+
"name": "row-number",
|
|
20043
|
+
"type": {
|
|
20044
|
+
"text": "number"
|
|
20045
|
+
},
|
|
20046
|
+
"fieldName": "rowNumber"
|
|
20047
|
+
},
|
|
20048
|
+
{
|
|
20049
|
+
"name": "row-sm-number",
|
|
20050
|
+
"type": {
|
|
20051
|
+
"text": "number"
|
|
20052
|
+
},
|
|
20053
|
+
"fieldName": "rowSmNumber"
|
|
20054
|
+
},
|
|
20055
|
+
{
|
|
20056
|
+
"name": "row-md-number",
|
|
20057
|
+
"type": {
|
|
20058
|
+
"text": "number"
|
|
20059
|
+
},
|
|
20060
|
+
"fieldName": "rowMdNumber"
|
|
20061
|
+
},
|
|
20062
|
+
{
|
|
20063
|
+
"name": "row-lg-number",
|
|
20064
|
+
"type": {
|
|
20065
|
+
"text": "number"
|
|
20066
|
+
},
|
|
20067
|
+
"fieldName": "rowLgNumber"
|
|
20068
|
+
},
|
|
20069
|
+
{
|
|
20070
|
+
"name": "width",
|
|
20071
|
+
"type": {
|
|
20072
|
+
"text": "number"
|
|
20073
|
+
},
|
|
20074
|
+
"fieldName": "width"
|
|
20075
|
+
},
|
|
20076
|
+
{
|
|
20077
|
+
"name": "width-sm",
|
|
20078
|
+
"type": {
|
|
20079
|
+
"text": "number"
|
|
20080
|
+
},
|
|
20081
|
+
"fieldName": "widthSm"
|
|
20082
|
+
},
|
|
20083
|
+
{
|
|
20084
|
+
"name": "width-md",
|
|
20085
|
+
"type": {
|
|
20086
|
+
"text": "number"
|
|
20087
|
+
},
|
|
20088
|
+
"fieldName": "widthMd"
|
|
20089
|
+
},
|
|
20090
|
+
{
|
|
20091
|
+
"name": "width-lg",
|
|
20092
|
+
"type": {
|
|
20093
|
+
"text": "number"
|
|
20094
|
+
},
|
|
20095
|
+
"fieldName": "widthLg"
|
|
20096
|
+
},
|
|
20097
|
+
{
|
|
20098
|
+
"name": "height",
|
|
20099
|
+
"type": {
|
|
20100
|
+
"text": "number"
|
|
20101
|
+
},
|
|
20102
|
+
"fieldName": "height"
|
|
20103
|
+
},
|
|
20104
|
+
{
|
|
20105
|
+
"name": "height-sm",
|
|
20106
|
+
"type": {
|
|
20107
|
+
"text": "number"
|
|
20108
|
+
},
|
|
20109
|
+
"fieldName": "heightSm"
|
|
20110
|
+
},
|
|
20111
|
+
{
|
|
20112
|
+
"name": "height-md",
|
|
20113
|
+
"type": {
|
|
20114
|
+
"text": "number"
|
|
20115
|
+
},
|
|
20116
|
+
"fieldName": "heightMd"
|
|
20117
|
+
},
|
|
20118
|
+
{
|
|
20119
|
+
"name": "height-lg",
|
|
20120
|
+
"type": {
|
|
20121
|
+
"text": "number"
|
|
20122
|
+
},
|
|
20123
|
+
"fieldName": "heightLg"
|
|
20106
20124
|
}
|
|
20107
|
-
]
|
|
20108
|
-
|
|
20109
|
-
|
|
20110
|
-
|
|
20111
|
-
"name": "foundationFlipperShadowOptions",
|
|
20112
|
-
"type": {
|
|
20113
|
-
"text": "ShadowRootInit"
|
|
20114
|
-
},
|
|
20115
|
-
"default": "undefined"
|
|
20116
|
-
},
|
|
20117
|
-
{
|
|
20118
|
-
"kind": "variable",
|
|
20119
|
-
"name": "defaultFlipperConfig",
|
|
20120
|
-
"type": {
|
|
20121
|
-
"text": "object"
|
|
20125
|
+
],
|
|
20126
|
+
"superclass": {
|
|
20127
|
+
"name": "FoundationElement",
|
|
20128
|
+
"package": "@microsoft/fast-foundation"
|
|
20122
20129
|
},
|
|
20123
|
-
"
|
|
20130
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
20131
|
+
"customElement": true
|
|
20124
20132
|
},
|
|
20125
20133
|
{
|
|
20126
20134
|
"kind": "variable",
|
|
20127
|
-
"name": "
|
|
20128
|
-
"description": "The Foundation
|
|
20135
|
+
"name": "foundationGridLayoutItem",
|
|
20136
|
+
"description": "The Foundation Grid Layout Item",
|
|
20129
20137
|
"privacy": "public"
|
|
20130
20138
|
}
|
|
20131
20139
|
],
|
|
20132
20140
|
"exports": [
|
|
20133
20141
|
{
|
|
20134
20142
|
"kind": "js",
|
|
20135
|
-
"name": "
|
|
20143
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20136
20144
|
"declaration": {
|
|
20137
|
-
"name": "
|
|
20138
|
-
"module": "src/
|
|
20145
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20146
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20139
20147
|
}
|
|
20140
20148
|
},
|
|
20141
20149
|
{
|
|
20142
20150
|
"kind": "js",
|
|
20143
|
-
"name": "
|
|
20151
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20144
20152
|
"declaration": {
|
|
20145
|
-
"name": "
|
|
20146
|
-
"module": "src/
|
|
20153
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20154
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20147
20155
|
}
|
|
20148
20156
|
},
|
|
20149
20157
|
{
|
|
20150
20158
|
"kind": "js",
|
|
20151
|
-
"name": "
|
|
20159
|
+
"name": "GridLayoutItem",
|
|
20152
20160
|
"declaration": {
|
|
20153
|
-
"name": "
|
|
20154
|
-
"module": "src/
|
|
20161
|
+
"name": "GridLayoutItem",
|
|
20162
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20155
20163
|
}
|
|
20156
20164
|
},
|
|
20157
20165
|
{
|
|
20158
20166
|
"kind": "js",
|
|
20159
|
-
"name": "
|
|
20167
|
+
"name": "foundationGridLayoutItem",
|
|
20160
20168
|
"declaration": {
|
|
20161
|
-
"name": "
|
|
20162
|
-
"module": "src/
|
|
20169
|
+
"name": "foundationGridLayoutItem",
|
|
20170
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20163
20171
|
}
|
|
20164
20172
|
}
|
|
20165
20173
|
]
|
|
20166
20174
|
},
|
|
20167
20175
|
{
|
|
20168
20176
|
"kind": "javascript-module",
|
|
20169
|
-
"path": "src/
|
|
20177
|
+
"path": "src/grid-layout-item/index.ts",
|
|
20170
20178
|
"declarations": [],
|
|
20171
20179
|
"exports": [
|
|
20172
20180
|
{
|
|
@@ -20174,15 +20182,7 @@
|
|
|
20174
20182
|
"name": "*",
|
|
20175
20183
|
"declaration": {
|
|
20176
20184
|
"name": "*",
|
|
20177
|
-
"package": "./
|
|
20178
|
-
}
|
|
20179
|
-
},
|
|
20180
|
-
{
|
|
20181
|
-
"kind": "js",
|
|
20182
|
-
"name": "*",
|
|
20183
|
-
"declaration": {
|
|
20184
|
-
"name": "*",
|
|
20185
|
-
"package": "./flipper.styles"
|
|
20185
|
+
"package": "./grid-layout-item.template"
|
|
20186
20186
|
}
|
|
20187
20187
|
},
|
|
20188
20188
|
{
|
|
@@ -20190,7 +20190,7 @@
|
|
|
20190
20190
|
"name": "*",
|
|
20191
20191
|
"declaration": {
|
|
20192
20192
|
"name": "*",
|
|
20193
|
-
"package": "./
|
|
20193
|
+
"package": "./grid-layout-item"
|
|
20194
20194
|
}
|
|
20195
20195
|
}
|
|
20196
20196
|
]
|