@genesislcap/foundation-zero 14.341.0 → 14.342.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.
@@ -11255,6 +11255,51 @@
11255
11255
  "name": "DialogElement",
11256
11256
  "module": "src/dialog/dialog.ts"
11257
11257
  }
11258
+ },
11259
+ {
11260
+ "name": "resizable",
11261
+ "type": {
11262
+ "text": "boolean"
11263
+ },
11264
+ "default": "false",
11265
+ "description": "Whether or not the dialog is resizable",
11266
+ "fieldName": "resizable",
11267
+ "inheritedFrom": {
11268
+ "name": "DialogElement",
11269
+ "module": "src/dialog/dialog.ts"
11270
+ }
11271
+ },
11272
+ {
11273
+ "name": "min-width",
11274
+ "type": {
11275
+ "text": "number"
11276
+ },
11277
+ "default": "MIN_WIDTH",
11278
+ "description": "Minimum width for the dialog",
11279
+ "resolveInitializer": {
11280
+ "module": "src/dialog/dialog.ts"
11281
+ },
11282
+ "fieldName": "minWidth",
11283
+ "inheritedFrom": {
11284
+ "name": "DialogElement",
11285
+ "module": "src/dialog/dialog.ts"
11286
+ }
11287
+ },
11288
+ {
11289
+ "name": "min-height",
11290
+ "type": {
11291
+ "text": "number"
11292
+ },
11293
+ "default": "MIN_HEIGHT",
11294
+ "description": "Minimum height for the dialog",
11295
+ "resolveInitializer": {
11296
+ "module": "src/dialog/dialog.ts"
11297
+ },
11298
+ "fieldName": "minHeight",
11299
+ "inheritedFrom": {
11300
+ "name": "DialogElement",
11301
+ "module": "src/dialog/dialog.ts"
11302
+ }
11258
11303
  }
11259
11304
  ],
11260
11305
  "members": [
@@ -11362,6 +11407,45 @@
11362
11407
  "module": "src/dialog/dialog.ts"
11363
11408
  }
11364
11409
  },
11410
+ {
11411
+ "kind": "field",
11412
+ "name": "resizable",
11413
+ "type": {
11414
+ "text": "boolean"
11415
+ },
11416
+ "default": "false",
11417
+ "description": "Whether or not the dialog is resizable",
11418
+ "inheritedFrom": {
11419
+ "name": "DialogElement",
11420
+ "module": "src/dialog/dialog.ts"
11421
+ }
11422
+ },
11423
+ {
11424
+ "kind": "field",
11425
+ "name": "minWidth",
11426
+ "type": {
11427
+ "text": "number"
11428
+ },
11429
+ "default": "300",
11430
+ "description": "Minimum width for the dialog",
11431
+ "inheritedFrom": {
11432
+ "name": "DialogElement",
11433
+ "module": "src/dialog/dialog.ts"
11434
+ }
11435
+ },
11436
+ {
11437
+ "kind": "field",
11438
+ "name": "minHeight",
11439
+ "type": {
11440
+ "text": "number"
11441
+ },
11442
+ "default": "200",
11443
+ "description": "Minimum height for the dialog",
11444
+ "inheritedFrom": {
11445
+ "name": "DialogElement",
11446
+ "module": "src/dialog/dialog.ts"
11447
+ }
11448
+ },
11365
11449
  {
11366
11450
  "kind": "field",
11367
11451
  "name": "onShowCallback",
@@ -11386,6 +11470,205 @@
11386
11470
  "module": "src/dialog/dialog.ts"
11387
11471
  }
11388
11472
  },
11473
+ {
11474
+ "kind": "field",
11475
+ "name": "isResizing",
11476
+ "type": {
11477
+ "text": "boolean"
11478
+ },
11479
+ "privacy": "private",
11480
+ "default": "false",
11481
+ "inheritedFrom": {
11482
+ "name": "DialogElement",
11483
+ "module": "src/dialog/dialog.ts"
11484
+ }
11485
+ },
11486
+ {
11487
+ "kind": "field",
11488
+ "name": "currentResizeHandle",
11489
+ "type": {
11490
+ "text": "string"
11491
+ },
11492
+ "privacy": "private",
11493
+ "default": "null",
11494
+ "inheritedFrom": {
11495
+ "name": "DialogElement",
11496
+ "module": "src/dialog/dialog.ts"
11497
+ }
11498
+ },
11499
+ {
11500
+ "kind": "field",
11501
+ "name": "startX",
11502
+ "type": {
11503
+ "text": "number"
11504
+ },
11505
+ "privacy": "private",
11506
+ "default": "0",
11507
+ "inheritedFrom": {
11508
+ "name": "DialogElement",
11509
+ "module": "src/dialog/dialog.ts"
11510
+ }
11511
+ },
11512
+ {
11513
+ "kind": "field",
11514
+ "name": "startY",
11515
+ "type": {
11516
+ "text": "number"
11517
+ },
11518
+ "privacy": "private",
11519
+ "default": "0",
11520
+ "inheritedFrom": {
11521
+ "name": "DialogElement",
11522
+ "module": "src/dialog/dialog.ts"
11523
+ }
11524
+ },
11525
+ {
11526
+ "kind": "field",
11527
+ "name": "startWidth",
11528
+ "type": {
11529
+ "text": "number"
11530
+ },
11531
+ "privacy": "private",
11532
+ "default": "0",
11533
+ "inheritedFrom": {
11534
+ "name": "DialogElement",
11535
+ "module": "src/dialog/dialog.ts"
11536
+ }
11537
+ },
11538
+ {
11539
+ "kind": "field",
11540
+ "name": "startHeight",
11541
+ "type": {
11542
+ "text": "number"
11543
+ },
11544
+ "privacy": "private",
11545
+ "default": "0",
11546
+ "inheritedFrom": {
11547
+ "name": "DialogElement",
11548
+ "module": "src/dialog/dialog.ts"
11549
+ }
11550
+ },
11551
+ {
11552
+ "kind": "field",
11553
+ "name": "startLeft",
11554
+ "type": {
11555
+ "text": "number"
11556
+ },
11557
+ "privacy": "private",
11558
+ "default": "0",
11559
+ "inheritedFrom": {
11560
+ "name": "DialogElement",
11561
+ "module": "src/dialog/dialog.ts"
11562
+ }
11563
+ },
11564
+ {
11565
+ "kind": "field",
11566
+ "name": "startTop",
11567
+ "type": {
11568
+ "text": "number"
11569
+ },
11570
+ "privacy": "private",
11571
+ "default": "0",
11572
+ "inheritedFrom": {
11573
+ "name": "DialogElement",
11574
+ "module": "src/dialog/dialog.ts"
11575
+ }
11576
+ },
11577
+ {
11578
+ "kind": "field",
11579
+ "name": "resizeOffsetX",
11580
+ "type": {
11581
+ "text": "number"
11582
+ },
11583
+ "privacy": "private",
11584
+ "default": "0",
11585
+ "inheritedFrom": {
11586
+ "name": "DialogElement",
11587
+ "module": "src/dialog/dialog.ts"
11588
+ }
11589
+ },
11590
+ {
11591
+ "kind": "field",
11592
+ "name": "resizeOffsetY",
11593
+ "type": {
11594
+ "text": "number"
11595
+ },
11596
+ "privacy": "private",
11597
+ "default": "0",
11598
+ "inheritedFrom": {
11599
+ "name": "DialogElement",
11600
+ "module": "src/dialog/dialog.ts"
11601
+ }
11602
+ },
11603
+ {
11604
+ "kind": "method",
11605
+ "name": "setupResizeHandlers",
11606
+ "privacy": "private",
11607
+ "inheritedFrom": {
11608
+ "name": "DialogElement",
11609
+ "module": "src/dialog/dialog.ts"
11610
+ }
11611
+ },
11612
+ {
11613
+ "kind": "method",
11614
+ "name": "removeResizeHandlers",
11615
+ "privacy": "private",
11616
+ "inheritedFrom": {
11617
+ "name": "DialogElement",
11618
+ "module": "src/dialog/dialog.ts"
11619
+ }
11620
+ },
11621
+ {
11622
+ "kind": "method",
11623
+ "name": "handleResizeStart",
11624
+ "privacy": "private",
11625
+ "parameters": [
11626
+ {
11627
+ "name": "e",
11628
+ "type": {
11629
+ "text": "MouseEvent"
11630
+ }
11631
+ }
11632
+ ],
11633
+ "inheritedFrom": {
11634
+ "name": "DialogElement",
11635
+ "module": "src/dialog/dialog.ts"
11636
+ }
11637
+ },
11638
+ {
11639
+ "kind": "method",
11640
+ "name": "handleResizeMove",
11641
+ "privacy": "private",
11642
+ "parameters": [
11643
+ {
11644
+ "name": "e",
11645
+ "type": {
11646
+ "text": "MouseEvent"
11647
+ }
11648
+ }
11649
+ ],
11650
+ "inheritedFrom": {
11651
+ "name": "DialogElement",
11652
+ "module": "src/dialog/dialog.ts"
11653
+ }
11654
+ },
11655
+ {
11656
+ "kind": "method",
11657
+ "name": "handleResizeEnd",
11658
+ "privacy": "private",
11659
+ "parameters": [
11660
+ {
11661
+ "name": "e",
11662
+ "type": {
11663
+ "text": "MouseEvent"
11664
+ }
11665
+ }
11666
+ ],
11667
+ "inheritedFrom": {
11668
+ "name": "DialogElement",
11669
+ "module": "src/dialog/dialog.ts"
11670
+ }
11671
+ },
11389
11672
  {
11390
11673
  "kind": "field",
11391
11674
  "name": "open",
@@ -21511,42 +21794,87 @@
21511
21794
  "default": "false",
21512
21795
  "fieldName": "draggable",
21513
21796
  "inheritedFrom": {
21514
- "name": "Modal",
21515
- "module": "src/modal/modal.ts"
21797
+ "name": "Modal",
21798
+ "module": "src/modal/modal.ts"
21799
+ }
21800
+ },
21801
+ {
21802
+ "name": "type",
21803
+ "type": {
21804
+ "text": "DialogType"
21805
+ },
21806
+ "default": "'default'",
21807
+ "fieldName": "type",
21808
+ "inheritedFrom": {
21809
+ "name": "DialogElement",
21810
+ "module": "src/dialog/dialog.ts"
21811
+ }
21812
+ },
21813
+ {
21814
+ "name": "position",
21815
+ "type": {
21816
+ "text": "DialogPosition"
21817
+ },
21818
+ "default": "'center'",
21819
+ "fieldName": "position",
21820
+ "inheritedFrom": {
21821
+ "name": "DialogElement",
21822
+ "module": "src/dialog/dialog.ts"
21823
+ }
21824
+ },
21825
+ {
21826
+ "name": "show-close-icon",
21827
+ "type": {
21828
+ "text": "boolean"
21829
+ },
21830
+ "default": "true",
21831
+ "description": "Whether or not to show the close icon",
21832
+ "fieldName": "showCloseIcon",
21833
+ "inheritedFrom": {
21834
+ "name": "DialogElement",
21835
+ "module": "src/dialog/dialog.ts"
21516
21836
  }
21517
21837
  },
21518
21838
  {
21519
- "name": "type",
21839
+ "name": "resizable",
21520
21840
  "type": {
21521
- "text": "DialogType"
21841
+ "text": "boolean"
21522
21842
  },
21523
- "default": "'default'",
21524
- "fieldName": "type",
21843
+ "default": "false",
21844
+ "description": "Whether or not the dialog is resizable",
21845
+ "fieldName": "resizable",
21525
21846
  "inheritedFrom": {
21526
21847
  "name": "DialogElement",
21527
21848
  "module": "src/dialog/dialog.ts"
21528
21849
  }
21529
21850
  },
21530
21851
  {
21531
- "name": "position",
21852
+ "name": "min-width",
21532
21853
  "type": {
21533
- "text": "DialogPosition"
21854
+ "text": "number"
21534
21855
  },
21535
- "default": "'center'",
21536
- "fieldName": "position",
21856
+ "default": "MIN_WIDTH",
21857
+ "description": "Minimum width for the dialog",
21858
+ "resolveInitializer": {
21859
+ "module": "src/dialog/dialog.ts"
21860
+ },
21861
+ "fieldName": "minWidth",
21537
21862
  "inheritedFrom": {
21538
21863
  "name": "DialogElement",
21539
21864
  "module": "src/dialog/dialog.ts"
21540
21865
  }
21541
21866
  },
21542
21867
  {
21543
- "name": "show-close-icon",
21868
+ "name": "min-height",
21544
21869
  "type": {
21545
- "text": "boolean"
21870
+ "text": "number"
21546
21871
  },
21547
- "default": "true",
21548
- "description": "Whether or not to show the close icon",
21549
- "fieldName": "showCloseIcon",
21872
+ "default": "MIN_HEIGHT",
21873
+ "description": "Minimum height for the dialog",
21874
+ "resolveInitializer": {
21875
+ "module": "src/dialog/dialog.ts"
21876
+ },
21877
+ "fieldName": "minHeight",
21550
21878
  "inheritedFrom": {
21551
21879
  "name": "DialogElement",
21552
21880
  "module": "src/dialog/dialog.ts"
@@ -21901,6 +22229,45 @@
21901
22229
  "module": "src/dialog/dialog.ts"
21902
22230
  }
21903
22231
  },
22232
+ {
22233
+ "kind": "field",
22234
+ "name": "resizable",
22235
+ "type": {
22236
+ "text": "boolean"
22237
+ },
22238
+ "default": "false",
22239
+ "description": "Whether or not the dialog is resizable",
22240
+ "inheritedFrom": {
22241
+ "name": "DialogElement",
22242
+ "module": "src/dialog/dialog.ts"
22243
+ }
22244
+ },
22245
+ {
22246
+ "kind": "field",
22247
+ "name": "minWidth",
22248
+ "type": {
22249
+ "text": "number"
22250
+ },
22251
+ "default": "300",
22252
+ "description": "Minimum width for the dialog",
22253
+ "inheritedFrom": {
22254
+ "name": "DialogElement",
22255
+ "module": "src/dialog/dialog.ts"
22256
+ }
22257
+ },
22258
+ {
22259
+ "kind": "field",
22260
+ "name": "minHeight",
22261
+ "type": {
22262
+ "text": "number"
22263
+ },
22264
+ "default": "200",
22265
+ "description": "Minimum height for the dialog",
22266
+ "inheritedFrom": {
22267
+ "name": "DialogElement",
22268
+ "module": "src/dialog/dialog.ts"
22269
+ }
22270
+ },
21904
22271
  {
21905
22272
  "kind": "field",
21906
22273
  "name": "onShowCallback",
@@ -21913,6 +22280,205 @@
21913
22280
  "module": "src/dialog/dialog.ts"
21914
22281
  }
21915
22282
  },
22283
+ {
22284
+ "kind": "field",
22285
+ "name": "isResizing",
22286
+ "type": {
22287
+ "text": "boolean"
22288
+ },
22289
+ "privacy": "private",
22290
+ "default": "false",
22291
+ "inheritedFrom": {
22292
+ "name": "DialogElement",
22293
+ "module": "src/dialog/dialog.ts"
22294
+ }
22295
+ },
22296
+ {
22297
+ "kind": "field",
22298
+ "name": "currentResizeHandle",
22299
+ "type": {
22300
+ "text": "string"
22301
+ },
22302
+ "privacy": "private",
22303
+ "default": "null",
22304
+ "inheritedFrom": {
22305
+ "name": "DialogElement",
22306
+ "module": "src/dialog/dialog.ts"
22307
+ }
22308
+ },
22309
+ {
22310
+ "kind": "field",
22311
+ "name": "startX",
22312
+ "type": {
22313
+ "text": "number"
22314
+ },
22315
+ "privacy": "private",
22316
+ "default": "0",
22317
+ "inheritedFrom": {
22318
+ "name": "DialogElement",
22319
+ "module": "src/dialog/dialog.ts"
22320
+ }
22321
+ },
22322
+ {
22323
+ "kind": "field",
22324
+ "name": "startY",
22325
+ "type": {
22326
+ "text": "number"
22327
+ },
22328
+ "privacy": "private",
22329
+ "default": "0",
22330
+ "inheritedFrom": {
22331
+ "name": "DialogElement",
22332
+ "module": "src/dialog/dialog.ts"
22333
+ }
22334
+ },
22335
+ {
22336
+ "kind": "field",
22337
+ "name": "startWidth",
22338
+ "type": {
22339
+ "text": "number"
22340
+ },
22341
+ "privacy": "private",
22342
+ "default": "0",
22343
+ "inheritedFrom": {
22344
+ "name": "DialogElement",
22345
+ "module": "src/dialog/dialog.ts"
22346
+ }
22347
+ },
22348
+ {
22349
+ "kind": "field",
22350
+ "name": "startHeight",
22351
+ "type": {
22352
+ "text": "number"
22353
+ },
22354
+ "privacy": "private",
22355
+ "default": "0",
22356
+ "inheritedFrom": {
22357
+ "name": "DialogElement",
22358
+ "module": "src/dialog/dialog.ts"
22359
+ }
22360
+ },
22361
+ {
22362
+ "kind": "field",
22363
+ "name": "startLeft",
22364
+ "type": {
22365
+ "text": "number"
22366
+ },
22367
+ "privacy": "private",
22368
+ "default": "0",
22369
+ "inheritedFrom": {
22370
+ "name": "DialogElement",
22371
+ "module": "src/dialog/dialog.ts"
22372
+ }
22373
+ },
22374
+ {
22375
+ "kind": "field",
22376
+ "name": "startTop",
22377
+ "type": {
22378
+ "text": "number"
22379
+ },
22380
+ "privacy": "private",
22381
+ "default": "0",
22382
+ "inheritedFrom": {
22383
+ "name": "DialogElement",
22384
+ "module": "src/dialog/dialog.ts"
22385
+ }
22386
+ },
22387
+ {
22388
+ "kind": "field",
22389
+ "name": "resizeOffsetX",
22390
+ "type": {
22391
+ "text": "number"
22392
+ },
22393
+ "privacy": "private",
22394
+ "default": "0",
22395
+ "inheritedFrom": {
22396
+ "name": "DialogElement",
22397
+ "module": "src/dialog/dialog.ts"
22398
+ }
22399
+ },
22400
+ {
22401
+ "kind": "field",
22402
+ "name": "resizeOffsetY",
22403
+ "type": {
22404
+ "text": "number"
22405
+ },
22406
+ "privacy": "private",
22407
+ "default": "0",
22408
+ "inheritedFrom": {
22409
+ "name": "DialogElement",
22410
+ "module": "src/dialog/dialog.ts"
22411
+ }
22412
+ },
22413
+ {
22414
+ "kind": "method",
22415
+ "name": "setupResizeHandlers",
22416
+ "privacy": "private",
22417
+ "inheritedFrom": {
22418
+ "name": "DialogElement",
22419
+ "module": "src/dialog/dialog.ts"
22420
+ }
22421
+ },
22422
+ {
22423
+ "kind": "method",
22424
+ "name": "removeResizeHandlers",
22425
+ "privacy": "private",
22426
+ "inheritedFrom": {
22427
+ "name": "DialogElement",
22428
+ "module": "src/dialog/dialog.ts"
22429
+ }
22430
+ },
22431
+ {
22432
+ "kind": "method",
22433
+ "name": "handleResizeStart",
22434
+ "privacy": "private",
22435
+ "parameters": [
22436
+ {
22437
+ "name": "e",
22438
+ "type": {
22439
+ "text": "MouseEvent"
22440
+ }
22441
+ }
22442
+ ],
22443
+ "inheritedFrom": {
22444
+ "name": "DialogElement",
22445
+ "module": "src/dialog/dialog.ts"
22446
+ }
22447
+ },
22448
+ {
22449
+ "kind": "method",
22450
+ "name": "handleResizeMove",
22451
+ "privacy": "private",
22452
+ "parameters": [
22453
+ {
22454
+ "name": "e",
22455
+ "type": {
22456
+ "text": "MouseEvent"
22457
+ }
22458
+ }
22459
+ ],
22460
+ "inheritedFrom": {
22461
+ "name": "DialogElement",
22462
+ "module": "src/dialog/dialog.ts"
22463
+ }
22464
+ },
22465
+ {
22466
+ "kind": "method",
22467
+ "name": "handleResizeEnd",
22468
+ "privacy": "private",
22469
+ "parameters": [
22470
+ {
22471
+ "name": "e",
22472
+ "type": {
22473
+ "text": "MouseEvent"
22474
+ }
22475
+ }
22476
+ ],
22477
+ "inheritedFrom": {
22478
+ "name": "DialogElement",
22479
+ "module": "src/dialog/dialog.ts"
22480
+ }
22481
+ },
21916
22482
  {
21917
22483
  "kind": "field",
21918
22484
  "name": "open",
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.341.0",
4
+ "version": "14.342.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.341.0",
75
- "@genesislcap/rollup-builder": "14.341.0",
76
- "@genesislcap/ts-builder": "14.341.0",
77
- "@genesislcap/uvu-playwright-builder": "14.341.0",
78
- "@genesislcap/vite-builder": "14.341.0",
79
- "@genesislcap/webpack-builder": "14.341.0"
74
+ "@genesislcap/genx": "14.342.0",
75
+ "@genesislcap/rollup-builder": "14.342.0",
76
+ "@genesislcap/ts-builder": "14.342.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.342.0",
78
+ "@genesislcap/vite-builder": "14.342.0",
79
+ "@genesislcap/webpack-builder": "14.342.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.341.0",
83
- "@genesislcap/foundation-logger": "14.341.0",
84
- "@genesislcap/foundation-ui": "14.341.0",
85
- "@genesislcap/foundation-utils": "14.341.0",
82
+ "@genesislcap/foundation-comms": "14.342.0",
83
+ "@genesislcap/foundation-logger": "14.342.0",
84
+ "@genesislcap/foundation-ui": "14.342.0",
85
+ "@genesislcap/foundation-utils": "14.342.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": "2a35636b5c9da265f12ac685f823c190b6ab96f2"
101
+ "gitHead": "bdc6df2edd12875ab7886e6d8808cf9b320de918"
102
102
  }