@genesislcap/foundation-ui 14.225.3 → 14.225.4-alpha-9342136.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 +737 -737
- 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
|
@@ -811,82 +811,6 @@
|
|
|
811
811
|
}
|
|
812
812
|
]
|
|
813
813
|
},
|
|
814
|
-
{
|
|
815
|
-
"kind": "javascript-module",
|
|
816
|
-
"path": "src/_common/icons.ts",
|
|
817
|
-
"declarations": [
|
|
818
|
-
{
|
|
819
|
-
"kind": "function",
|
|
820
|
-
"name": "closeIcon",
|
|
821
|
-
"parameters": [
|
|
822
|
-
{
|
|
823
|
-
"name": "slot",
|
|
824
|
-
"default": "'start'"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"name": "fill",
|
|
828
|
-
"default": "'#879ba6'"
|
|
829
|
-
}
|
|
830
|
-
]
|
|
831
|
-
}
|
|
832
|
-
],
|
|
833
|
-
"exports": [
|
|
834
|
-
{
|
|
835
|
-
"kind": "js",
|
|
836
|
-
"name": "closeIcon",
|
|
837
|
-
"declaration": {
|
|
838
|
-
"name": "closeIcon",
|
|
839
|
-
"module": "src/_common/icons.ts"
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
]
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"kind": "javascript-module",
|
|
846
|
-
"path": "src/_common/index.ts",
|
|
847
|
-
"declarations": [],
|
|
848
|
-
"exports": [
|
|
849
|
-
{
|
|
850
|
-
"kind": "js",
|
|
851
|
-
"name": "*",
|
|
852
|
-
"declaration": {
|
|
853
|
-
"name": "*",
|
|
854
|
-
"package": "./icons"
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
]
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"kind": "javascript-module",
|
|
861
|
-
"path": "src/_config/index.ts",
|
|
862
|
-
"declarations": [],
|
|
863
|
-
"exports": [
|
|
864
|
-
{
|
|
865
|
-
"kind": "js",
|
|
866
|
-
"name": "*",
|
|
867
|
-
"declaration": {
|
|
868
|
-
"name": "*",
|
|
869
|
-
"package": "./styles"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"kind": "js",
|
|
874
|
-
"name": "*",
|
|
875
|
-
"declaration": {
|
|
876
|
-
"name": "*",
|
|
877
|
-
"package": "./tokens"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"kind": "js",
|
|
882
|
-
"name": "*",
|
|
883
|
-
"declaration": {
|
|
884
|
-
"name": "*",
|
|
885
|
-
"package": "./values"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
]
|
|
889
|
-
},
|
|
890
814
|
{
|
|
891
815
|
"kind": "javascript-module",
|
|
892
816
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -2022,6 +1946,51 @@
|
|
|
2022
1946
|
}
|
|
2023
1947
|
]
|
|
2024
1948
|
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "javascript-module",
|
|
1951
|
+
"path": "src/_common/icons.ts",
|
|
1952
|
+
"declarations": [
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "function",
|
|
1955
|
+
"name": "closeIcon",
|
|
1956
|
+
"parameters": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "slot",
|
|
1959
|
+
"default": "'start'"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "fill",
|
|
1963
|
+
"default": "'#879ba6'"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"exports": [
|
|
1969
|
+
{
|
|
1970
|
+
"kind": "js",
|
|
1971
|
+
"name": "closeIcon",
|
|
1972
|
+
"declaration": {
|
|
1973
|
+
"name": "closeIcon",
|
|
1974
|
+
"module": "src/_common/icons.ts"
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
]
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"kind": "javascript-module",
|
|
1981
|
+
"path": "src/_common/index.ts",
|
|
1982
|
+
"declarations": [],
|
|
1983
|
+
"exports": [
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "*",
|
|
1989
|
+
"package": "./icons"
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
2025
1994
|
{
|
|
2026
1995
|
"kind": "javascript-module",
|
|
2027
1996
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -4132,6 +4101,37 @@
|
|
|
4132
4101
|
}
|
|
4133
4102
|
]
|
|
4134
4103
|
},
|
|
4104
|
+
{
|
|
4105
|
+
"kind": "javascript-module",
|
|
4106
|
+
"path": "src/_config/index.ts",
|
|
4107
|
+
"declarations": [],
|
|
4108
|
+
"exports": [
|
|
4109
|
+
{
|
|
4110
|
+
"kind": "js",
|
|
4111
|
+
"name": "*",
|
|
4112
|
+
"declaration": {
|
|
4113
|
+
"name": "*",
|
|
4114
|
+
"package": "./styles"
|
|
4115
|
+
}
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"kind": "js",
|
|
4119
|
+
"name": "*",
|
|
4120
|
+
"declaration": {
|
|
4121
|
+
"name": "*",
|
|
4122
|
+
"package": "./tokens"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"kind": "js",
|
|
4127
|
+
"name": "*",
|
|
4128
|
+
"declaration": {
|
|
4129
|
+
"name": "*",
|
|
4130
|
+
"package": "./values"
|
|
4131
|
+
}
|
|
4132
|
+
}
|
|
4133
|
+
]
|
|
4134
|
+
},
|
|
4135
4135
|
{
|
|
4136
4136
|
"kind": "javascript-module",
|
|
4137
4137
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -18411,149 +18411,551 @@
|
|
|
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
|
+
}
|
|
18601
|
+
},
|
|
18602
|
+
{
|
|
18603
|
+
"kind": "field",
|
|
18604
|
+
"name": "_presentation",
|
|
18605
|
+
"type": {
|
|
18606
|
+
"text": "ComponentPresentation | null | undefined"
|
|
18607
|
+
},
|
|
18608
|
+
"privacy": "private",
|
|
18609
|
+
"default": "void 0",
|
|
18610
|
+
"inheritedFrom": {
|
|
18611
|
+
"name": "FoundationElement",
|
|
18612
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18613
|
+
}
|
|
18614
|
+
},
|
|
18615
|
+
{
|
|
18616
|
+
"kind": "field",
|
|
18617
|
+
"name": "$presentation",
|
|
18618
|
+
"type": {
|
|
18619
|
+
"text": "ComponentPresentation | null"
|
|
18620
|
+
},
|
|
18621
|
+
"privacy": "public",
|
|
18622
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18623
|
+
"inheritedFrom": {
|
|
18624
|
+
"name": "FoundationElement",
|
|
18625
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18626
|
+
}
|
|
18627
|
+
},
|
|
18628
|
+
{
|
|
18629
|
+
"kind": "field",
|
|
18630
|
+
"name": "template",
|
|
18631
|
+
"type": {
|
|
18632
|
+
"text": "ElementViewTemplate | void | null"
|
|
18633
|
+
},
|
|
18634
|
+
"privacy": "public",
|
|
18635
|
+
"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.",
|
|
18636
|
+
"inheritedFrom": {
|
|
18637
|
+
"name": "FoundationElement",
|
|
18638
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18639
|
+
}
|
|
18640
|
+
},
|
|
18641
|
+
{
|
|
18642
|
+
"kind": "method",
|
|
18643
|
+
"name": "templateChanged",
|
|
18644
|
+
"privacy": "protected",
|
|
18645
|
+
"return": {
|
|
18646
|
+
"type": {
|
|
18647
|
+
"text": "void"
|
|
18648
|
+
}
|
|
18649
|
+
},
|
|
18650
|
+
"inheritedFrom": {
|
|
18651
|
+
"name": "FoundationElement",
|
|
18652
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18653
|
+
}
|
|
18654
|
+
},
|
|
18655
|
+
{
|
|
18656
|
+
"kind": "field",
|
|
18657
|
+
"name": "styles",
|
|
18658
|
+
"type": {
|
|
18659
|
+
"text": "ElementStyles | void | null"
|
|
18660
|
+
},
|
|
18661
|
+
"privacy": "public",
|
|
18662
|
+
"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.",
|
|
18663
|
+
"inheritedFrom": {
|
|
18664
|
+
"name": "FoundationElement",
|
|
18665
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18666
|
+
}
|
|
18667
|
+
},
|
|
18668
|
+
{
|
|
18669
|
+
"kind": "method",
|
|
18670
|
+
"name": "stylesChanged",
|
|
18671
|
+
"privacy": "protected",
|
|
18672
|
+
"return": {
|
|
18673
|
+
"type": {
|
|
18674
|
+
"text": "void"
|
|
18675
|
+
}
|
|
18676
|
+
},
|
|
18677
|
+
"inheritedFrom": {
|
|
18678
|
+
"name": "FoundationElement",
|
|
18679
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18680
|
+
}
|
|
18681
|
+
},
|
|
18682
|
+
{
|
|
18683
|
+
"kind": "method",
|
|
18684
|
+
"name": "compose",
|
|
18685
|
+
"privacy": "public",
|
|
18686
|
+
"static": true,
|
|
18687
|
+
"return": {
|
|
18688
|
+
"type": {
|
|
18689
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
18690
|
+
}
|
|
18691
|
+
},
|
|
18692
|
+
"parameters": [
|
|
18693
|
+
{
|
|
18694
|
+
"name": "this",
|
|
18695
|
+
"type": {
|
|
18696
|
+
"text": "K"
|
|
18697
|
+
}
|
|
18698
|
+
},
|
|
18699
|
+
{
|
|
18700
|
+
"name": "elementDefinition",
|
|
18701
|
+
"type": {
|
|
18702
|
+
"text": "T"
|
|
18703
|
+
},
|
|
18704
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
18705
|
+
}
|
|
18706
|
+
],
|
|
18707
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18708
|
+
"inheritedFrom": {
|
|
18709
|
+
"name": "FoundationElement",
|
|
18710
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18711
|
+
}
|
|
18712
|
+
}
|
|
18713
|
+
],
|
|
18714
|
+
"events": [
|
|
18715
|
+
{
|
|
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
|
+
}
|
|
18722
|
+
}
|
|
18723
|
+
]
|
|
18724
|
+
},
|
|
18725
|
+
{
|
|
18726
|
+
"kind": "variable",
|
|
18727
|
+
"name": "foundationFlipperShadowOptions",
|
|
18728
|
+
"type": {
|
|
18729
|
+
"text": "ShadowRootInit"
|
|
18730
|
+
},
|
|
18731
|
+
"default": "undefined"
|
|
18732
|
+
},
|
|
18733
|
+
{
|
|
18734
|
+
"kind": "variable",
|
|
18735
|
+
"name": "defaultFlipperConfig",
|
|
18736
|
+
"type": {
|
|
18737
|
+
"text": "object"
|
|
18738
|
+
},
|
|
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}"
|
|
18740
|
+
},
|
|
18741
|
+
{
|
|
18742
|
+
"kind": "variable",
|
|
18743
|
+
"name": "foundationFlipper",
|
|
18744
|
+
"description": "The Foundation Flipper",
|
|
18745
|
+
"privacy": "public"
|
|
18746
|
+
}
|
|
18747
|
+
],
|
|
18748
|
+
"exports": [
|
|
18749
|
+
{
|
|
18750
|
+
"kind": "js",
|
|
18751
|
+
"name": "Flipper",
|
|
18752
|
+
"declaration": {
|
|
18753
|
+
"name": "Flipper",
|
|
18754
|
+
"module": "src/flipper/flipper.ts"
|
|
18755
|
+
}
|
|
18756
|
+
},
|
|
18757
|
+
{
|
|
18758
|
+
"kind": "js",
|
|
18759
|
+
"name": "foundationFlipperShadowOptions",
|
|
18760
|
+
"declaration": {
|
|
18761
|
+
"name": "foundationFlipperShadowOptions",
|
|
18762
|
+
"module": "src/flipper/flipper.ts"
|
|
18763
|
+
}
|
|
18764
|
+
},
|
|
18765
|
+
{
|
|
18766
|
+
"kind": "js",
|
|
18767
|
+
"name": "defaultFlipperConfig",
|
|
18768
|
+
"declaration": {
|
|
18769
|
+
"name": "defaultFlipperConfig",
|
|
18770
|
+
"module": "src/flipper/flipper.ts"
|
|
18771
|
+
}
|
|
18772
|
+
},
|
|
18773
|
+
{
|
|
18774
|
+
"kind": "js",
|
|
18775
|
+
"name": "foundationFlipper",
|
|
18776
|
+
"declaration": {
|
|
18777
|
+
"name": "foundationFlipper",
|
|
18778
|
+
"module": "src/flipper/flipper.ts"
|
|
18779
|
+
}
|
|
18780
|
+
}
|
|
18781
|
+
]
|
|
18782
|
+
},
|
|
18783
|
+
{
|
|
18784
|
+
"kind": "javascript-module",
|
|
18785
|
+
"path": "src/flipper/index.ts",
|
|
18786
|
+
"declarations": [],
|
|
18787
|
+
"exports": [
|
|
18788
|
+
{
|
|
18789
|
+
"kind": "js",
|
|
18790
|
+
"name": "*",
|
|
18791
|
+
"declaration": {
|
|
18792
|
+
"name": "*",
|
|
18793
|
+
"package": "./flipper.template"
|
|
18794
|
+
}
|
|
18795
|
+
},
|
|
18796
|
+
{
|
|
18797
|
+
"kind": "js",
|
|
18798
|
+
"name": "*",
|
|
18799
|
+
"declaration": {
|
|
18800
|
+
"name": "*",
|
|
18801
|
+
"package": "./flipper.styles"
|
|
18802
|
+
}
|
|
18803
|
+
},
|
|
18804
|
+
{
|
|
18805
|
+
"kind": "js",
|
|
18806
|
+
"name": "*",
|
|
18807
|
+
"declaration": {
|
|
18808
|
+
"name": "*",
|
|
18809
|
+
"package": "./flipper"
|
|
18810
|
+
}
|
|
18811
|
+
}
|
|
18812
|
+
]
|
|
18813
|
+
},
|
|
18814
|
+
{
|
|
18815
|
+
"kind": "javascript-module",
|
|
18816
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
18817
|
+
"declarations": [
|
|
18818
|
+
{
|
|
18819
|
+
"kind": "variable",
|
|
18820
|
+
"name": "flyoutAnimationTime",
|
|
18821
|
+
"type": {
|
|
18822
|
+
"text": "number"
|
|
18823
|
+
},
|
|
18824
|
+
"default": "225"
|
|
18825
|
+
},
|
|
18826
|
+
{
|
|
18827
|
+
"kind": "variable",
|
|
18828
|
+
"name": "foundationFlyoutStyles",
|
|
18829
|
+
"type": {
|
|
18830
|
+
"text": "ElementStyles"
|
|
18831
|
+
},
|
|
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`"
|
|
18833
|
+
}
|
|
18834
|
+
],
|
|
18835
|
+
"exports": [
|
|
18836
|
+
{
|
|
18837
|
+
"kind": "js",
|
|
18838
|
+
"name": "flyoutAnimationTime",
|
|
18839
|
+
"declaration": {
|
|
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"
|
|
18850
|
+
}
|
|
18851
|
+
}
|
|
18852
|
+
]
|
|
18853
|
+
},
|
|
18854
|
+
{
|
|
18855
|
+
"kind": "javascript-module",
|
|
18856
|
+
"path": "src/flyout/flyout.template.ts",
|
|
18857
|
+
"declarations": [
|
|
18858
|
+
{
|
|
18859
|
+
"kind": "function",
|
|
18860
|
+
"name": "getPrefixedFlyout",
|
|
18861
|
+
"parameters": [
|
|
18862
|
+
{
|
|
18863
|
+
"name": "prefix",
|
|
18864
|
+
"type": {
|
|
18865
|
+
"text": "string"
|
|
18866
|
+
}
|
|
18867
|
+
}
|
|
18868
|
+
]
|
|
18869
|
+
},
|
|
18870
|
+
{
|
|
18871
|
+
"kind": "variable",
|
|
18872
|
+
"name": "foundationFlyoutTemplate",
|
|
18873
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18874
|
+
}
|
|
18875
|
+
],
|
|
18876
|
+
"exports": [
|
|
18877
|
+
{
|
|
18878
|
+
"kind": "js",
|
|
18879
|
+
"name": "getPrefixedFlyout",
|
|
18880
|
+
"declaration": {
|
|
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"
|
|
18891
|
+
}
|
|
18892
|
+
}
|
|
18893
|
+
]
|
|
18894
|
+
},
|
|
18895
|
+
{
|
|
18896
|
+
"kind": "javascript-module",
|
|
18897
|
+
"path": "src/flyout/flyout.ts",
|
|
18898
|
+
"declarations": [
|
|
18899
|
+
{
|
|
18900
|
+
"kind": "class",
|
|
18901
|
+
"description": "",
|
|
18902
|
+
"name": "Flyout",
|
|
18903
|
+
"members": [
|
|
18904
|
+
{
|
|
18905
|
+
"kind": "field",
|
|
18906
|
+
"name": "exit",
|
|
18907
|
+
"type": {
|
|
18908
|
+
"text": "HTMLDivElement"
|
|
18909
|
+
},
|
|
18910
|
+
"privacy": "public"
|
|
18911
|
+
},
|
|
18912
|
+
{
|
|
18913
|
+
"kind": "field",
|
|
18914
|
+
"name": "position",
|
|
18915
|
+
"type": {
|
|
18916
|
+
"text": "string"
|
|
18917
|
+
},
|
|
18918
|
+
"default": "'right'"
|
|
18919
|
+
},
|
|
18920
|
+
{
|
|
18921
|
+
"kind": "field",
|
|
18922
|
+
"name": "displayHeader",
|
|
18923
|
+
"type": {
|
|
18924
|
+
"text": "boolean"
|
|
18925
|
+
},
|
|
18926
|
+
"default": "true"
|
|
18927
|
+
},
|
|
18928
|
+
{
|
|
18929
|
+
"kind": "field",
|
|
18930
|
+
"name": "closed",
|
|
18931
|
+
"type": {
|
|
18932
|
+
"text": "boolean"
|
|
18933
|
+
},
|
|
18934
|
+
"default": "true"
|
|
18935
|
+
},
|
|
18936
|
+
{
|
|
18937
|
+
"kind": "method",
|
|
18938
|
+
"name": "closedChanged"
|
|
18939
|
+
},
|
|
18940
|
+
{
|
|
18941
|
+
"kind": "field",
|
|
18942
|
+
"name": "visuallyhidden",
|
|
18943
|
+
"type": {
|
|
18944
|
+
"text": "boolean"
|
|
18945
|
+
},
|
|
18946
|
+
"default": "true"
|
|
18947
|
+
},
|
|
18948
|
+
{
|
|
18949
|
+
"kind": "method",
|
|
18950
|
+
"name": "closeFlyout"
|
|
18951
|
+
},
|
|
18952
|
+
{
|
|
18953
|
+
"kind": "method",
|
|
18954
|
+
"name": "closingFinished"
|
|
18955
|
+
},
|
|
18956
|
+
{
|
|
18957
|
+
"kind": "method",
|
|
18958
|
+
"name": "focusExit"
|
|
18557
18959
|
},
|
|
18558
18960
|
{
|
|
18559
18961
|
"kind": "field",
|
|
@@ -19607,566 +20009,172 @@
|
|
|
19607
20009
|
}
|
|
19608
20010
|
}
|
|
19609
20011
|
],
|
|
19610
|
-
"attributes": [
|
|
19611
|
-
{
|
|
19612
|
-
"name": "col-number",
|
|
19613
|
-
"type": {
|
|
19614
|
-
"text": "number"
|
|
19615
|
-
},
|
|
19616
|
-
"fieldName": "colNumber"
|
|
19617
|
-
},
|
|
19618
|
-
{
|
|
19619
|
-
"name": "col-sm-number",
|
|
19620
|
-
"type": {
|
|
19621
|
-
"text": "number"
|
|
19622
|
-
},
|
|
19623
|
-
"fieldName": "colSmNumber"
|
|
19624
|
-
},
|
|
19625
|
-
{
|
|
19626
|
-
"name": "col-md-number",
|
|
19627
|
-
"type": {
|
|
19628
|
-
"text": "number"
|
|
19629
|
-
},
|
|
19630
|
-
"fieldName": "colMdNumber"
|
|
19631
|
-
},
|
|
19632
|
-
{
|
|
19633
|
-
"name": "col-lg-number",
|
|
19634
|
-
"type": {
|
|
19635
|
-
"text": "number"
|
|
19636
|
-
},
|
|
19637
|
-
"fieldName": "colLgNumber"
|
|
19638
|
-
},
|
|
19639
|
-
{
|
|
19640
|
-
"name": "row-number",
|
|
19641
|
-
"type": {
|
|
19642
|
-
"text": "number"
|
|
19643
|
-
},
|
|
19644
|
-
"fieldName": "rowNumber"
|
|
19645
|
-
},
|
|
19646
|
-
{
|
|
19647
|
-
"name": "row-sm-number",
|
|
19648
|
-
"type": {
|
|
19649
|
-
"text": "number"
|
|
19650
|
-
},
|
|
19651
|
-
"fieldName": "rowSmNumber"
|
|
19652
|
-
},
|
|
19653
|
-
{
|
|
19654
|
-
"name": "row-md-number",
|
|
19655
|
-
"type": {
|
|
19656
|
-
"text": "number"
|
|
19657
|
-
},
|
|
19658
|
-
"fieldName": "rowMdNumber"
|
|
19659
|
-
},
|
|
19660
|
-
{
|
|
19661
|
-
"name": "row-lg-number",
|
|
19662
|
-
"type": {
|
|
19663
|
-
"text": "number"
|
|
19664
|
-
},
|
|
19665
|
-
"fieldName": "rowLgNumber"
|
|
19666
|
-
},
|
|
19667
|
-
{
|
|
19668
|
-
"name": "width",
|
|
19669
|
-
"type": {
|
|
19670
|
-
"text": "number"
|
|
19671
|
-
},
|
|
19672
|
-
"fieldName": "width"
|
|
19673
|
-
},
|
|
19674
|
-
{
|
|
19675
|
-
"name": "width-sm",
|
|
19676
|
-
"type": {
|
|
19677
|
-
"text": "number"
|
|
19678
|
-
},
|
|
19679
|
-
"fieldName": "widthSm"
|
|
19680
|
-
},
|
|
19681
|
-
{
|
|
19682
|
-
"name": "width-md",
|
|
19683
|
-
"type": {
|
|
19684
|
-
"text": "number"
|
|
19685
|
-
},
|
|
19686
|
-
"fieldName": "widthMd"
|
|
19687
|
-
},
|
|
19688
|
-
{
|
|
19689
|
-
"name": "width-lg",
|
|
19690
|
-
"type": {
|
|
19691
|
-
"text": "number"
|
|
19692
|
-
},
|
|
19693
|
-
"fieldName": "widthLg"
|
|
19694
|
-
},
|
|
19695
|
-
{
|
|
19696
|
-
"name": "height",
|
|
19697
|
-
"type": {
|
|
19698
|
-
"text": "number"
|
|
19699
|
-
},
|
|
19700
|
-
"fieldName": "height"
|
|
19701
|
-
},
|
|
19702
|
-
{
|
|
19703
|
-
"name": "height-sm",
|
|
19704
|
-
"type": {
|
|
19705
|
-
"text": "number"
|
|
19706
|
-
},
|
|
19707
|
-
"fieldName": "heightSm"
|
|
19708
|
-
},
|
|
19709
|
-
{
|
|
19710
|
-
"name": "height-md",
|
|
19711
|
-
"type": {
|
|
19712
|
-
"text": "number"
|
|
19713
|
-
},
|
|
19714
|
-
"fieldName": "heightMd"
|
|
19715
|
-
},
|
|
19716
|
-
{
|
|
19717
|
-
"name": "height-lg",
|
|
19718
|
-
"type": {
|
|
19719
|
-
"text": "number"
|
|
19720
|
-
},
|
|
19721
|
-
"fieldName": "heightLg"
|
|
19722
|
-
}
|
|
19723
|
-
],
|
|
19724
|
-
"superclass": {
|
|
19725
|
-
"name": "FoundationElement",
|
|
19726
|
-
"package": "@microsoft/fast-foundation"
|
|
19727
|
-
},
|
|
19728
|
-
"tagName": "%%prefix%%-grid-layout-item",
|
|
19729
|
-
"customElement": true
|
|
19730
|
-
},
|
|
19731
|
-
{
|
|
19732
|
-
"kind": "variable",
|
|
19733
|
-
"name": "foundationGridLayoutItem",
|
|
19734
|
-
"description": "The Foundation Grid Layout Item",
|
|
19735
|
-
"privacy": "public"
|
|
19736
|
-
}
|
|
19737
|
-
],
|
|
19738
|
-
"exports": [
|
|
19739
|
-
{
|
|
19740
|
-
"kind": "js",
|
|
19741
|
-
"name": "foundationGridLayoutItemShadowOptions",
|
|
19742
|
-
"declaration": {
|
|
19743
|
-
"name": "foundationGridLayoutItemShadowOptions",
|
|
19744
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19745
|
-
}
|
|
19746
|
-
},
|
|
19747
|
-
{
|
|
19748
|
-
"kind": "js",
|
|
19749
|
-
"name": "defaultGridLayoutItemConfig",
|
|
19750
|
-
"declaration": {
|
|
19751
|
-
"name": "defaultGridLayoutItemConfig",
|
|
19752
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19753
|
-
}
|
|
19754
|
-
},
|
|
19755
|
-
{
|
|
19756
|
-
"kind": "js",
|
|
19757
|
-
"name": "GridLayoutItem",
|
|
19758
|
-
"declaration": {
|
|
19759
|
-
"name": "GridLayoutItem",
|
|
19760
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19761
|
-
}
|
|
19762
|
-
},
|
|
19763
|
-
{
|
|
19764
|
-
"kind": "js",
|
|
19765
|
-
"name": "foundationGridLayoutItem",
|
|
19766
|
-
"declaration": {
|
|
19767
|
-
"name": "foundationGridLayoutItem",
|
|
19768
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19769
|
-
}
|
|
19770
|
-
}
|
|
19771
|
-
]
|
|
19772
|
-
},
|
|
19773
|
-
{
|
|
19774
|
-
"kind": "javascript-module",
|
|
19775
|
-
"path": "src/grid-layout-item/index.ts",
|
|
19776
|
-
"declarations": [],
|
|
19777
|
-
"exports": [
|
|
19778
|
-
{
|
|
19779
|
-
"kind": "js",
|
|
19780
|
-
"name": "*",
|
|
19781
|
-
"declaration": {
|
|
19782
|
-
"name": "*",
|
|
19783
|
-
"package": "./grid-layout-item.template"
|
|
19784
|
-
}
|
|
19785
|
-
},
|
|
19786
|
-
{
|
|
19787
|
-
"kind": "js",
|
|
19788
|
-
"name": "*",
|
|
19789
|
-
"declaration": {
|
|
19790
|
-
"name": "*",
|
|
19791
|
-
"package": "./grid-layout-item"
|
|
19792
|
-
}
|
|
19793
|
-
}
|
|
19794
|
-
]
|
|
19795
|
-
},
|
|
19796
|
-
{
|
|
19797
|
-
"kind": "javascript-module",
|
|
19798
|
-
"path": "src/flipper/flipper.styles.ts",
|
|
19799
|
-
"declarations": [
|
|
19800
|
-
{
|
|
19801
|
-
"kind": "function",
|
|
19802
|
-
"name": "foundationFlipperStyles",
|
|
19803
|
-
"return": {
|
|
19804
|
-
"type": {
|
|
19805
|
-
"text": "ElementStyles"
|
|
19806
|
-
}
|
|
19807
|
-
},
|
|
19808
|
-
"parameters": [
|
|
19809
|
-
{
|
|
19810
|
-
"name": "context",
|
|
19811
|
-
"type": {
|
|
19812
|
-
"text": "ElementDefinitionContext"
|
|
19813
|
-
}
|
|
19814
|
-
},
|
|
19815
|
-
{
|
|
19816
|
-
"name": "definition",
|
|
19817
|
-
"type": {
|
|
19818
|
-
"text": "FlipperOptions"
|
|
19819
|
-
}
|
|
19820
|
-
}
|
|
19821
|
-
]
|
|
19822
|
-
}
|
|
19823
|
-
],
|
|
19824
|
-
"exports": [
|
|
19825
|
-
{
|
|
19826
|
-
"kind": "js",
|
|
19827
|
-
"name": "foundationFlipperStyles",
|
|
19828
|
-
"declaration": {
|
|
19829
|
-
"name": "foundationFlipperStyles",
|
|
19830
|
-
"module": "src/flipper/flipper.styles.ts"
|
|
19831
|
-
}
|
|
19832
|
-
}
|
|
19833
|
-
]
|
|
19834
|
-
},
|
|
19835
|
-
{
|
|
19836
|
-
"kind": "javascript-module",
|
|
19837
|
-
"path": "src/flipper/flipper.template.ts",
|
|
19838
|
-
"declarations": [
|
|
19839
|
-
{
|
|
19840
|
-
"kind": "function",
|
|
19841
|
-
"name": "foundationFlipperTemplate",
|
|
19842
|
-
"return": {
|
|
19843
|
-
"type": {
|
|
19844
|
-
"text": "ViewTemplate<Flipper>"
|
|
19845
|
-
}
|
|
19846
|
-
},
|
|
19847
|
-
"parameters": [
|
|
19848
|
-
{
|
|
19849
|
-
"name": "context",
|
|
19850
|
-
"type": {
|
|
19851
|
-
"text": "ElementDefinitionContext"
|
|
19852
|
-
}
|
|
19853
|
-
},
|
|
19854
|
-
{
|
|
19855
|
-
"name": "definition",
|
|
19856
|
-
"type": {
|
|
19857
|
-
"text": "FlipperOptions"
|
|
19858
|
-
}
|
|
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": [
|
|
19889
|
-
{
|
|
19890
|
-
"type": {
|
|
19891
|
-
"text": "boolean"
|
|
19892
|
-
},
|
|
19893
|
-
"description": "The disabled state of the flipper.",
|
|
19894
|
-
"fieldName": "disabled",
|
|
19895
|
-
"inheritedFrom": {
|
|
19896
|
-
"name": "Flipper",
|
|
19897
|
-
"module": "src/flipper/flipper.ts"
|
|
19898
|
-
}
|
|
19899
|
-
},
|
|
19900
|
-
{
|
|
19901
|
-
"name": "aria-hidden",
|
|
19902
|
-
"type": {
|
|
19903
|
-
"text": "boolean"
|
|
19904
|
-
},
|
|
19905
|
-
"default": "true",
|
|
19906
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
19907
|
-
"fieldName": "hiddenFromAT",
|
|
19908
|
-
"inheritedFrom": {
|
|
19909
|
-
"name": "Flipper",
|
|
19910
|
-
"module": "src/flipper/flipper.ts"
|
|
19911
|
-
}
|
|
19912
|
-
},
|
|
19913
|
-
{
|
|
19914
|
-
"name": "direction",
|
|
19915
|
-
"type": {
|
|
19916
|
-
"text": "FlipperDirection"
|
|
19917
|
-
},
|
|
19918
|
-
"description": "The direction that the flipper implies navigating.",
|
|
19919
|
-
"fieldName": "direction",
|
|
19920
|
-
"inheritedFrom": {
|
|
19921
|
-
"name": "Flipper",
|
|
19922
|
-
"module": "src/flipper/flipper.ts"
|
|
19923
|
-
}
|
|
19924
|
-
}
|
|
19925
|
-
],
|
|
19926
|
-
"members": [
|
|
19927
|
-
{
|
|
19928
|
-
"kind": "field",
|
|
19929
|
-
"name": "disabled",
|
|
19930
|
-
"type": {
|
|
19931
|
-
"text": "boolean"
|
|
19932
|
-
},
|
|
19933
|
-
"privacy": "public",
|
|
19934
|
-
"description": "The disabled state of the flipper.",
|
|
19935
|
-
"inheritedFrom": {
|
|
19936
|
-
"name": "Flipper",
|
|
19937
|
-
"module": "src/flipper/flipper.ts"
|
|
19938
|
-
}
|
|
19939
|
-
},
|
|
19940
|
-
{
|
|
19941
|
-
"kind": "field",
|
|
19942
|
-
"name": "hiddenFromAT",
|
|
19943
|
-
"type": {
|
|
19944
|
-
"text": "boolean"
|
|
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"
|
|
19952
|
-
}
|
|
19953
|
-
},
|
|
19954
|
-
{
|
|
19955
|
-
"kind": "field",
|
|
19956
|
-
"name": "direction",
|
|
19957
|
-
"type": {
|
|
19958
|
-
"text": "FlipperDirection"
|
|
19959
|
-
},
|
|
19960
|
-
"privacy": "public",
|
|
19961
|
-
"description": "The direction that the flipper implies navigating.",
|
|
19962
|
-
"inheritedFrom": {
|
|
19963
|
-
"name": "Flipper",
|
|
19964
|
-
"module": "src/flipper/flipper.ts"
|
|
19965
|
-
}
|
|
19966
|
-
},
|
|
19967
|
-
{
|
|
19968
|
-
"kind": "method",
|
|
19969
|
-
"name": "keyupHandler",
|
|
19970
|
-
"privacy": "public",
|
|
19971
|
-
"parameters": [
|
|
19972
|
-
{
|
|
19973
|
-
"name": "e",
|
|
19974
|
-
"type": {
|
|
19975
|
-
"text": "Event & KeyboardEvent"
|
|
19976
|
-
},
|
|
19977
|
-
"description": "Keyboard event"
|
|
19978
|
-
}
|
|
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
|
-
}
|
|
19985
|
-
},
|
|
19986
|
-
{
|
|
19987
|
-
"kind": "field",
|
|
19988
|
-
"name": "_presentation",
|
|
19989
|
-
"type": {
|
|
19990
|
-
"text": "ComponentPresentation | null | undefined"
|
|
19991
|
-
},
|
|
19992
|
-
"privacy": "private",
|
|
19993
|
-
"default": "void 0",
|
|
19994
|
-
"inheritedFrom": {
|
|
19995
|
-
"name": "FoundationElement",
|
|
19996
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19997
|
-
}
|
|
19998
|
-
},
|
|
19999
|
-
{
|
|
20000
|
-
"kind": "field",
|
|
20001
|
-
"name": "$presentation",
|
|
20002
|
-
"type": {
|
|
20003
|
-
"text": "ComponentPresentation | null"
|
|
20004
|
-
},
|
|
20005
|
-
"privacy": "public",
|
|
20006
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20007
|
-
"inheritedFrom": {
|
|
20008
|
-
"name": "FoundationElement",
|
|
20009
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20010
|
-
}
|
|
20011
|
-
},
|
|
20012
|
-
{
|
|
20013
|
-
"kind": "field",
|
|
20014
|
-
"name": "template",
|
|
20015
|
-
"type": {
|
|
20016
|
-
"text": "ElementViewTemplate | void | null"
|
|
20017
|
-
},
|
|
20018
|
-
"privacy": "public",
|
|
20019
|
-
"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.",
|
|
20020
|
-
"inheritedFrom": {
|
|
20021
|
-
"name": "FoundationElement",
|
|
20022
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20023
|
-
}
|
|
20024
|
-
},
|
|
20025
|
-
{
|
|
20026
|
-
"kind": "method",
|
|
20027
|
-
"name": "templateChanged",
|
|
20028
|
-
"privacy": "protected",
|
|
20029
|
-
"return": {
|
|
20030
|
-
"type": {
|
|
20031
|
-
"text": "void"
|
|
20032
|
-
}
|
|
20033
|
-
},
|
|
20034
|
-
"inheritedFrom": {
|
|
20035
|
-
"name": "FoundationElement",
|
|
20036
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20037
|
-
}
|
|
20038
|
-
},
|
|
20039
|
-
{
|
|
20040
|
-
"kind": "field",
|
|
20041
|
-
"name": "styles",
|
|
20042
|
-
"type": {
|
|
20043
|
-
"text": "ElementStyles | void | null"
|
|
20044
|
-
},
|
|
20045
|
-
"privacy": "public",
|
|
20046
|
-
"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.",
|
|
20047
|
-
"inheritedFrom": {
|
|
20048
|
-
"name": "FoundationElement",
|
|
20049
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20050
|
-
}
|
|
20051
|
-
},
|
|
20052
|
-
{
|
|
20053
|
-
"kind": "method",
|
|
20054
|
-
"name": "stylesChanged",
|
|
20055
|
-
"privacy": "protected",
|
|
20056
|
-
"return": {
|
|
20057
|
-
"type": {
|
|
20058
|
-
"text": "void"
|
|
20059
|
-
}
|
|
20060
|
-
},
|
|
20061
|
-
"inheritedFrom": {
|
|
20062
|
-
"name": "FoundationElement",
|
|
20063
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20064
|
-
}
|
|
20065
|
-
},
|
|
20066
|
-
{
|
|
20067
|
-
"kind": "method",
|
|
20068
|
-
"name": "compose",
|
|
20069
|
-
"privacy": "public",
|
|
20070
|
-
"static": true,
|
|
20071
|
-
"return": {
|
|
20072
|
-
"type": {
|
|
20073
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20074
|
-
}
|
|
20075
|
-
},
|
|
20076
|
-
"parameters": [
|
|
20077
|
-
{
|
|
20078
|
-
"name": "this",
|
|
20079
|
-
"type": {
|
|
20080
|
-
"text": "K"
|
|
20081
|
-
}
|
|
20082
|
-
},
|
|
20083
|
-
{
|
|
20084
|
-
"name": "elementDefinition",
|
|
20085
|
-
"type": {
|
|
20086
|
-
"text": "T"
|
|
20087
|
-
},
|
|
20088
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
20089
|
-
}
|
|
20090
|
-
],
|
|
20091
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20092
|
-
"inheritedFrom": {
|
|
20093
|
-
"name": "FoundationElement",
|
|
20094
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
20095
|
-
}
|
|
20096
|
-
}
|
|
20097
|
-
],
|
|
20098
|
-
"events": [
|
|
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
|
]
|
|
@@ -44301,6 +44301,55 @@
|
|
|
44301
44301
|
}
|
|
44302
44302
|
]
|
|
44303
44303
|
},
|
|
44304
|
+
{
|
|
44305
|
+
"kind": "javascript-module",
|
|
44306
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
44307
|
+
"declarations": [
|
|
44308
|
+
{
|
|
44309
|
+
"kind": "function",
|
|
44310
|
+
"name": "flexLayoutRWDStyles",
|
|
44311
|
+
"return": {
|
|
44312
|
+
"type": {
|
|
44313
|
+
"text": "ElementStyles"
|
|
44314
|
+
}
|
|
44315
|
+
},
|
|
44316
|
+
"parameters": [
|
|
44317
|
+
{
|
|
44318
|
+
"name": "breakPoint",
|
|
44319
|
+
"optional": true,
|
|
44320
|
+
"type": {
|
|
44321
|
+
"text": "FlexBreakPointType"
|
|
44322
|
+
}
|
|
44323
|
+
}
|
|
44324
|
+
]
|
|
44325
|
+
}
|
|
44326
|
+
],
|
|
44327
|
+
"exports": [
|
|
44328
|
+
{
|
|
44329
|
+
"kind": "js",
|
|
44330
|
+
"name": "flexLayoutRWDStyles",
|
|
44331
|
+
"declaration": {
|
|
44332
|
+
"name": "flexLayoutRWDStyles",
|
|
44333
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44334
|
+
}
|
|
44335
|
+
}
|
|
44336
|
+
]
|
|
44337
|
+
},
|
|
44338
|
+
{
|
|
44339
|
+
"kind": "javascript-module",
|
|
44340
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44341
|
+
"declarations": [],
|
|
44342
|
+
"exports": [
|
|
44343
|
+
{
|
|
44344
|
+
"kind": "js",
|
|
44345
|
+
"name": "*",
|
|
44346
|
+
"declaration": {
|
|
44347
|
+
"name": "*",
|
|
44348
|
+
"package": "./flex-layout-rwd.styles"
|
|
44349
|
+
}
|
|
44350
|
+
}
|
|
44351
|
+
]
|
|
44352
|
+
},
|
|
44304
44353
|
{
|
|
44305
44354
|
"kind": "javascript-module",
|
|
44306
44355
|
"path": "src/_config/values/color.ts",
|
|
@@ -44450,55 +44499,6 @@
|
|
|
44450
44499
|
"declarations": [],
|
|
44451
44500
|
"exports": []
|
|
44452
44501
|
},
|
|
44453
|
-
{
|
|
44454
|
-
"kind": "javascript-module",
|
|
44455
|
-
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
44456
|
-
"declarations": [
|
|
44457
|
-
{
|
|
44458
|
-
"kind": "function",
|
|
44459
|
-
"name": "flexLayoutRWDStyles",
|
|
44460
|
-
"return": {
|
|
44461
|
-
"type": {
|
|
44462
|
-
"text": "ElementStyles"
|
|
44463
|
-
}
|
|
44464
|
-
},
|
|
44465
|
-
"parameters": [
|
|
44466
|
-
{
|
|
44467
|
-
"name": "breakPoint",
|
|
44468
|
-
"optional": true,
|
|
44469
|
-
"type": {
|
|
44470
|
-
"text": "FlexBreakPointType"
|
|
44471
|
-
}
|
|
44472
|
-
}
|
|
44473
|
-
]
|
|
44474
|
-
}
|
|
44475
|
-
],
|
|
44476
|
-
"exports": [
|
|
44477
|
-
{
|
|
44478
|
-
"kind": "js",
|
|
44479
|
-
"name": "flexLayoutRWDStyles",
|
|
44480
|
-
"declaration": {
|
|
44481
|
-
"name": "flexLayoutRWDStyles",
|
|
44482
|
-
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44483
|
-
}
|
|
44484
|
-
}
|
|
44485
|
-
]
|
|
44486
|
-
},
|
|
44487
|
-
{
|
|
44488
|
-
"kind": "javascript-module",
|
|
44489
|
-
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44490
|
-
"declarations": [],
|
|
44491
|
-
"exports": [
|
|
44492
|
-
{
|
|
44493
|
-
"kind": "js",
|
|
44494
|
-
"name": "*",
|
|
44495
|
-
"declaration": {
|
|
44496
|
-
"name": "*",
|
|
44497
|
-
"package": "./flex-layout-rwd.styles"
|
|
44498
|
-
}
|
|
44499
|
-
}
|
|
44500
|
-
]
|
|
44501
|
-
},
|
|
44502
44502
|
{
|
|
44503
44503
|
"kind": "javascript-module",
|
|
44504
44504
|
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|