@genesislcap/foundation-zero 14.346.0 → 14.347.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 +328 -0
- package/package.json +12 -12
|
@@ -11608,6 +11608,110 @@
|
|
|
11608
11608
|
"module": "src/dialog/dialog.ts"
|
|
11609
11609
|
}
|
|
11610
11610
|
},
|
|
11611
|
+
{
|
|
11612
|
+
"kind": "field",
|
|
11613
|
+
"name": "originalWidth",
|
|
11614
|
+
"type": {
|
|
11615
|
+
"text": "string"
|
|
11616
|
+
},
|
|
11617
|
+
"privacy": "private",
|
|
11618
|
+
"default": "''",
|
|
11619
|
+
"inheritedFrom": {
|
|
11620
|
+
"name": "DialogElement",
|
|
11621
|
+
"module": "src/dialog/dialog.ts"
|
|
11622
|
+
}
|
|
11623
|
+
},
|
|
11624
|
+
{
|
|
11625
|
+
"kind": "field",
|
|
11626
|
+
"name": "originalHeight",
|
|
11627
|
+
"type": {
|
|
11628
|
+
"text": "string"
|
|
11629
|
+
},
|
|
11630
|
+
"privacy": "private",
|
|
11631
|
+
"default": "''",
|
|
11632
|
+
"inheritedFrom": {
|
|
11633
|
+
"name": "DialogElement",
|
|
11634
|
+
"module": "src/dialog/dialog.ts"
|
|
11635
|
+
}
|
|
11636
|
+
},
|
|
11637
|
+
{
|
|
11638
|
+
"kind": "field",
|
|
11639
|
+
"name": "originalPosition",
|
|
11640
|
+
"type": {
|
|
11641
|
+
"text": "string"
|
|
11642
|
+
},
|
|
11643
|
+
"privacy": "private",
|
|
11644
|
+
"default": "''",
|
|
11645
|
+
"inheritedFrom": {
|
|
11646
|
+
"name": "DialogElement",
|
|
11647
|
+
"module": "src/dialog/dialog.ts"
|
|
11648
|
+
}
|
|
11649
|
+
},
|
|
11650
|
+
{
|
|
11651
|
+
"kind": "field",
|
|
11652
|
+
"name": "originalLeft",
|
|
11653
|
+
"type": {
|
|
11654
|
+
"text": "string"
|
|
11655
|
+
},
|
|
11656
|
+
"privacy": "private",
|
|
11657
|
+
"default": "''",
|
|
11658
|
+
"inheritedFrom": {
|
|
11659
|
+
"name": "DialogElement",
|
|
11660
|
+
"module": "src/dialog/dialog.ts"
|
|
11661
|
+
}
|
|
11662
|
+
},
|
|
11663
|
+
{
|
|
11664
|
+
"kind": "field",
|
|
11665
|
+
"name": "originalTop",
|
|
11666
|
+
"type": {
|
|
11667
|
+
"text": "string"
|
|
11668
|
+
},
|
|
11669
|
+
"privacy": "private",
|
|
11670
|
+
"default": "''",
|
|
11671
|
+
"inheritedFrom": {
|
|
11672
|
+
"name": "DialogElement",
|
|
11673
|
+
"module": "src/dialog/dialog.ts"
|
|
11674
|
+
}
|
|
11675
|
+
},
|
|
11676
|
+
{
|
|
11677
|
+
"kind": "field",
|
|
11678
|
+
"name": "originalMargin",
|
|
11679
|
+
"type": {
|
|
11680
|
+
"text": "string"
|
|
11681
|
+
},
|
|
11682
|
+
"privacy": "private",
|
|
11683
|
+
"default": "''",
|
|
11684
|
+
"inheritedFrom": {
|
|
11685
|
+
"name": "DialogElement",
|
|
11686
|
+
"module": "src/dialog/dialog.ts"
|
|
11687
|
+
}
|
|
11688
|
+
},
|
|
11689
|
+
{
|
|
11690
|
+
"kind": "field",
|
|
11691
|
+
"name": "isMaximized",
|
|
11692
|
+
"type": {
|
|
11693
|
+
"text": "boolean"
|
|
11694
|
+
},
|
|
11695
|
+
"privacy": "private",
|
|
11696
|
+
"default": "false",
|
|
11697
|
+
"inheritedFrom": {
|
|
11698
|
+
"name": "DialogElement",
|
|
11699
|
+
"module": "src/dialog/dialog.ts"
|
|
11700
|
+
}
|
|
11701
|
+
},
|
|
11702
|
+
{
|
|
11703
|
+
"kind": "field",
|
|
11704
|
+
"name": "hasBeenResized",
|
|
11705
|
+
"type": {
|
|
11706
|
+
"text": "boolean"
|
|
11707
|
+
},
|
|
11708
|
+
"privacy": "private",
|
|
11709
|
+
"default": "false",
|
|
11710
|
+
"inheritedFrom": {
|
|
11711
|
+
"name": "DialogElement",
|
|
11712
|
+
"module": "src/dialog/dialog.ts"
|
|
11713
|
+
}
|
|
11714
|
+
},
|
|
11611
11715
|
{
|
|
11612
11716
|
"kind": "method",
|
|
11613
11717
|
"name": "setupResizeHandlers",
|
|
@@ -11626,6 +11730,23 @@
|
|
|
11626
11730
|
"module": "src/dialog/dialog.ts"
|
|
11627
11731
|
}
|
|
11628
11732
|
},
|
|
11733
|
+
{
|
|
11734
|
+
"kind": "method",
|
|
11735
|
+
"name": "handleEdgeDoubleClick",
|
|
11736
|
+
"privacy": "private",
|
|
11737
|
+
"parameters": [
|
|
11738
|
+
{
|
|
11739
|
+
"name": "e",
|
|
11740
|
+
"type": {
|
|
11741
|
+
"text": "MouseEvent"
|
|
11742
|
+
}
|
|
11743
|
+
}
|
|
11744
|
+
],
|
|
11745
|
+
"inheritedFrom": {
|
|
11746
|
+
"name": "DialogElement",
|
|
11747
|
+
"module": "src/dialog/dialog.ts"
|
|
11748
|
+
}
|
|
11749
|
+
},
|
|
11629
11750
|
{
|
|
11630
11751
|
"kind": "method",
|
|
11631
11752
|
"name": "handleResizeStart",
|
|
@@ -11690,6 +11811,19 @@
|
|
|
11690
11811
|
"module": "src/dialog/dialog.ts"
|
|
11691
11812
|
}
|
|
11692
11813
|
},
|
|
11814
|
+
{
|
|
11815
|
+
"kind": "field",
|
|
11816
|
+
"name": "resizeIconName",
|
|
11817
|
+
"type": {
|
|
11818
|
+
"text": "string"
|
|
11819
|
+
},
|
|
11820
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
11821
|
+
"readonly": true,
|
|
11822
|
+
"inheritedFrom": {
|
|
11823
|
+
"name": "DialogElement",
|
|
11824
|
+
"module": "src/dialog/dialog.ts"
|
|
11825
|
+
}
|
|
11826
|
+
},
|
|
11693
11827
|
{
|
|
11694
11828
|
"kind": "method",
|
|
11695
11829
|
"name": "close",
|
|
@@ -11729,6 +11863,36 @@
|
|
|
11729
11863
|
"module": "src/dialog/dialog.ts"
|
|
11730
11864
|
}
|
|
11731
11865
|
},
|
|
11866
|
+
{
|
|
11867
|
+
"kind": "method",
|
|
11868
|
+
"name": "maximize",
|
|
11869
|
+
"privacy": "private",
|
|
11870
|
+
"return": {
|
|
11871
|
+
"type": {
|
|
11872
|
+
"text": "void"
|
|
11873
|
+
}
|
|
11874
|
+
},
|
|
11875
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
11876
|
+
"inheritedFrom": {
|
|
11877
|
+
"name": "DialogElement",
|
|
11878
|
+
"module": "src/dialog/dialog.ts"
|
|
11879
|
+
}
|
|
11880
|
+
},
|
|
11881
|
+
{
|
|
11882
|
+
"kind": "method",
|
|
11883
|
+
"name": "resetSize",
|
|
11884
|
+
"privacy": "public",
|
|
11885
|
+
"return": {
|
|
11886
|
+
"type": {
|
|
11887
|
+
"text": "void"
|
|
11888
|
+
}
|
|
11889
|
+
},
|
|
11890
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
11891
|
+
"inheritedFrom": {
|
|
11892
|
+
"name": "DialogElement",
|
|
11893
|
+
"module": "src/dialog/dialog.ts"
|
|
11894
|
+
}
|
|
11895
|
+
},
|
|
11732
11896
|
{
|
|
11733
11897
|
"kind": "field",
|
|
11734
11898
|
"name": "_presentation",
|
|
@@ -22418,6 +22582,110 @@
|
|
|
22418
22582
|
"module": "src/dialog/dialog.ts"
|
|
22419
22583
|
}
|
|
22420
22584
|
},
|
|
22585
|
+
{
|
|
22586
|
+
"kind": "field",
|
|
22587
|
+
"name": "originalWidth",
|
|
22588
|
+
"type": {
|
|
22589
|
+
"text": "string"
|
|
22590
|
+
},
|
|
22591
|
+
"privacy": "private",
|
|
22592
|
+
"default": "''",
|
|
22593
|
+
"inheritedFrom": {
|
|
22594
|
+
"name": "DialogElement",
|
|
22595
|
+
"module": "src/dialog/dialog.ts"
|
|
22596
|
+
}
|
|
22597
|
+
},
|
|
22598
|
+
{
|
|
22599
|
+
"kind": "field",
|
|
22600
|
+
"name": "originalHeight",
|
|
22601
|
+
"type": {
|
|
22602
|
+
"text": "string"
|
|
22603
|
+
},
|
|
22604
|
+
"privacy": "private",
|
|
22605
|
+
"default": "''",
|
|
22606
|
+
"inheritedFrom": {
|
|
22607
|
+
"name": "DialogElement",
|
|
22608
|
+
"module": "src/dialog/dialog.ts"
|
|
22609
|
+
}
|
|
22610
|
+
},
|
|
22611
|
+
{
|
|
22612
|
+
"kind": "field",
|
|
22613
|
+
"name": "originalPosition",
|
|
22614
|
+
"type": {
|
|
22615
|
+
"text": "string"
|
|
22616
|
+
},
|
|
22617
|
+
"privacy": "private",
|
|
22618
|
+
"default": "''",
|
|
22619
|
+
"inheritedFrom": {
|
|
22620
|
+
"name": "DialogElement",
|
|
22621
|
+
"module": "src/dialog/dialog.ts"
|
|
22622
|
+
}
|
|
22623
|
+
},
|
|
22624
|
+
{
|
|
22625
|
+
"kind": "field",
|
|
22626
|
+
"name": "originalLeft",
|
|
22627
|
+
"type": {
|
|
22628
|
+
"text": "string"
|
|
22629
|
+
},
|
|
22630
|
+
"privacy": "private",
|
|
22631
|
+
"default": "''",
|
|
22632
|
+
"inheritedFrom": {
|
|
22633
|
+
"name": "DialogElement",
|
|
22634
|
+
"module": "src/dialog/dialog.ts"
|
|
22635
|
+
}
|
|
22636
|
+
},
|
|
22637
|
+
{
|
|
22638
|
+
"kind": "field",
|
|
22639
|
+
"name": "originalTop",
|
|
22640
|
+
"type": {
|
|
22641
|
+
"text": "string"
|
|
22642
|
+
},
|
|
22643
|
+
"privacy": "private",
|
|
22644
|
+
"default": "''",
|
|
22645
|
+
"inheritedFrom": {
|
|
22646
|
+
"name": "DialogElement",
|
|
22647
|
+
"module": "src/dialog/dialog.ts"
|
|
22648
|
+
}
|
|
22649
|
+
},
|
|
22650
|
+
{
|
|
22651
|
+
"kind": "field",
|
|
22652
|
+
"name": "originalMargin",
|
|
22653
|
+
"type": {
|
|
22654
|
+
"text": "string"
|
|
22655
|
+
},
|
|
22656
|
+
"privacy": "private",
|
|
22657
|
+
"default": "''",
|
|
22658
|
+
"inheritedFrom": {
|
|
22659
|
+
"name": "DialogElement",
|
|
22660
|
+
"module": "src/dialog/dialog.ts"
|
|
22661
|
+
}
|
|
22662
|
+
},
|
|
22663
|
+
{
|
|
22664
|
+
"kind": "field",
|
|
22665
|
+
"name": "isMaximized",
|
|
22666
|
+
"type": {
|
|
22667
|
+
"text": "boolean"
|
|
22668
|
+
},
|
|
22669
|
+
"privacy": "private",
|
|
22670
|
+
"default": "false",
|
|
22671
|
+
"inheritedFrom": {
|
|
22672
|
+
"name": "DialogElement",
|
|
22673
|
+
"module": "src/dialog/dialog.ts"
|
|
22674
|
+
}
|
|
22675
|
+
},
|
|
22676
|
+
{
|
|
22677
|
+
"kind": "field",
|
|
22678
|
+
"name": "hasBeenResized",
|
|
22679
|
+
"type": {
|
|
22680
|
+
"text": "boolean"
|
|
22681
|
+
},
|
|
22682
|
+
"privacy": "private",
|
|
22683
|
+
"default": "false",
|
|
22684
|
+
"inheritedFrom": {
|
|
22685
|
+
"name": "DialogElement",
|
|
22686
|
+
"module": "src/dialog/dialog.ts"
|
|
22687
|
+
}
|
|
22688
|
+
},
|
|
22421
22689
|
{
|
|
22422
22690
|
"kind": "method",
|
|
22423
22691
|
"name": "setupResizeHandlers",
|
|
@@ -22436,6 +22704,23 @@
|
|
|
22436
22704
|
"module": "src/dialog/dialog.ts"
|
|
22437
22705
|
}
|
|
22438
22706
|
},
|
|
22707
|
+
{
|
|
22708
|
+
"kind": "method",
|
|
22709
|
+
"name": "handleEdgeDoubleClick",
|
|
22710
|
+
"privacy": "private",
|
|
22711
|
+
"parameters": [
|
|
22712
|
+
{
|
|
22713
|
+
"name": "e",
|
|
22714
|
+
"type": {
|
|
22715
|
+
"text": "MouseEvent"
|
|
22716
|
+
}
|
|
22717
|
+
}
|
|
22718
|
+
],
|
|
22719
|
+
"inheritedFrom": {
|
|
22720
|
+
"name": "DialogElement",
|
|
22721
|
+
"module": "src/dialog/dialog.ts"
|
|
22722
|
+
}
|
|
22723
|
+
},
|
|
22439
22724
|
{
|
|
22440
22725
|
"kind": "method",
|
|
22441
22726
|
"name": "handleResizeStart",
|
|
@@ -22500,6 +22785,19 @@
|
|
|
22500
22785
|
"module": "src/dialog/dialog.ts"
|
|
22501
22786
|
}
|
|
22502
22787
|
},
|
|
22788
|
+
{
|
|
22789
|
+
"kind": "field",
|
|
22790
|
+
"name": "resizeIconName",
|
|
22791
|
+
"type": {
|
|
22792
|
+
"text": "string"
|
|
22793
|
+
},
|
|
22794
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
22795
|
+
"readonly": true,
|
|
22796
|
+
"inheritedFrom": {
|
|
22797
|
+
"name": "DialogElement",
|
|
22798
|
+
"module": "src/dialog/dialog.ts"
|
|
22799
|
+
}
|
|
22800
|
+
},
|
|
22503
22801
|
{
|
|
22504
22802
|
"kind": "method",
|
|
22505
22803
|
"name": "close",
|
|
@@ -22539,6 +22837,36 @@
|
|
|
22539
22837
|
"module": "src/dialog/dialog.ts"
|
|
22540
22838
|
}
|
|
22541
22839
|
},
|
|
22840
|
+
{
|
|
22841
|
+
"kind": "method",
|
|
22842
|
+
"name": "maximize",
|
|
22843
|
+
"privacy": "private",
|
|
22844
|
+
"return": {
|
|
22845
|
+
"type": {
|
|
22846
|
+
"text": "void"
|
|
22847
|
+
}
|
|
22848
|
+
},
|
|
22849
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
22850
|
+
"inheritedFrom": {
|
|
22851
|
+
"name": "DialogElement",
|
|
22852
|
+
"module": "src/dialog/dialog.ts"
|
|
22853
|
+
}
|
|
22854
|
+
},
|
|
22855
|
+
{
|
|
22856
|
+
"kind": "method",
|
|
22857
|
+
"name": "resetSize",
|
|
22858
|
+
"privacy": "public",
|
|
22859
|
+
"return": {
|
|
22860
|
+
"type": {
|
|
22861
|
+
"text": "void"
|
|
22862
|
+
}
|
|
22863
|
+
},
|
|
22864
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
22865
|
+
"inheritedFrom": {
|
|
22866
|
+
"name": "DialogElement",
|
|
22867
|
+
"module": "src/dialog/dialog.ts"
|
|
22868
|
+
}
|
|
22869
|
+
},
|
|
22542
22870
|
{
|
|
22543
22871
|
"kind": "field",
|
|
22544
22872
|
"name": "_presentation",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.347.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.347.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.347.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.347.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.347.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.347.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.347.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@genesislcap/foundation-comms": "14.
|
|
83
|
-
"@genesislcap/foundation-logger": "14.
|
|
84
|
-
"@genesislcap/foundation-ui": "14.
|
|
85
|
-
"@genesislcap/foundation-utils": "14.
|
|
82
|
+
"@genesislcap/foundation-comms": "14.347.0",
|
|
83
|
+
"@genesislcap/foundation-logger": "14.347.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "14.347.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "14.347.0",
|
|
86
86
|
"@microsoft/fast-colors": "5.3.1",
|
|
87
87
|
"@microsoft/fast-components": "2.30.6",
|
|
88
88
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "1867b0173e7ffe32db40d75b1cfb19bb81e8edca"
|
|
102
102
|
}
|