@genesislcap/rapid-design-system 14.346.0 → 14.347.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9738,6 +9738,110 @@
9738
9738
  "module": "src/dialog/dialog.ts"
9739
9739
  }
9740
9740
  },
9741
+ {
9742
+ "kind": "field",
9743
+ "name": "originalWidth",
9744
+ "type": {
9745
+ "text": "string"
9746
+ },
9747
+ "privacy": "private",
9748
+ "default": "''",
9749
+ "inheritedFrom": {
9750
+ "name": "DialogElement",
9751
+ "module": "src/dialog/dialog.ts"
9752
+ }
9753
+ },
9754
+ {
9755
+ "kind": "field",
9756
+ "name": "originalHeight",
9757
+ "type": {
9758
+ "text": "string"
9759
+ },
9760
+ "privacy": "private",
9761
+ "default": "''",
9762
+ "inheritedFrom": {
9763
+ "name": "DialogElement",
9764
+ "module": "src/dialog/dialog.ts"
9765
+ }
9766
+ },
9767
+ {
9768
+ "kind": "field",
9769
+ "name": "originalPosition",
9770
+ "type": {
9771
+ "text": "string"
9772
+ },
9773
+ "privacy": "private",
9774
+ "default": "''",
9775
+ "inheritedFrom": {
9776
+ "name": "DialogElement",
9777
+ "module": "src/dialog/dialog.ts"
9778
+ }
9779
+ },
9780
+ {
9781
+ "kind": "field",
9782
+ "name": "originalLeft",
9783
+ "type": {
9784
+ "text": "string"
9785
+ },
9786
+ "privacy": "private",
9787
+ "default": "''",
9788
+ "inheritedFrom": {
9789
+ "name": "DialogElement",
9790
+ "module": "src/dialog/dialog.ts"
9791
+ }
9792
+ },
9793
+ {
9794
+ "kind": "field",
9795
+ "name": "originalTop",
9796
+ "type": {
9797
+ "text": "string"
9798
+ },
9799
+ "privacy": "private",
9800
+ "default": "''",
9801
+ "inheritedFrom": {
9802
+ "name": "DialogElement",
9803
+ "module": "src/dialog/dialog.ts"
9804
+ }
9805
+ },
9806
+ {
9807
+ "kind": "field",
9808
+ "name": "originalMargin",
9809
+ "type": {
9810
+ "text": "string"
9811
+ },
9812
+ "privacy": "private",
9813
+ "default": "''",
9814
+ "inheritedFrom": {
9815
+ "name": "DialogElement",
9816
+ "module": "src/dialog/dialog.ts"
9817
+ }
9818
+ },
9819
+ {
9820
+ "kind": "field",
9821
+ "name": "isMaximized",
9822
+ "type": {
9823
+ "text": "boolean"
9824
+ },
9825
+ "privacy": "private",
9826
+ "default": "false",
9827
+ "inheritedFrom": {
9828
+ "name": "DialogElement",
9829
+ "module": "src/dialog/dialog.ts"
9830
+ }
9831
+ },
9832
+ {
9833
+ "kind": "field",
9834
+ "name": "hasBeenResized",
9835
+ "type": {
9836
+ "text": "boolean"
9837
+ },
9838
+ "privacy": "private",
9839
+ "default": "false",
9840
+ "inheritedFrom": {
9841
+ "name": "DialogElement",
9842
+ "module": "src/dialog/dialog.ts"
9843
+ }
9844
+ },
9741
9845
  {
9742
9846
  "kind": "method",
9743
9847
  "name": "setupResizeHandlers",
@@ -9756,6 +9860,23 @@
9756
9860
  "module": "src/dialog/dialog.ts"
9757
9861
  }
9758
9862
  },
9863
+ {
9864
+ "kind": "method",
9865
+ "name": "handleEdgeDoubleClick",
9866
+ "privacy": "private",
9867
+ "parameters": [
9868
+ {
9869
+ "name": "e",
9870
+ "type": {
9871
+ "text": "MouseEvent"
9872
+ }
9873
+ }
9874
+ ],
9875
+ "inheritedFrom": {
9876
+ "name": "DialogElement",
9877
+ "module": "src/dialog/dialog.ts"
9878
+ }
9879
+ },
9759
9880
  {
9760
9881
  "kind": "method",
9761
9882
  "name": "handleResizeStart",
@@ -9820,6 +9941,19 @@
9820
9941
  "module": "src/dialog/dialog.ts"
9821
9942
  }
9822
9943
  },
9944
+ {
9945
+ "kind": "field",
9946
+ "name": "resizeIconName",
9947
+ "type": {
9948
+ "text": "string"
9949
+ },
9950
+ "description": "Get the appropriate icon name for the resize button",
9951
+ "readonly": true,
9952
+ "inheritedFrom": {
9953
+ "name": "DialogElement",
9954
+ "module": "src/dialog/dialog.ts"
9955
+ }
9956
+ },
9823
9957
  {
9824
9958
  "kind": "method",
9825
9959
  "name": "close",
@@ -9859,6 +9993,36 @@
9859
9993
  "module": "src/dialog/dialog.ts"
9860
9994
  }
9861
9995
  },
9996
+ {
9997
+ "kind": "method",
9998
+ "name": "maximize",
9999
+ "privacy": "private",
10000
+ "return": {
10001
+ "type": {
10002
+ "text": "void"
10003
+ }
10004
+ },
10005
+ "description": "Maximize the dialog to fill the viewport.",
10006
+ "inheritedFrom": {
10007
+ "name": "DialogElement",
10008
+ "module": "src/dialog/dialog.ts"
10009
+ }
10010
+ },
10011
+ {
10012
+ "kind": "method",
10013
+ "name": "resetSize",
10014
+ "privacy": "public",
10015
+ "return": {
10016
+ "type": {
10017
+ "text": "void"
10018
+ }
10019
+ },
10020
+ "description": "Reset the dialog to its original size and position, or maximize if not resized.",
10021
+ "inheritedFrom": {
10022
+ "name": "DialogElement",
10023
+ "module": "src/dialog/dialog.ts"
10024
+ }
10025
+ },
9862
10026
  {
9863
10027
  "kind": "field",
9864
10028
  "name": "_presentation",
@@ -19018,6 +19182,110 @@
19018
19182
  "module": "src/dialog/dialog.ts"
19019
19183
  }
19020
19184
  },
19185
+ {
19186
+ "kind": "field",
19187
+ "name": "originalWidth",
19188
+ "type": {
19189
+ "text": "string"
19190
+ },
19191
+ "privacy": "private",
19192
+ "default": "''",
19193
+ "inheritedFrom": {
19194
+ "name": "DialogElement",
19195
+ "module": "src/dialog/dialog.ts"
19196
+ }
19197
+ },
19198
+ {
19199
+ "kind": "field",
19200
+ "name": "originalHeight",
19201
+ "type": {
19202
+ "text": "string"
19203
+ },
19204
+ "privacy": "private",
19205
+ "default": "''",
19206
+ "inheritedFrom": {
19207
+ "name": "DialogElement",
19208
+ "module": "src/dialog/dialog.ts"
19209
+ }
19210
+ },
19211
+ {
19212
+ "kind": "field",
19213
+ "name": "originalPosition",
19214
+ "type": {
19215
+ "text": "string"
19216
+ },
19217
+ "privacy": "private",
19218
+ "default": "''",
19219
+ "inheritedFrom": {
19220
+ "name": "DialogElement",
19221
+ "module": "src/dialog/dialog.ts"
19222
+ }
19223
+ },
19224
+ {
19225
+ "kind": "field",
19226
+ "name": "originalLeft",
19227
+ "type": {
19228
+ "text": "string"
19229
+ },
19230
+ "privacy": "private",
19231
+ "default": "''",
19232
+ "inheritedFrom": {
19233
+ "name": "DialogElement",
19234
+ "module": "src/dialog/dialog.ts"
19235
+ }
19236
+ },
19237
+ {
19238
+ "kind": "field",
19239
+ "name": "originalTop",
19240
+ "type": {
19241
+ "text": "string"
19242
+ },
19243
+ "privacy": "private",
19244
+ "default": "''",
19245
+ "inheritedFrom": {
19246
+ "name": "DialogElement",
19247
+ "module": "src/dialog/dialog.ts"
19248
+ }
19249
+ },
19250
+ {
19251
+ "kind": "field",
19252
+ "name": "originalMargin",
19253
+ "type": {
19254
+ "text": "string"
19255
+ },
19256
+ "privacy": "private",
19257
+ "default": "''",
19258
+ "inheritedFrom": {
19259
+ "name": "DialogElement",
19260
+ "module": "src/dialog/dialog.ts"
19261
+ }
19262
+ },
19263
+ {
19264
+ "kind": "field",
19265
+ "name": "isMaximized",
19266
+ "type": {
19267
+ "text": "boolean"
19268
+ },
19269
+ "privacy": "private",
19270
+ "default": "false",
19271
+ "inheritedFrom": {
19272
+ "name": "DialogElement",
19273
+ "module": "src/dialog/dialog.ts"
19274
+ }
19275
+ },
19276
+ {
19277
+ "kind": "field",
19278
+ "name": "hasBeenResized",
19279
+ "type": {
19280
+ "text": "boolean"
19281
+ },
19282
+ "privacy": "private",
19283
+ "default": "false",
19284
+ "inheritedFrom": {
19285
+ "name": "DialogElement",
19286
+ "module": "src/dialog/dialog.ts"
19287
+ }
19288
+ },
19021
19289
  {
19022
19290
  "kind": "method",
19023
19291
  "name": "setupResizeHandlers",
@@ -19036,6 +19304,23 @@
19036
19304
  "module": "src/dialog/dialog.ts"
19037
19305
  }
19038
19306
  },
19307
+ {
19308
+ "kind": "method",
19309
+ "name": "handleEdgeDoubleClick",
19310
+ "privacy": "private",
19311
+ "parameters": [
19312
+ {
19313
+ "name": "e",
19314
+ "type": {
19315
+ "text": "MouseEvent"
19316
+ }
19317
+ }
19318
+ ],
19319
+ "inheritedFrom": {
19320
+ "name": "DialogElement",
19321
+ "module": "src/dialog/dialog.ts"
19322
+ }
19323
+ },
19039
19324
  {
19040
19325
  "kind": "method",
19041
19326
  "name": "handleResizeStart",
@@ -19100,6 +19385,19 @@
19100
19385
  "module": "src/dialog/dialog.ts"
19101
19386
  }
19102
19387
  },
19388
+ {
19389
+ "kind": "field",
19390
+ "name": "resizeIconName",
19391
+ "type": {
19392
+ "text": "string"
19393
+ },
19394
+ "description": "Get the appropriate icon name for the resize button",
19395
+ "readonly": true,
19396
+ "inheritedFrom": {
19397
+ "name": "DialogElement",
19398
+ "module": "src/dialog/dialog.ts"
19399
+ }
19400
+ },
19103
19401
  {
19104
19402
  "kind": "method",
19105
19403
  "name": "close",
@@ -19139,6 +19437,36 @@
19139
19437
  "module": "src/dialog/dialog.ts"
19140
19438
  }
19141
19439
  },
19440
+ {
19441
+ "kind": "method",
19442
+ "name": "maximize",
19443
+ "privacy": "private",
19444
+ "return": {
19445
+ "type": {
19446
+ "text": "void"
19447
+ }
19448
+ },
19449
+ "description": "Maximize the dialog to fill the viewport.",
19450
+ "inheritedFrom": {
19451
+ "name": "DialogElement",
19452
+ "module": "src/dialog/dialog.ts"
19453
+ }
19454
+ },
19455
+ {
19456
+ "kind": "method",
19457
+ "name": "resetSize",
19458
+ "privacy": "public",
19459
+ "return": {
19460
+ "type": {
19461
+ "text": "void"
19462
+ }
19463
+ },
19464
+ "description": "Reset the dialog to its original size and position, or maximize if not resized.",
19465
+ "inheritedFrom": {
19466
+ "name": "DialogElement",
19467
+ "module": "src/dialog/dialog.ts"
19468
+ }
19469
+ },
19142
19470
  {
19143
19471
  "kind": "field",
19144
19472
  "name": "_presentation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.346.0",
4
+ "version": "14.347.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -33,17 +33,17 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
36
- "@genesislcap/genx": "14.346.0",
37
- "@genesislcap/rollup-builder": "14.346.0",
38
- "@genesislcap/ts-builder": "14.346.0",
39
- "@genesislcap/uvu-playwright-builder": "14.346.0",
40
- "@genesislcap/vite-builder": "14.346.0",
41
- "@genesislcap/webpack-builder": "14.346.0"
36
+ "@genesislcap/genx": "14.347.1",
37
+ "@genesislcap/rollup-builder": "14.347.1",
38
+ "@genesislcap/ts-builder": "14.347.1",
39
+ "@genesislcap/uvu-playwright-builder": "14.347.1",
40
+ "@genesislcap/vite-builder": "14.347.1",
41
+ "@genesislcap/webpack-builder": "14.347.1"
42
42
  },
43
43
  "dependencies": {
44
- "@genesislcap/foundation-logger": "14.346.0",
45
- "@genesislcap/foundation-ui": "14.346.0",
46
- "@genesislcap/foundation-utils": "14.346.0",
44
+ "@genesislcap/foundation-logger": "14.347.1",
45
+ "@genesislcap/foundation-ui": "14.347.1",
46
+ "@genesislcap/foundation-utils": "14.347.1",
47
47
  "@microsoft/fast-colors": "5.3.1",
48
48
  "@microsoft/fast-components": "2.30.6",
49
49
  "@microsoft/fast-element": "1.14.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "customElements": "dist/custom-elements.json",
63
- "gitHead": "9d95d289ce549d9c0f347187acbc3ae6ac5d9a69"
63
+ "gitHead": "fb3dde1303cacf1079541238912b2d3b005dfe16"
64
64
  }