@genesislcap/foundation-ui 14.345.1 → 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 +714 -270
- package/dist/dts/dialog/dialog.d.ts +23 -0
- package/dist/dts/dialog/dialog.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.styles.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.template.d.ts.map +1 -1
- package/dist/esm/dialog/dialog.js +181 -0
- package/dist/esm/dialog/dialog.styles.js +53 -7
- package/dist/esm/dialog/dialog.template.js +21 -12
- package/dist/esm/modal/modal.js +1 -1
- package/package.json +18 -18
|
@@ -1263,37 +1263,6 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/_config/index.ts",
|
|
1269
|
-
"declarations": [],
|
|
1270
|
-
"exports": [
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "js",
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"declaration": {
|
|
1275
|
-
"name": "*",
|
|
1276
|
-
"package": "./styles"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "*",
|
|
1284
|
-
"package": "./tokens"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "js",
|
|
1289
|
-
"name": "*",
|
|
1290
|
-
"declaration": {
|
|
1291
|
-
"name": "*",
|
|
1292
|
-
"package": "./values"
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
1266
|
{
|
|
1298
1267
|
"kind": "javascript-module",
|
|
1299
1268
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2767,188 +2736,6 @@
|
|
|
2767
2736
|
}
|
|
2768
2737
|
]
|
|
2769
2738
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "function",
|
|
2776
|
-
"name": "foundationAccordionStyles",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "ElementStyles"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
"parameters": [
|
|
2783
|
-
{
|
|
2784
|
-
"name": "context",
|
|
2785
|
-
"type": {
|
|
2786
|
-
"text": "ElementDefinitionContext"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "definition",
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "FoundationElementDefinition"
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
]
|
|
2796
|
-
}
|
|
2797
|
-
],
|
|
2798
|
-
"exports": [
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "js",
|
|
2801
|
-
"name": "foundationAccordionStyles",
|
|
2802
|
-
"declaration": {
|
|
2803
|
-
"name": "foundationAccordionStyles",
|
|
2804
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "function",
|
|
2815
|
-
"name": "foundationAccordionTemplate",
|
|
2816
|
-
"return": {
|
|
2817
|
-
"type": {
|
|
2818
|
-
"text": "ViewTemplate<Accordion>"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
|
-
"parameters": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "context",
|
|
2824
|
-
"type": {
|
|
2825
|
-
"text": "ElementDefinitionContext"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"name": "definition",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "FoundationElementDefinition"
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
]
|
|
2835
|
-
}
|
|
2836
|
-
],
|
|
2837
|
-
"exports": [
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "js",
|
|
2840
|
-
"name": "foundationAccordionTemplate",
|
|
2841
|
-
"declaration": {
|
|
2842
|
-
"name": "foundationAccordionTemplate",
|
|
2843
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "javascript-module",
|
|
2850
|
-
"path": "src/accordion/accordion.ts",
|
|
2851
|
-
"declarations": [
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "class",
|
|
2854
|
-
"description": "",
|
|
2855
|
-
"name": "Accordion",
|
|
2856
|
-
"superclass": {
|
|
2857
|
-
"name": "FASTAccordion",
|
|
2858
|
-
"package": "@microsoft/fast-foundation"
|
|
2859
|
-
},
|
|
2860
|
-
"tagName": "%%prefix%%-accordion",
|
|
2861
|
-
"customElement": true
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"kind": "variable",
|
|
2865
|
-
"name": "foundationAccordionShadowOptions",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "ShadowRootInit"
|
|
2868
|
-
},
|
|
2869
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "defaultAccordionConfig",
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "object"
|
|
2876
|
-
},
|
|
2877
|
-
"default": "{}"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "variable",
|
|
2881
|
-
"name": "foundationAccordion",
|
|
2882
|
-
"description": "The Foundation Accordion",
|
|
2883
|
-
"privacy": "public"
|
|
2884
|
-
}
|
|
2885
|
-
],
|
|
2886
|
-
"exports": [
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "Accordion",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "Accordion",
|
|
2892
|
-
"module": "src/accordion/accordion.ts"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"kind": "js",
|
|
2897
|
-
"name": "foundationAccordionShadowOptions",
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "foundationAccordionShadowOptions",
|
|
2900
|
-
"module": "src/accordion/accordion.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "defaultAccordionConfig",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "defaultAccordionConfig",
|
|
2908
|
-
"module": "src/accordion/accordion.ts"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "js",
|
|
2913
|
-
"name": "foundationAccordion",
|
|
2914
|
-
"declaration": {
|
|
2915
|
-
"name": "foundationAccordion",
|
|
2916
|
-
"module": "src/accordion/accordion.ts"
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
]
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "javascript-module",
|
|
2923
|
-
"path": "src/accordion/index.ts",
|
|
2924
|
-
"declarations": [],
|
|
2925
|
-
"exports": [
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "js",
|
|
2928
|
-
"name": "*",
|
|
2929
|
-
"declaration": {
|
|
2930
|
-
"name": "*",
|
|
2931
|
-
"package": "./accordion.template"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "js",
|
|
2936
|
-
"name": "*",
|
|
2937
|
-
"declaration": {
|
|
2938
|
-
"name": "*",
|
|
2939
|
-
"package": "./accordion.styles"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"kind": "js",
|
|
2944
|
-
"name": "*",
|
|
2945
|
-
"declaration": {
|
|
2946
|
-
"name": "*",
|
|
2947
|
-
"package": "./accordion"
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
]
|
|
2951
|
-
},
|
|
2952
2739
|
{
|
|
2953
2740
|
"kind": "javascript-module",
|
|
2954
2741
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -4460,7 +4247,220 @@
|
|
|
4460
4247
|
},
|
|
4461
4248
|
{
|
|
4462
4249
|
"kind": "variable",
|
|
4463
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4250
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4251
|
+
"type": {
|
|
4252
|
+
"text": "object"
|
|
4253
|
+
},
|
|
4254
|
+
"default": "{}"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "variable",
|
|
4258
|
+
"name": "foundationAnchoredRegion",
|
|
4259
|
+
"description": "The Foundation Anchored Region",
|
|
4260
|
+
"privacy": "public"
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"exports": [
|
|
4264
|
+
{
|
|
4265
|
+
"kind": "js",
|
|
4266
|
+
"name": "AnchoredRegion",
|
|
4267
|
+
"declaration": {
|
|
4268
|
+
"name": "AnchoredRegion",
|
|
4269
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"kind": "js",
|
|
4274
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4275
|
+
"declaration": {
|
|
4276
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4277
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4278
|
+
}
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"kind": "js",
|
|
4282
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4283
|
+
"declaration": {
|
|
4284
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4285
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4286
|
+
}
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"kind": "js",
|
|
4290
|
+
"name": "foundationAnchoredRegion",
|
|
4291
|
+
"declaration": {
|
|
4292
|
+
"name": "foundationAnchoredRegion",
|
|
4293
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
]
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "javascript-module",
|
|
4300
|
+
"path": "src/anchored-region/index.ts",
|
|
4301
|
+
"declarations": [],
|
|
4302
|
+
"exports": [
|
|
4303
|
+
{
|
|
4304
|
+
"kind": "js",
|
|
4305
|
+
"name": "*",
|
|
4306
|
+
"declaration": {
|
|
4307
|
+
"name": "*",
|
|
4308
|
+
"package": "./anchor-region.template"
|
|
4309
|
+
}
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"kind": "js",
|
|
4313
|
+
"name": "*",
|
|
4314
|
+
"declaration": {
|
|
4315
|
+
"name": "*",
|
|
4316
|
+
"package": "./anchored-region.styles"
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"kind": "js",
|
|
4321
|
+
"name": "*",
|
|
4322
|
+
"declaration": {
|
|
4323
|
+
"name": "*",
|
|
4324
|
+
"package": "./anchored-region"
|
|
4325
|
+
}
|
|
4326
|
+
}
|
|
4327
|
+
]
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"kind": "javascript-module",
|
|
4331
|
+
"path": "src/_config/index.ts",
|
|
4332
|
+
"declarations": [],
|
|
4333
|
+
"exports": [
|
|
4334
|
+
{
|
|
4335
|
+
"kind": "js",
|
|
4336
|
+
"name": "*",
|
|
4337
|
+
"declaration": {
|
|
4338
|
+
"name": "*",
|
|
4339
|
+
"package": "./styles"
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"kind": "js",
|
|
4344
|
+
"name": "*",
|
|
4345
|
+
"declaration": {
|
|
4346
|
+
"name": "*",
|
|
4347
|
+
"package": "./tokens"
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"kind": "js",
|
|
4352
|
+
"name": "*",
|
|
4353
|
+
"declaration": {
|
|
4354
|
+
"name": "*",
|
|
4355
|
+
"package": "./values"
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
]
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"kind": "javascript-module",
|
|
4362
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4363
|
+
"declarations": [
|
|
4364
|
+
{
|
|
4365
|
+
"kind": "function",
|
|
4366
|
+
"name": "foundationAccordionStyles",
|
|
4367
|
+
"return": {
|
|
4368
|
+
"type": {
|
|
4369
|
+
"text": "ElementStyles"
|
|
4370
|
+
}
|
|
4371
|
+
},
|
|
4372
|
+
"parameters": [
|
|
4373
|
+
{
|
|
4374
|
+
"name": "context",
|
|
4375
|
+
"type": {
|
|
4376
|
+
"text": "ElementDefinitionContext"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "definition",
|
|
4381
|
+
"type": {
|
|
4382
|
+
"text": "FoundationElementDefinition"
|
|
4383
|
+
}
|
|
4384
|
+
}
|
|
4385
|
+
]
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"exports": [
|
|
4389
|
+
{
|
|
4390
|
+
"kind": "js",
|
|
4391
|
+
"name": "foundationAccordionStyles",
|
|
4392
|
+
"declaration": {
|
|
4393
|
+
"name": "foundationAccordionStyles",
|
|
4394
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
]
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"kind": "javascript-module",
|
|
4401
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4402
|
+
"declarations": [
|
|
4403
|
+
{
|
|
4404
|
+
"kind": "function",
|
|
4405
|
+
"name": "foundationAccordionTemplate",
|
|
4406
|
+
"return": {
|
|
4407
|
+
"type": {
|
|
4408
|
+
"text": "ViewTemplate<Accordion>"
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4411
|
+
"parameters": [
|
|
4412
|
+
{
|
|
4413
|
+
"name": "context",
|
|
4414
|
+
"type": {
|
|
4415
|
+
"text": "ElementDefinitionContext"
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"name": "definition",
|
|
4420
|
+
"type": {
|
|
4421
|
+
"text": "FoundationElementDefinition"
|
|
4422
|
+
}
|
|
4423
|
+
}
|
|
4424
|
+
]
|
|
4425
|
+
}
|
|
4426
|
+
],
|
|
4427
|
+
"exports": [
|
|
4428
|
+
{
|
|
4429
|
+
"kind": "js",
|
|
4430
|
+
"name": "foundationAccordionTemplate",
|
|
4431
|
+
"declaration": {
|
|
4432
|
+
"name": "foundationAccordionTemplate",
|
|
4433
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4434
|
+
}
|
|
4435
|
+
}
|
|
4436
|
+
]
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"kind": "javascript-module",
|
|
4440
|
+
"path": "src/accordion/accordion.ts",
|
|
4441
|
+
"declarations": [
|
|
4442
|
+
{
|
|
4443
|
+
"kind": "class",
|
|
4444
|
+
"description": "",
|
|
4445
|
+
"name": "Accordion",
|
|
4446
|
+
"superclass": {
|
|
4447
|
+
"name": "FASTAccordion",
|
|
4448
|
+
"package": "@microsoft/fast-foundation"
|
|
4449
|
+
},
|
|
4450
|
+
"tagName": "%%prefix%%-accordion",
|
|
4451
|
+
"customElement": true
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"kind": "variable",
|
|
4455
|
+
"name": "foundationAccordionShadowOptions",
|
|
4456
|
+
"type": {
|
|
4457
|
+
"text": "ShadowRootInit"
|
|
4458
|
+
},
|
|
4459
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"kind": "variable",
|
|
4463
|
+
"name": "defaultAccordionConfig",
|
|
4464
4464
|
"type": {
|
|
4465
4465
|
"text": "object"
|
|
4466
4466
|
},
|
|
@@ -4468,49 +4468,49 @@
|
|
|
4468
4468
|
},
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "variable",
|
|
4471
|
-
"name": "
|
|
4472
|
-
"description": "The Foundation
|
|
4471
|
+
"name": "foundationAccordion",
|
|
4472
|
+
"description": "The Foundation Accordion",
|
|
4473
4473
|
"privacy": "public"
|
|
4474
4474
|
}
|
|
4475
4475
|
],
|
|
4476
4476
|
"exports": [
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "Accordion",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "Accordion",
|
|
4482
|
+
"module": "src/accordion/accordion.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "foundationAccordionShadowOptions",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "foundationAccordionShadowOptions",
|
|
4490
|
+
"module": "src/accordion/accordion.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "defaultAccordionConfig",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "defaultAccordionConfig",
|
|
4498
|
+
"module": "src/accordion/accordion.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
},
|
|
4501
4501
|
{
|
|
4502
4502
|
"kind": "js",
|
|
4503
|
-
"name": "
|
|
4503
|
+
"name": "foundationAccordion",
|
|
4504
4504
|
"declaration": {
|
|
4505
|
-
"name": "
|
|
4506
|
-
"module": "src/
|
|
4505
|
+
"name": "foundationAccordion",
|
|
4506
|
+
"module": "src/accordion/accordion.ts"
|
|
4507
4507
|
}
|
|
4508
4508
|
}
|
|
4509
4509
|
]
|
|
4510
4510
|
},
|
|
4511
4511
|
{
|
|
4512
4512
|
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/
|
|
4513
|
+
"path": "src/accordion/index.ts",
|
|
4514
4514
|
"declarations": [],
|
|
4515
4515
|
"exports": [
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./accordion.template"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./accordion.styles"
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
4532
|
{
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"name": "*",
|
|
4535
4535
|
"declaration": {
|
|
4536
4536
|
"name": "*",
|
|
4537
|
-
"package": "./
|
|
4537
|
+
"package": "./accordion"
|
|
4538
4538
|
}
|
|
4539
4539
|
}
|
|
4540
4540
|
]
|
|
@@ -14546,7 +14546,7 @@
|
|
|
14546
14546
|
"type": {
|
|
14547
14547
|
"text": "ElementStyles"
|
|
14548
14548
|
},
|
|
14549
|
-
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='
|
|
14549
|
+
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .header-controls {\n display: flex;\n gap: calc(var(--design-unit) * 1px);\n align-items: center;\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n .reset-size-icon {\n display: flex;\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='left']) dialog {\n margin-left: 0;\n }\n\n :host([position='right']) dialog {\n margin-right: 0;\n }\n\n ::slotted(zero-divider) {\n width: 100%;\n }\n\n .top {\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--notification-details-min-height);\n white-space: pre-line;\n }\n\n .content-container {\n box-sizing: border-box;\n }\n\n :host([resizable]) dialog {\n position: relative;\n box-sizing: border-box;\n max-width: 100%;\n max-height: 100%;\n }\n\n :host([resizable]) dialog[open] {\n display: flex;\n flex-direction: column;\n }\n\n /* Override design system max-width constraints for resizable dialogs */\n :host([resizable]) dialog .content-wrapper {\n position: relative;\n height: 100%;\n width: 100%;\n max-height: 100%;\n min-width: 100%;\n max-width: 100%;\n resize: none;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n :host([resizable]) .content-container {\n flex: 1 1 auto;\n overflow: auto;\n min-height: 0;\n box-sizing: border-box;\n }\n\n :host([resizable]) .top,\n :host([resizable]) .bottom {\n flex: 0 0 auto;\n }\n\n :host([position='right']) dialog .content-wrapper,\n :host([position='left']) dialog .content-wrapper,\n :host([position='left']) dialog,\n :host([position='right']) dialog {\n height: 100%;\n }\n\n /* Resize handles */\n .resize-handle {\n position: absolute;\n z-index: 10;\n }\n\n /* Edge handles */\n .resize-handle-n,\n .resize-handle-s {\n left: 0;\n right: 0;\n height: 8px;\n cursor: ns-resize;\n }\n\n .resize-handle-n {\n top: 0;\n }\n\n .resize-handle-s {\n bottom: 0;\n }\n\n .resize-handle-e,\n .resize-handle-w {\n top: 0;\n bottom: 0;\n width: 8px;\n cursor: ew-resize;\n }\n\n .resize-handle-e {\n right: 0;\n }\n\n .resize-handle-w {\n left: 0;\n }\n\n /* Corner handles */\n .resize-handle-ne,\n .resize-handle-nw,\n .resize-handle-se,\n .resize-handle-sw {\n width: 16px;\n height: 16px;\n }\n\n .resize-handle-ne {\n top: 0;\n right: 0;\n cursor: nesw-resize;\n }\n\n .resize-handle-nw {\n top: 0;\n left: 0;\n cursor: nwse-resize;\n }\n\n .resize-handle-se {\n bottom: 0;\n right: 0;\n cursor: nwse-resize;\n }\n\n .resize-handle-sw {\n bottom: 0;\n left: 0;\n cursor: nesw-resize;\n }\n\n /* Visual indicator for corner handles */\n .resize-handle-se::after,\n .resize-handle-sw::after,\n .resize-handle-ne::after,\n .resize-handle-nw::after {\n content: '';\n position: absolute;\n width: 8px;\n height: 8px;\n border-style: solid;\n border-color: var(--neutral-stroke-divider-rest);\n opacity: 50%;\n transition: opacity 0.2s;\n margin: 2px;\n }\n\n .resize-handle-se::after {\n bottom: 2px;\n right: 2px;\n border-width: 0 3px 3px 0;\n }\n\n .resize-handle-sw::after {\n bottom: 2px;\n left: 2px;\n border-width: 0 0 3px 3px;\n }\n\n .resize-handle-ne::after {\n top: 2px;\n right: 2px;\n border-width: 3px 3px 0 0;\n }\n\n .resize-handle-nw::after {\n top: 2px;\n left: 2px;\n border-width: 3px 0 0 3px;\n }\n\n /* Hover effect */\n .resize-handle:hover::after {\n opacity: 100%;\n }\n\n /* Resizing state */\n dialog.resizing {\n user-select: none;\n pointer-events: auto;\n }\n\n /* Fixed positioning support for resizable dialogs */\n dialog[style*='position: fixed'] {\n margin: 0;\n }\n`"
|
|
14550
14550
|
}
|
|
14551
14551
|
],
|
|
14552
14552
|
"exports": [
|
|
@@ -14817,6 +14817,78 @@
|
|
|
14817
14817
|
"privacy": "private",
|
|
14818
14818
|
"default": "0"
|
|
14819
14819
|
},
|
|
14820
|
+
{
|
|
14821
|
+
"kind": "field",
|
|
14822
|
+
"name": "originalWidth",
|
|
14823
|
+
"type": {
|
|
14824
|
+
"text": "string"
|
|
14825
|
+
},
|
|
14826
|
+
"privacy": "private",
|
|
14827
|
+
"default": "''"
|
|
14828
|
+
},
|
|
14829
|
+
{
|
|
14830
|
+
"kind": "field",
|
|
14831
|
+
"name": "originalHeight",
|
|
14832
|
+
"type": {
|
|
14833
|
+
"text": "string"
|
|
14834
|
+
},
|
|
14835
|
+
"privacy": "private",
|
|
14836
|
+
"default": "''"
|
|
14837
|
+
},
|
|
14838
|
+
{
|
|
14839
|
+
"kind": "field",
|
|
14840
|
+
"name": "originalPosition",
|
|
14841
|
+
"type": {
|
|
14842
|
+
"text": "string"
|
|
14843
|
+
},
|
|
14844
|
+
"privacy": "private",
|
|
14845
|
+
"default": "''"
|
|
14846
|
+
},
|
|
14847
|
+
{
|
|
14848
|
+
"kind": "field",
|
|
14849
|
+
"name": "originalLeft",
|
|
14850
|
+
"type": {
|
|
14851
|
+
"text": "string"
|
|
14852
|
+
},
|
|
14853
|
+
"privacy": "private",
|
|
14854
|
+
"default": "''"
|
|
14855
|
+
},
|
|
14856
|
+
{
|
|
14857
|
+
"kind": "field",
|
|
14858
|
+
"name": "originalTop",
|
|
14859
|
+
"type": {
|
|
14860
|
+
"text": "string"
|
|
14861
|
+
},
|
|
14862
|
+
"privacy": "private",
|
|
14863
|
+
"default": "''"
|
|
14864
|
+
},
|
|
14865
|
+
{
|
|
14866
|
+
"kind": "field",
|
|
14867
|
+
"name": "originalMargin",
|
|
14868
|
+
"type": {
|
|
14869
|
+
"text": "string"
|
|
14870
|
+
},
|
|
14871
|
+
"privacy": "private",
|
|
14872
|
+
"default": "''"
|
|
14873
|
+
},
|
|
14874
|
+
{
|
|
14875
|
+
"kind": "field",
|
|
14876
|
+
"name": "isMaximized",
|
|
14877
|
+
"type": {
|
|
14878
|
+
"text": "boolean"
|
|
14879
|
+
},
|
|
14880
|
+
"privacy": "private",
|
|
14881
|
+
"default": "false"
|
|
14882
|
+
},
|
|
14883
|
+
{
|
|
14884
|
+
"kind": "field",
|
|
14885
|
+
"name": "hasBeenResized",
|
|
14886
|
+
"type": {
|
|
14887
|
+
"text": "boolean"
|
|
14888
|
+
},
|
|
14889
|
+
"privacy": "private",
|
|
14890
|
+
"default": "false"
|
|
14891
|
+
},
|
|
14820
14892
|
{
|
|
14821
14893
|
"kind": "method",
|
|
14822
14894
|
"name": "setupResizeHandlers",
|
|
@@ -14827,6 +14899,19 @@
|
|
|
14827
14899
|
"name": "removeResizeHandlers",
|
|
14828
14900
|
"privacy": "private"
|
|
14829
14901
|
},
|
|
14902
|
+
{
|
|
14903
|
+
"kind": "method",
|
|
14904
|
+
"name": "handleEdgeDoubleClick",
|
|
14905
|
+
"privacy": "private",
|
|
14906
|
+
"parameters": [
|
|
14907
|
+
{
|
|
14908
|
+
"name": "e",
|
|
14909
|
+
"type": {
|
|
14910
|
+
"text": "MouseEvent"
|
|
14911
|
+
}
|
|
14912
|
+
}
|
|
14913
|
+
]
|
|
14914
|
+
},
|
|
14830
14915
|
{
|
|
14831
14916
|
"kind": "method",
|
|
14832
14917
|
"name": "handleResizeStart",
|
|
@@ -14875,6 +14960,15 @@
|
|
|
14875
14960
|
"description": "Determine if the dialog is showing or closed.",
|
|
14876
14961
|
"readonly": true
|
|
14877
14962
|
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "field",
|
|
14965
|
+
"name": "resizeIconName",
|
|
14966
|
+
"type": {
|
|
14967
|
+
"text": "string"
|
|
14968
|
+
},
|
|
14969
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
14970
|
+
"readonly": true
|
|
14971
|
+
},
|
|
14878
14972
|
{
|
|
14879
14973
|
"kind": "method",
|
|
14880
14974
|
"name": "show",
|
|
@@ -14912,6 +15006,28 @@
|
|
|
14912
15006
|
},
|
|
14913
15007
|
"description": "Dismiss the Dialog from display."
|
|
14914
15008
|
},
|
|
15009
|
+
{
|
|
15010
|
+
"kind": "method",
|
|
15011
|
+
"name": "maximize",
|
|
15012
|
+
"privacy": "private",
|
|
15013
|
+
"return": {
|
|
15014
|
+
"type": {
|
|
15015
|
+
"text": "void"
|
|
15016
|
+
}
|
|
15017
|
+
},
|
|
15018
|
+
"description": "Maximize the dialog to fill the viewport."
|
|
15019
|
+
},
|
|
15020
|
+
{
|
|
15021
|
+
"kind": "method",
|
|
15022
|
+
"name": "resetSize",
|
|
15023
|
+
"privacy": "public",
|
|
15024
|
+
"return": {
|
|
15025
|
+
"type": {
|
|
15026
|
+
"text": "void"
|
|
15027
|
+
}
|
|
15028
|
+
},
|
|
15029
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized."
|
|
15030
|
+
},
|
|
14915
15031
|
{
|
|
14916
15032
|
"kind": "field",
|
|
14917
15033
|
"name": "_presentation",
|
|
@@ -15251,11 +15367,128 @@
|
|
|
15251
15367
|
},
|
|
15252
15368
|
{
|
|
15253
15369
|
"kind": "field",
|
|
15254
|
-
"name": "onCloseCallback",
|
|
15370
|
+
"name": "onCloseCallback",
|
|
15371
|
+
"type": {
|
|
15372
|
+
"text": "() => void"
|
|
15373
|
+
},
|
|
15374
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
15375
|
+
"inheritedFrom": {
|
|
15376
|
+
"name": "<local>_DialogElement",
|
|
15377
|
+
"module": "src/dialog/dialog.ts"
|
|
15378
|
+
}
|
|
15379
|
+
},
|
|
15380
|
+
{
|
|
15381
|
+
"kind": "field",
|
|
15382
|
+
"name": "isResizing",
|
|
15383
|
+
"type": {
|
|
15384
|
+
"text": "boolean"
|
|
15385
|
+
},
|
|
15386
|
+
"privacy": "private",
|
|
15387
|
+
"default": "false",
|
|
15388
|
+
"inheritedFrom": {
|
|
15389
|
+
"name": "<local>_DialogElement",
|
|
15390
|
+
"module": "src/dialog/dialog.ts"
|
|
15391
|
+
}
|
|
15392
|
+
},
|
|
15393
|
+
{
|
|
15394
|
+
"kind": "field",
|
|
15395
|
+
"name": "currentResizeHandle",
|
|
15396
|
+
"type": {
|
|
15397
|
+
"text": "string"
|
|
15398
|
+
},
|
|
15399
|
+
"privacy": "private",
|
|
15400
|
+
"default": "null",
|
|
15401
|
+
"inheritedFrom": {
|
|
15402
|
+
"name": "<local>_DialogElement",
|
|
15403
|
+
"module": "src/dialog/dialog.ts"
|
|
15404
|
+
}
|
|
15405
|
+
},
|
|
15406
|
+
{
|
|
15407
|
+
"kind": "field",
|
|
15408
|
+
"name": "startX",
|
|
15409
|
+
"type": {
|
|
15410
|
+
"text": "number"
|
|
15411
|
+
},
|
|
15412
|
+
"privacy": "private",
|
|
15413
|
+
"default": "0",
|
|
15414
|
+
"inheritedFrom": {
|
|
15415
|
+
"name": "<local>_DialogElement",
|
|
15416
|
+
"module": "src/dialog/dialog.ts"
|
|
15417
|
+
}
|
|
15418
|
+
},
|
|
15419
|
+
{
|
|
15420
|
+
"kind": "field",
|
|
15421
|
+
"name": "startY",
|
|
15422
|
+
"type": {
|
|
15423
|
+
"text": "number"
|
|
15424
|
+
},
|
|
15425
|
+
"privacy": "private",
|
|
15426
|
+
"default": "0",
|
|
15427
|
+
"inheritedFrom": {
|
|
15428
|
+
"name": "<local>_DialogElement",
|
|
15429
|
+
"module": "src/dialog/dialog.ts"
|
|
15430
|
+
}
|
|
15431
|
+
},
|
|
15432
|
+
{
|
|
15433
|
+
"kind": "field",
|
|
15434
|
+
"name": "startWidth",
|
|
15435
|
+
"type": {
|
|
15436
|
+
"text": "number"
|
|
15437
|
+
},
|
|
15438
|
+
"privacy": "private",
|
|
15439
|
+
"default": "0",
|
|
15440
|
+
"inheritedFrom": {
|
|
15441
|
+
"name": "<local>_DialogElement",
|
|
15442
|
+
"module": "src/dialog/dialog.ts"
|
|
15443
|
+
}
|
|
15444
|
+
},
|
|
15445
|
+
{
|
|
15446
|
+
"kind": "field",
|
|
15447
|
+
"name": "startHeight",
|
|
15448
|
+
"type": {
|
|
15449
|
+
"text": "number"
|
|
15450
|
+
},
|
|
15451
|
+
"privacy": "private",
|
|
15452
|
+
"default": "0",
|
|
15453
|
+
"inheritedFrom": {
|
|
15454
|
+
"name": "<local>_DialogElement",
|
|
15455
|
+
"module": "src/dialog/dialog.ts"
|
|
15456
|
+
}
|
|
15457
|
+
},
|
|
15458
|
+
{
|
|
15459
|
+
"kind": "field",
|
|
15460
|
+
"name": "startLeft",
|
|
15461
|
+
"type": {
|
|
15462
|
+
"text": "number"
|
|
15463
|
+
},
|
|
15464
|
+
"privacy": "private",
|
|
15465
|
+
"default": "0",
|
|
15466
|
+
"inheritedFrom": {
|
|
15467
|
+
"name": "<local>_DialogElement",
|
|
15468
|
+
"module": "src/dialog/dialog.ts"
|
|
15469
|
+
}
|
|
15470
|
+
},
|
|
15471
|
+
{
|
|
15472
|
+
"kind": "field",
|
|
15473
|
+
"name": "startTop",
|
|
15474
|
+
"type": {
|
|
15475
|
+
"text": "number"
|
|
15476
|
+
},
|
|
15477
|
+
"privacy": "private",
|
|
15478
|
+
"default": "0",
|
|
15479
|
+
"inheritedFrom": {
|
|
15480
|
+
"name": "<local>_DialogElement",
|
|
15481
|
+
"module": "src/dialog/dialog.ts"
|
|
15482
|
+
}
|
|
15483
|
+
},
|
|
15484
|
+
{
|
|
15485
|
+
"kind": "field",
|
|
15486
|
+
"name": "resizeOffsetX",
|
|
15255
15487
|
"type": {
|
|
15256
|
-
"text": "
|
|
15488
|
+
"text": "number"
|
|
15257
15489
|
},
|
|
15258
|
-
"
|
|
15490
|
+
"privacy": "private",
|
|
15491
|
+
"default": "0",
|
|
15259
15492
|
"inheritedFrom": {
|
|
15260
15493
|
"name": "<local>_DialogElement",
|
|
15261
15494
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15263,12 +15496,12 @@
|
|
|
15263
15496
|
},
|
|
15264
15497
|
{
|
|
15265
15498
|
"kind": "field",
|
|
15266
|
-
"name": "
|
|
15499
|
+
"name": "resizeOffsetY",
|
|
15267
15500
|
"type": {
|
|
15268
|
-
"text": "
|
|
15501
|
+
"text": "number"
|
|
15269
15502
|
},
|
|
15270
15503
|
"privacy": "private",
|
|
15271
|
-
"default": "
|
|
15504
|
+
"default": "0",
|
|
15272
15505
|
"inheritedFrom": {
|
|
15273
15506
|
"name": "<local>_DialogElement",
|
|
15274
15507
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15276,12 +15509,12 @@
|
|
|
15276
15509
|
},
|
|
15277
15510
|
{
|
|
15278
15511
|
"kind": "field",
|
|
15279
|
-
"name": "
|
|
15512
|
+
"name": "originalWidth",
|
|
15280
15513
|
"type": {
|
|
15281
15514
|
"text": "string"
|
|
15282
15515
|
},
|
|
15283
15516
|
"privacy": "private",
|
|
15284
|
-
"default": "
|
|
15517
|
+
"default": "''",
|
|
15285
15518
|
"inheritedFrom": {
|
|
15286
15519
|
"name": "<local>_DialogElement",
|
|
15287
15520
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15289,12 +15522,12 @@
|
|
|
15289
15522
|
},
|
|
15290
15523
|
{
|
|
15291
15524
|
"kind": "field",
|
|
15292
|
-
"name": "
|
|
15525
|
+
"name": "originalHeight",
|
|
15293
15526
|
"type": {
|
|
15294
|
-
"text": "
|
|
15527
|
+
"text": "string"
|
|
15295
15528
|
},
|
|
15296
15529
|
"privacy": "private",
|
|
15297
|
-
"default": "
|
|
15530
|
+
"default": "''",
|
|
15298
15531
|
"inheritedFrom": {
|
|
15299
15532
|
"name": "<local>_DialogElement",
|
|
15300
15533
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15302,12 +15535,12 @@
|
|
|
15302
15535
|
},
|
|
15303
15536
|
{
|
|
15304
15537
|
"kind": "field",
|
|
15305
|
-
"name": "
|
|
15538
|
+
"name": "originalPosition",
|
|
15306
15539
|
"type": {
|
|
15307
|
-
"text": "
|
|
15540
|
+
"text": "string"
|
|
15308
15541
|
},
|
|
15309
15542
|
"privacy": "private",
|
|
15310
|
-
"default": "
|
|
15543
|
+
"default": "''",
|
|
15311
15544
|
"inheritedFrom": {
|
|
15312
15545
|
"name": "<local>_DialogElement",
|
|
15313
15546
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15315,12 +15548,12 @@
|
|
|
15315
15548
|
},
|
|
15316
15549
|
{
|
|
15317
15550
|
"kind": "field",
|
|
15318
|
-
"name": "
|
|
15551
|
+
"name": "originalLeft",
|
|
15319
15552
|
"type": {
|
|
15320
|
-
"text": "
|
|
15553
|
+
"text": "string"
|
|
15321
15554
|
},
|
|
15322
15555
|
"privacy": "private",
|
|
15323
|
-
"default": "
|
|
15556
|
+
"default": "''",
|
|
15324
15557
|
"inheritedFrom": {
|
|
15325
15558
|
"name": "<local>_DialogElement",
|
|
15326
15559
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15328,12 +15561,12 @@
|
|
|
15328
15561
|
},
|
|
15329
15562
|
{
|
|
15330
15563
|
"kind": "field",
|
|
15331
|
-
"name": "
|
|
15564
|
+
"name": "originalTop",
|
|
15332
15565
|
"type": {
|
|
15333
|
-
"text": "
|
|
15566
|
+
"text": "string"
|
|
15334
15567
|
},
|
|
15335
15568
|
"privacy": "private",
|
|
15336
|
-
"default": "
|
|
15569
|
+
"default": "''",
|
|
15337
15570
|
"inheritedFrom": {
|
|
15338
15571
|
"name": "<local>_DialogElement",
|
|
15339
15572
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15341,12 +15574,12 @@
|
|
|
15341
15574
|
},
|
|
15342
15575
|
{
|
|
15343
15576
|
"kind": "field",
|
|
15344
|
-
"name": "
|
|
15577
|
+
"name": "originalMargin",
|
|
15345
15578
|
"type": {
|
|
15346
|
-
"text": "
|
|
15579
|
+
"text": "string"
|
|
15347
15580
|
},
|
|
15348
15581
|
"privacy": "private",
|
|
15349
|
-
"default": "
|
|
15582
|
+
"default": "''",
|
|
15350
15583
|
"inheritedFrom": {
|
|
15351
15584
|
"name": "<local>_DialogElement",
|
|
15352
15585
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15354,12 +15587,12 @@
|
|
|
15354
15587
|
},
|
|
15355
15588
|
{
|
|
15356
15589
|
"kind": "field",
|
|
15357
|
-
"name": "
|
|
15590
|
+
"name": "isMaximized",
|
|
15358
15591
|
"type": {
|
|
15359
|
-
"text": "
|
|
15592
|
+
"text": "boolean"
|
|
15360
15593
|
},
|
|
15361
15594
|
"privacy": "private",
|
|
15362
|
-
"default": "
|
|
15595
|
+
"default": "false",
|
|
15363
15596
|
"inheritedFrom": {
|
|
15364
15597
|
"name": "<local>_DialogElement",
|
|
15365
15598
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15367,25 +15600,21 @@
|
|
|
15367
15600
|
},
|
|
15368
15601
|
{
|
|
15369
15602
|
"kind": "field",
|
|
15370
|
-
"name": "
|
|
15603
|
+
"name": "hasBeenResized",
|
|
15371
15604
|
"type": {
|
|
15372
|
-
"text": "
|
|
15605
|
+
"text": "boolean"
|
|
15373
15606
|
},
|
|
15374
15607
|
"privacy": "private",
|
|
15375
|
-
"default": "
|
|
15608
|
+
"default": "false",
|
|
15376
15609
|
"inheritedFrom": {
|
|
15377
15610
|
"name": "<local>_DialogElement",
|
|
15378
15611
|
"module": "src/dialog/dialog.ts"
|
|
15379
15612
|
}
|
|
15380
15613
|
},
|
|
15381
15614
|
{
|
|
15382
|
-
"kind": "
|
|
15383
|
-
"name": "
|
|
15384
|
-
"type": {
|
|
15385
|
-
"text": "number"
|
|
15386
|
-
},
|
|
15615
|
+
"kind": "method",
|
|
15616
|
+
"name": "setupResizeHandlers",
|
|
15387
15617
|
"privacy": "private",
|
|
15388
|
-
"default": "0",
|
|
15389
15618
|
"inheritedFrom": {
|
|
15390
15619
|
"name": "<local>_DialogElement",
|
|
15391
15620
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15393,7 +15622,7 @@
|
|
|
15393
15622
|
},
|
|
15394
15623
|
{
|
|
15395
15624
|
"kind": "method",
|
|
15396
|
-
"name": "
|
|
15625
|
+
"name": "removeResizeHandlers",
|
|
15397
15626
|
"privacy": "private",
|
|
15398
15627
|
"inheritedFrom": {
|
|
15399
15628
|
"name": "<local>_DialogElement",
|
|
@@ -15402,8 +15631,16 @@
|
|
|
15402
15631
|
},
|
|
15403
15632
|
{
|
|
15404
15633
|
"kind": "method",
|
|
15405
|
-
"name": "
|
|
15634
|
+
"name": "handleEdgeDoubleClick",
|
|
15406
15635
|
"privacy": "private",
|
|
15636
|
+
"parameters": [
|
|
15637
|
+
{
|
|
15638
|
+
"name": "e",
|
|
15639
|
+
"type": {
|
|
15640
|
+
"text": "MouseEvent"
|
|
15641
|
+
}
|
|
15642
|
+
}
|
|
15643
|
+
],
|
|
15407
15644
|
"inheritedFrom": {
|
|
15408
15645
|
"name": "<local>_DialogElement",
|
|
15409
15646
|
"module": "src/dialog/dialog.ts"
|
|
@@ -15473,6 +15710,19 @@
|
|
|
15473
15710
|
"module": "src/dialog/dialog.ts"
|
|
15474
15711
|
}
|
|
15475
15712
|
},
|
|
15713
|
+
{
|
|
15714
|
+
"kind": "field",
|
|
15715
|
+
"name": "resizeIconName",
|
|
15716
|
+
"type": {
|
|
15717
|
+
"text": "string"
|
|
15718
|
+
},
|
|
15719
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
15720
|
+
"readonly": true,
|
|
15721
|
+
"inheritedFrom": {
|
|
15722
|
+
"name": "<local>_DialogElement",
|
|
15723
|
+
"module": "src/dialog/dialog.ts"
|
|
15724
|
+
}
|
|
15725
|
+
},
|
|
15476
15726
|
{
|
|
15477
15727
|
"kind": "method",
|
|
15478
15728
|
"name": "close",
|
|
@@ -15512,6 +15762,36 @@
|
|
|
15512
15762
|
"module": "src/dialog/dialog.ts"
|
|
15513
15763
|
}
|
|
15514
15764
|
},
|
|
15765
|
+
{
|
|
15766
|
+
"kind": "method",
|
|
15767
|
+
"name": "maximize",
|
|
15768
|
+
"privacy": "private",
|
|
15769
|
+
"return": {
|
|
15770
|
+
"type": {
|
|
15771
|
+
"text": "void"
|
|
15772
|
+
}
|
|
15773
|
+
},
|
|
15774
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
15775
|
+
"inheritedFrom": {
|
|
15776
|
+
"name": "<local>_DialogElement",
|
|
15777
|
+
"module": "src/dialog/dialog.ts"
|
|
15778
|
+
}
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"kind": "method",
|
|
15782
|
+
"name": "resetSize",
|
|
15783
|
+
"privacy": "public",
|
|
15784
|
+
"return": {
|
|
15785
|
+
"type": {
|
|
15786
|
+
"text": "void"
|
|
15787
|
+
}
|
|
15788
|
+
},
|
|
15789
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
15790
|
+
"inheritedFrom": {
|
|
15791
|
+
"name": "<local>_DialogElement",
|
|
15792
|
+
"module": "src/dialog/dialog.ts"
|
|
15793
|
+
}
|
|
15794
|
+
},
|
|
15515
15795
|
{
|
|
15516
15796
|
"kind": "field",
|
|
15517
15797
|
"name": "_presentation",
|
|
@@ -27853,6 +28133,110 @@
|
|
|
27853
28133
|
"module": "src/dialog/dialog.ts"
|
|
27854
28134
|
}
|
|
27855
28135
|
},
|
|
28136
|
+
{
|
|
28137
|
+
"kind": "field",
|
|
28138
|
+
"name": "originalWidth",
|
|
28139
|
+
"type": {
|
|
28140
|
+
"text": "string"
|
|
28141
|
+
},
|
|
28142
|
+
"privacy": "private",
|
|
28143
|
+
"default": "''",
|
|
28144
|
+
"inheritedFrom": {
|
|
28145
|
+
"name": "<local>_DialogElement",
|
|
28146
|
+
"module": "src/dialog/dialog.ts"
|
|
28147
|
+
}
|
|
28148
|
+
},
|
|
28149
|
+
{
|
|
28150
|
+
"kind": "field",
|
|
28151
|
+
"name": "originalHeight",
|
|
28152
|
+
"type": {
|
|
28153
|
+
"text": "string"
|
|
28154
|
+
},
|
|
28155
|
+
"privacy": "private",
|
|
28156
|
+
"default": "''",
|
|
28157
|
+
"inheritedFrom": {
|
|
28158
|
+
"name": "<local>_DialogElement",
|
|
28159
|
+
"module": "src/dialog/dialog.ts"
|
|
28160
|
+
}
|
|
28161
|
+
},
|
|
28162
|
+
{
|
|
28163
|
+
"kind": "field",
|
|
28164
|
+
"name": "originalPosition",
|
|
28165
|
+
"type": {
|
|
28166
|
+
"text": "string"
|
|
28167
|
+
},
|
|
28168
|
+
"privacy": "private",
|
|
28169
|
+
"default": "''",
|
|
28170
|
+
"inheritedFrom": {
|
|
28171
|
+
"name": "<local>_DialogElement",
|
|
28172
|
+
"module": "src/dialog/dialog.ts"
|
|
28173
|
+
}
|
|
28174
|
+
},
|
|
28175
|
+
{
|
|
28176
|
+
"kind": "field",
|
|
28177
|
+
"name": "originalLeft",
|
|
28178
|
+
"type": {
|
|
28179
|
+
"text": "string"
|
|
28180
|
+
},
|
|
28181
|
+
"privacy": "private",
|
|
28182
|
+
"default": "''",
|
|
28183
|
+
"inheritedFrom": {
|
|
28184
|
+
"name": "<local>_DialogElement",
|
|
28185
|
+
"module": "src/dialog/dialog.ts"
|
|
28186
|
+
}
|
|
28187
|
+
},
|
|
28188
|
+
{
|
|
28189
|
+
"kind": "field",
|
|
28190
|
+
"name": "originalTop",
|
|
28191
|
+
"type": {
|
|
28192
|
+
"text": "string"
|
|
28193
|
+
},
|
|
28194
|
+
"privacy": "private",
|
|
28195
|
+
"default": "''",
|
|
28196
|
+
"inheritedFrom": {
|
|
28197
|
+
"name": "<local>_DialogElement",
|
|
28198
|
+
"module": "src/dialog/dialog.ts"
|
|
28199
|
+
}
|
|
28200
|
+
},
|
|
28201
|
+
{
|
|
28202
|
+
"kind": "field",
|
|
28203
|
+
"name": "originalMargin",
|
|
28204
|
+
"type": {
|
|
28205
|
+
"text": "string"
|
|
28206
|
+
},
|
|
28207
|
+
"privacy": "private",
|
|
28208
|
+
"default": "''",
|
|
28209
|
+
"inheritedFrom": {
|
|
28210
|
+
"name": "<local>_DialogElement",
|
|
28211
|
+
"module": "src/dialog/dialog.ts"
|
|
28212
|
+
}
|
|
28213
|
+
},
|
|
28214
|
+
{
|
|
28215
|
+
"kind": "field",
|
|
28216
|
+
"name": "isMaximized",
|
|
28217
|
+
"type": {
|
|
28218
|
+
"text": "boolean"
|
|
28219
|
+
},
|
|
28220
|
+
"privacy": "private",
|
|
28221
|
+
"default": "false",
|
|
28222
|
+
"inheritedFrom": {
|
|
28223
|
+
"name": "<local>_DialogElement",
|
|
28224
|
+
"module": "src/dialog/dialog.ts"
|
|
28225
|
+
}
|
|
28226
|
+
},
|
|
28227
|
+
{
|
|
28228
|
+
"kind": "field",
|
|
28229
|
+
"name": "hasBeenResized",
|
|
28230
|
+
"type": {
|
|
28231
|
+
"text": "boolean"
|
|
28232
|
+
},
|
|
28233
|
+
"privacy": "private",
|
|
28234
|
+
"default": "false",
|
|
28235
|
+
"inheritedFrom": {
|
|
28236
|
+
"name": "<local>_DialogElement",
|
|
28237
|
+
"module": "src/dialog/dialog.ts"
|
|
28238
|
+
}
|
|
28239
|
+
},
|
|
27856
28240
|
{
|
|
27857
28241
|
"kind": "method",
|
|
27858
28242
|
"name": "setupResizeHandlers",
|
|
@@ -27871,6 +28255,23 @@
|
|
|
27871
28255
|
"module": "src/dialog/dialog.ts"
|
|
27872
28256
|
}
|
|
27873
28257
|
},
|
|
28258
|
+
{
|
|
28259
|
+
"kind": "method",
|
|
28260
|
+
"name": "handleEdgeDoubleClick",
|
|
28261
|
+
"privacy": "private",
|
|
28262
|
+
"parameters": [
|
|
28263
|
+
{
|
|
28264
|
+
"name": "e",
|
|
28265
|
+
"type": {
|
|
28266
|
+
"text": "MouseEvent"
|
|
28267
|
+
}
|
|
28268
|
+
}
|
|
28269
|
+
],
|
|
28270
|
+
"inheritedFrom": {
|
|
28271
|
+
"name": "<local>_DialogElement",
|
|
28272
|
+
"module": "src/dialog/dialog.ts"
|
|
28273
|
+
}
|
|
28274
|
+
},
|
|
27874
28275
|
{
|
|
27875
28276
|
"kind": "method",
|
|
27876
28277
|
"name": "handleResizeStart",
|
|
@@ -27935,6 +28336,19 @@
|
|
|
27935
28336
|
"module": "src/dialog/dialog.ts"
|
|
27936
28337
|
}
|
|
27937
28338
|
},
|
|
28339
|
+
{
|
|
28340
|
+
"kind": "field",
|
|
28341
|
+
"name": "resizeIconName",
|
|
28342
|
+
"type": {
|
|
28343
|
+
"text": "string"
|
|
28344
|
+
},
|
|
28345
|
+
"description": "Get the appropriate icon name for the resize button",
|
|
28346
|
+
"readonly": true,
|
|
28347
|
+
"inheritedFrom": {
|
|
28348
|
+
"name": "<local>_DialogElement",
|
|
28349
|
+
"module": "src/dialog/dialog.ts"
|
|
28350
|
+
}
|
|
28351
|
+
},
|
|
27938
28352
|
{
|
|
27939
28353
|
"kind": "method",
|
|
27940
28354
|
"name": "close",
|
|
@@ -27974,6 +28388,36 @@
|
|
|
27974
28388
|
"module": "src/dialog/dialog.ts"
|
|
27975
28389
|
}
|
|
27976
28390
|
},
|
|
28391
|
+
{
|
|
28392
|
+
"kind": "method",
|
|
28393
|
+
"name": "maximize",
|
|
28394
|
+
"privacy": "private",
|
|
28395
|
+
"return": {
|
|
28396
|
+
"type": {
|
|
28397
|
+
"text": "void"
|
|
28398
|
+
}
|
|
28399
|
+
},
|
|
28400
|
+
"description": "Maximize the dialog to fill the viewport.",
|
|
28401
|
+
"inheritedFrom": {
|
|
28402
|
+
"name": "<local>_DialogElement",
|
|
28403
|
+
"module": "src/dialog/dialog.ts"
|
|
28404
|
+
}
|
|
28405
|
+
},
|
|
28406
|
+
{
|
|
28407
|
+
"kind": "method",
|
|
28408
|
+
"name": "resetSize",
|
|
28409
|
+
"privacy": "public",
|
|
28410
|
+
"return": {
|
|
28411
|
+
"type": {
|
|
28412
|
+
"text": "void"
|
|
28413
|
+
}
|
|
28414
|
+
},
|
|
28415
|
+
"description": "Reset the dialog to its original size and position, or maximize if not resized.",
|
|
28416
|
+
"inheritedFrom": {
|
|
28417
|
+
"name": "<local>_DialogElement",
|
|
28418
|
+
"module": "src/dialog/dialog.ts"
|
|
28419
|
+
}
|
|
28420
|
+
},
|
|
27977
28421
|
{
|
|
27978
28422
|
"kind": "field",
|
|
27979
28423
|
"name": "_presentation",
|