@genesislcap/foundation-ui 14.181.1-alpha-89be4c2.0 → 14.181.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.
- package/dist/custom-elements.json +399 -399
- package/package.json +16 -16
|
@@ -15855,323 +15855,6 @@
|
|
|
15855
15855
|
}
|
|
15856
15856
|
]
|
|
15857
15857
|
},
|
|
15858
|
-
{
|
|
15859
|
-
"kind": "javascript-module",
|
|
15860
|
-
"path": "src/error-dialog/error-dialog.styles.ts",
|
|
15861
|
-
"declarations": [
|
|
15862
|
-
{
|
|
15863
|
-
"kind": "variable",
|
|
15864
|
-
"name": "foundationErrorDialogStyles",
|
|
15865
|
-
"type": {
|
|
15866
|
-
"text": "ElementStyles"
|
|
15867
|
-
},
|
|
15868
|
-
"default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\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(--error-details-min-height);\n }\n`"
|
|
15869
|
-
}
|
|
15870
|
-
],
|
|
15871
|
-
"exports": [
|
|
15872
|
-
{
|
|
15873
|
-
"kind": "js",
|
|
15874
|
-
"name": "foundationErrorDialogStyles",
|
|
15875
|
-
"declaration": {
|
|
15876
|
-
"name": "foundationErrorDialogStyles",
|
|
15877
|
-
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
15878
|
-
}
|
|
15879
|
-
}
|
|
15880
|
-
]
|
|
15881
|
-
},
|
|
15882
|
-
{
|
|
15883
|
-
"kind": "javascript-module",
|
|
15884
|
-
"path": "src/error-dialog/error-dialog.template.ts",
|
|
15885
|
-
"declarations": [
|
|
15886
|
-
{
|
|
15887
|
-
"kind": "function",
|
|
15888
|
-
"name": "getErrorDialogTemplate",
|
|
15889
|
-
"parameters": [
|
|
15890
|
-
{
|
|
15891
|
-
"name": "prefix",
|
|
15892
|
-
"type": {
|
|
15893
|
-
"text": "string"
|
|
15894
|
-
}
|
|
15895
|
-
}
|
|
15896
|
-
]
|
|
15897
|
-
},
|
|
15898
|
-
{
|
|
15899
|
-
"kind": "variable",
|
|
15900
|
-
"name": "errorDialogTemplate",
|
|
15901
|
-
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
15902
|
-
}
|
|
15903
|
-
],
|
|
15904
|
-
"exports": [
|
|
15905
|
-
{
|
|
15906
|
-
"kind": "js",
|
|
15907
|
-
"name": "getErrorDialogTemplate",
|
|
15908
|
-
"declaration": {
|
|
15909
|
-
"name": "getErrorDialogTemplate",
|
|
15910
|
-
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15911
|
-
}
|
|
15912
|
-
},
|
|
15913
|
-
{
|
|
15914
|
-
"kind": "js",
|
|
15915
|
-
"name": "errorDialogTemplate",
|
|
15916
|
-
"declaration": {
|
|
15917
|
-
"name": "errorDialogTemplate",
|
|
15918
|
-
"module": "src/error-dialog/error-dialog.template.ts"
|
|
15919
|
-
}
|
|
15920
|
-
}
|
|
15921
|
-
]
|
|
15922
|
-
},
|
|
15923
|
-
{
|
|
15924
|
-
"kind": "javascript-module",
|
|
15925
|
-
"path": "src/error-dialog/error-dialog.ts",
|
|
15926
|
-
"declarations": [
|
|
15927
|
-
{
|
|
15928
|
-
"kind": "variable",
|
|
15929
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
15930
|
-
"type": {
|
|
15931
|
-
"text": "ShadowRootInit"
|
|
15932
|
-
},
|
|
15933
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
15934
|
-
},
|
|
15935
|
-
{
|
|
15936
|
-
"kind": "class",
|
|
15937
|
-
"description": "",
|
|
15938
|
-
"name": "ErrorDialog",
|
|
15939
|
-
"members": [
|
|
15940
|
-
{
|
|
15941
|
-
"kind": "field",
|
|
15942
|
-
"name": "dialog",
|
|
15943
|
-
"type": {
|
|
15944
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
15945
|
-
},
|
|
15946
|
-
"privacy": "public"
|
|
15947
|
-
},
|
|
15948
|
-
{
|
|
15949
|
-
"kind": "field",
|
|
15950
|
-
"name": "error",
|
|
15951
|
-
"type": {
|
|
15952
|
-
"text": "ErrorStructure"
|
|
15953
|
-
}
|
|
15954
|
-
},
|
|
15955
|
-
{
|
|
15956
|
-
"kind": "field",
|
|
15957
|
-
"name": "notification",
|
|
15958
|
-
"type": {
|
|
15959
|
-
"text": "NotificationStructure"
|
|
15960
|
-
}
|
|
15961
|
-
},
|
|
15962
|
-
{
|
|
15963
|
-
"kind": "method",
|
|
15964
|
-
"name": "show",
|
|
15965
|
-
"privacy": "public",
|
|
15966
|
-
"return": {
|
|
15967
|
-
"type": {
|
|
15968
|
-
"text": "void"
|
|
15969
|
-
}
|
|
15970
|
-
},
|
|
15971
|
-
"description": "Show the Error Dialog."
|
|
15972
|
-
},
|
|
15973
|
-
{
|
|
15974
|
-
"kind": "method",
|
|
15975
|
-
"name": "dismiss",
|
|
15976
|
-
"privacy": "public",
|
|
15977
|
-
"description": "Dismiss the Error Dialog from display and calls the dismissing action."
|
|
15978
|
-
},
|
|
15979
|
-
{
|
|
15980
|
-
"kind": "method",
|
|
15981
|
-
"name": "closeDialog",
|
|
15982
|
-
"privacy": "public",
|
|
15983
|
-
"return": {
|
|
15984
|
-
"type": {
|
|
15985
|
-
"text": "void"
|
|
15986
|
-
}
|
|
15987
|
-
},
|
|
15988
|
-
"description": "Dismiss the Error Dialog from display."
|
|
15989
|
-
},
|
|
15990
|
-
{
|
|
15991
|
-
"kind": "field",
|
|
15992
|
-
"name": "_presentation",
|
|
15993
|
-
"type": {
|
|
15994
|
-
"text": "ComponentPresentation | null | undefined"
|
|
15995
|
-
},
|
|
15996
|
-
"privacy": "private",
|
|
15997
|
-
"default": "void 0",
|
|
15998
|
-
"inheritedFrom": {
|
|
15999
|
-
"name": "FoundationElement",
|
|
16000
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16001
|
-
}
|
|
16002
|
-
},
|
|
16003
|
-
{
|
|
16004
|
-
"kind": "field",
|
|
16005
|
-
"name": "$presentation",
|
|
16006
|
-
"type": {
|
|
16007
|
-
"text": "ComponentPresentation | null"
|
|
16008
|
-
},
|
|
16009
|
-
"privacy": "public",
|
|
16010
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16011
|
-
"inheritedFrom": {
|
|
16012
|
-
"name": "FoundationElement",
|
|
16013
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16014
|
-
}
|
|
16015
|
-
},
|
|
16016
|
-
{
|
|
16017
|
-
"kind": "field",
|
|
16018
|
-
"name": "template",
|
|
16019
|
-
"type": {
|
|
16020
|
-
"text": "ElementViewTemplate | void | null"
|
|
16021
|
-
},
|
|
16022
|
-
"privacy": "public",
|
|
16023
|
-
"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.",
|
|
16024
|
-
"inheritedFrom": {
|
|
16025
|
-
"name": "FoundationElement",
|
|
16026
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16027
|
-
}
|
|
16028
|
-
},
|
|
16029
|
-
{
|
|
16030
|
-
"kind": "method",
|
|
16031
|
-
"name": "templateChanged",
|
|
16032
|
-
"privacy": "protected",
|
|
16033
|
-
"return": {
|
|
16034
|
-
"type": {
|
|
16035
|
-
"text": "void"
|
|
16036
|
-
}
|
|
16037
|
-
},
|
|
16038
|
-
"inheritedFrom": {
|
|
16039
|
-
"name": "FoundationElement",
|
|
16040
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16041
|
-
}
|
|
16042
|
-
},
|
|
16043
|
-
{
|
|
16044
|
-
"kind": "field",
|
|
16045
|
-
"name": "styles",
|
|
16046
|
-
"type": {
|
|
16047
|
-
"text": "ElementStyles | void | null"
|
|
16048
|
-
},
|
|
16049
|
-
"privacy": "public",
|
|
16050
|
-
"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.",
|
|
16051
|
-
"inheritedFrom": {
|
|
16052
|
-
"name": "FoundationElement",
|
|
16053
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16054
|
-
}
|
|
16055
|
-
},
|
|
16056
|
-
{
|
|
16057
|
-
"kind": "method",
|
|
16058
|
-
"name": "stylesChanged",
|
|
16059
|
-
"privacy": "protected",
|
|
16060
|
-
"return": {
|
|
16061
|
-
"type": {
|
|
16062
|
-
"text": "void"
|
|
16063
|
-
}
|
|
16064
|
-
},
|
|
16065
|
-
"inheritedFrom": {
|
|
16066
|
-
"name": "FoundationElement",
|
|
16067
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16068
|
-
}
|
|
16069
|
-
},
|
|
16070
|
-
{
|
|
16071
|
-
"kind": "method",
|
|
16072
|
-
"name": "compose",
|
|
16073
|
-
"privacy": "public",
|
|
16074
|
-
"static": true,
|
|
16075
|
-
"return": {
|
|
16076
|
-
"type": {
|
|
16077
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16078
|
-
}
|
|
16079
|
-
},
|
|
16080
|
-
"parameters": [
|
|
16081
|
-
{
|
|
16082
|
-
"name": "this",
|
|
16083
|
-
"type": {
|
|
16084
|
-
"text": "K"
|
|
16085
|
-
}
|
|
16086
|
-
},
|
|
16087
|
-
{
|
|
16088
|
-
"name": "elementDefinition",
|
|
16089
|
-
"type": {
|
|
16090
|
-
"text": "T"
|
|
16091
|
-
},
|
|
16092
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
16093
|
-
}
|
|
16094
|
-
],
|
|
16095
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16096
|
-
"inheritedFrom": {
|
|
16097
|
-
"name": "FoundationElement",
|
|
16098
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
16099
|
-
}
|
|
16100
|
-
}
|
|
16101
|
-
],
|
|
16102
|
-
"superclass": {
|
|
16103
|
-
"name": "FoundationElement",
|
|
16104
|
-
"package": "@microsoft/fast-foundation"
|
|
16105
|
-
},
|
|
16106
|
-
"tagName": "%%prefix%%-error-dialog",
|
|
16107
|
-
"deprecated": "true",
|
|
16108
|
-
"customElement": true
|
|
16109
|
-
},
|
|
16110
|
-
{
|
|
16111
|
-
"kind": "variable",
|
|
16112
|
-
"name": "foundationErrorDialog",
|
|
16113
|
-
"description": "The Foundation Error Dialog",
|
|
16114
|
-
"privacy": "public"
|
|
16115
|
-
}
|
|
16116
|
-
],
|
|
16117
|
-
"exports": [
|
|
16118
|
-
{
|
|
16119
|
-
"kind": "js",
|
|
16120
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
16121
|
-
"declaration": {
|
|
16122
|
-
"name": "foundationErrorDialogShadowOptions",
|
|
16123
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16124
|
-
}
|
|
16125
|
-
},
|
|
16126
|
-
{
|
|
16127
|
-
"kind": "js",
|
|
16128
|
-
"name": "ErrorDialog",
|
|
16129
|
-
"declaration": {
|
|
16130
|
-
"name": "ErrorDialog",
|
|
16131
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16132
|
-
}
|
|
16133
|
-
},
|
|
16134
|
-
{
|
|
16135
|
-
"kind": "js",
|
|
16136
|
-
"name": "foundationErrorDialog",
|
|
16137
|
-
"declaration": {
|
|
16138
|
-
"name": "foundationErrorDialog",
|
|
16139
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
16140
|
-
}
|
|
16141
|
-
}
|
|
16142
|
-
]
|
|
16143
|
-
},
|
|
16144
|
-
{
|
|
16145
|
-
"kind": "javascript-module",
|
|
16146
|
-
"path": "src/error-dialog/index.ts",
|
|
16147
|
-
"declarations": [],
|
|
16148
|
-
"exports": [
|
|
16149
|
-
{
|
|
16150
|
-
"kind": "js",
|
|
16151
|
-
"name": "*",
|
|
16152
|
-
"declaration": {
|
|
16153
|
-
"name": "*",
|
|
16154
|
-
"package": "./error-dialog.template"
|
|
16155
|
-
}
|
|
16156
|
-
},
|
|
16157
|
-
{
|
|
16158
|
-
"kind": "js",
|
|
16159
|
-
"name": "*",
|
|
16160
|
-
"declaration": {
|
|
16161
|
-
"name": "*",
|
|
16162
|
-
"package": "./error-dialog"
|
|
16163
|
-
}
|
|
16164
|
-
},
|
|
16165
|
-
{
|
|
16166
|
-
"kind": "js",
|
|
16167
|
-
"name": "*",
|
|
16168
|
-
"declaration": {
|
|
16169
|
-
"name": "*",
|
|
16170
|
-
"package": "./error-dialog.styles"
|
|
16171
|
-
}
|
|
16172
|
-
}
|
|
16173
|
-
]
|
|
16174
|
-
},
|
|
16175
15858
|
{
|
|
16176
15859
|
"kind": "javascript-module",
|
|
16177
15860
|
"path": "src/file-upload/file-upload.styles.ts",
|
|
@@ -16747,117 +16430,442 @@
|
|
|
16747
16430
|
"path": "src/file-upload/file-upload.utils.ts",
|
|
16748
16431
|
"declarations": [
|
|
16749
16432
|
{
|
|
16750
|
-
"kind": "function",
|
|
16751
|
-
"name": "createFormData",
|
|
16752
|
-
"parameters": [
|
|
16433
|
+
"kind": "function",
|
|
16434
|
+
"name": "createFormData",
|
|
16435
|
+
"parameters": [
|
|
16436
|
+
{
|
|
16437
|
+
"name": "files",
|
|
16438
|
+
"type": {
|
|
16439
|
+
"text": "Array<File>"
|
|
16440
|
+
}
|
|
16441
|
+
}
|
|
16442
|
+
]
|
|
16443
|
+
},
|
|
16444
|
+
{
|
|
16445
|
+
"kind": "function",
|
|
16446
|
+
"name": "uploadFiles",
|
|
16447
|
+
"parameters": [
|
|
16448
|
+
{
|
|
16449
|
+
"name": "url",
|
|
16450
|
+
"type": {
|
|
16451
|
+
"text": "string"
|
|
16452
|
+
}
|
|
16453
|
+
},
|
|
16454
|
+
{
|
|
16455
|
+
"name": "formData",
|
|
16456
|
+
"type": {
|
|
16457
|
+
"text": "FormData"
|
|
16458
|
+
}
|
|
16459
|
+
},
|
|
16460
|
+
{
|
|
16461
|
+
"name": "authToken",
|
|
16462
|
+
"type": {
|
|
16463
|
+
"text": "string"
|
|
16464
|
+
}
|
|
16465
|
+
}
|
|
16466
|
+
]
|
|
16467
|
+
},
|
|
16468
|
+
{
|
|
16469
|
+
"kind": "function",
|
|
16470
|
+
"name": "downloadFile",
|
|
16471
|
+
"parameters": [
|
|
16472
|
+
{
|
|
16473
|
+
"name": "url",
|
|
16474
|
+
"type": {
|
|
16475
|
+
"text": "string"
|
|
16476
|
+
}
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
"name": "filename",
|
|
16480
|
+
"type": {
|
|
16481
|
+
"text": "string"
|
|
16482
|
+
}
|
|
16483
|
+
},
|
|
16484
|
+
{
|
|
16485
|
+
"name": "authToken",
|
|
16486
|
+
"type": {
|
|
16487
|
+
"text": "string"
|
|
16488
|
+
}
|
|
16489
|
+
},
|
|
16490
|
+
{
|
|
16491
|
+
"name": "method",
|
|
16492
|
+
"default": "'GET'",
|
|
16493
|
+
"type": {
|
|
16494
|
+
"text": "string"
|
|
16495
|
+
}
|
|
16496
|
+
},
|
|
16497
|
+
{
|
|
16498
|
+
"name": "showNotifications",
|
|
16499
|
+
"optional": true,
|
|
16500
|
+
"type": {
|
|
16501
|
+
"text": "boolean"
|
|
16502
|
+
}
|
|
16503
|
+
},
|
|
16504
|
+
{
|
|
16505
|
+
"name": "body",
|
|
16506
|
+
"optional": true,
|
|
16507
|
+
"type": {
|
|
16508
|
+
"text": "any"
|
|
16509
|
+
}
|
|
16510
|
+
}
|
|
16511
|
+
]
|
|
16512
|
+
}
|
|
16513
|
+
],
|
|
16514
|
+
"exports": [
|
|
16515
|
+
{
|
|
16516
|
+
"kind": "js",
|
|
16517
|
+
"name": "createFormData",
|
|
16518
|
+
"declaration": {
|
|
16519
|
+
"name": "createFormData",
|
|
16520
|
+
"module": "src/file-upload/file-upload.utils.ts"
|
|
16521
|
+
}
|
|
16522
|
+
},
|
|
16523
|
+
{
|
|
16524
|
+
"kind": "js",
|
|
16525
|
+
"name": "uploadFiles",
|
|
16526
|
+
"declaration": {
|
|
16527
|
+
"name": "uploadFiles",
|
|
16528
|
+
"module": "src/file-upload/file-upload.utils.ts"
|
|
16529
|
+
}
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
"kind": "js",
|
|
16533
|
+
"name": "downloadFile",
|
|
16534
|
+
"declaration": {
|
|
16535
|
+
"name": "downloadFile",
|
|
16536
|
+
"module": "src/file-upload/file-upload.utils.ts"
|
|
16537
|
+
}
|
|
16538
|
+
}
|
|
16539
|
+
]
|
|
16540
|
+
},
|
|
16541
|
+
{
|
|
16542
|
+
"kind": "javascript-module",
|
|
16543
|
+
"path": "src/file-upload/index.ts",
|
|
16544
|
+
"declarations": [],
|
|
16545
|
+
"exports": [
|
|
16546
|
+
{
|
|
16547
|
+
"kind": "js",
|
|
16548
|
+
"name": "*",
|
|
16549
|
+
"declaration": {
|
|
16550
|
+
"name": "*",
|
|
16551
|
+
"package": "./file-upload"
|
|
16552
|
+
}
|
|
16553
|
+
},
|
|
16554
|
+
{
|
|
16555
|
+
"kind": "js",
|
|
16556
|
+
"name": "*",
|
|
16557
|
+
"declaration": {
|
|
16558
|
+
"name": "*",
|
|
16559
|
+
"package": "./file-upload.template"
|
|
16560
|
+
}
|
|
16561
|
+
},
|
|
16562
|
+
{
|
|
16563
|
+
"kind": "js",
|
|
16564
|
+
"name": "*",
|
|
16565
|
+
"declaration": {
|
|
16566
|
+
"name": "*",
|
|
16567
|
+
"package": "./file-upload.styles"
|
|
16568
|
+
}
|
|
16569
|
+
},
|
|
16570
|
+
{
|
|
16571
|
+
"kind": "js",
|
|
16572
|
+
"name": "*",
|
|
16573
|
+
"declaration": {
|
|
16574
|
+
"name": "*",
|
|
16575
|
+
"package": "./file-upload.utils"
|
|
16576
|
+
}
|
|
16577
|
+
}
|
|
16578
|
+
]
|
|
16579
|
+
},
|
|
16580
|
+
{
|
|
16581
|
+
"kind": "javascript-module",
|
|
16582
|
+
"path": "src/error-dialog/error-dialog.styles.ts",
|
|
16583
|
+
"declarations": [
|
|
16584
|
+
{
|
|
16585
|
+
"kind": "variable",
|
|
16586
|
+
"name": "foundationErrorDialogStyles",
|
|
16587
|
+
"type": {
|
|
16588
|
+
"text": "ElementStyles"
|
|
16589
|
+
},
|
|
16590
|
+
"default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\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(--error-details-min-height);\n }\n`"
|
|
16591
|
+
}
|
|
16592
|
+
],
|
|
16593
|
+
"exports": [
|
|
16594
|
+
{
|
|
16595
|
+
"kind": "js",
|
|
16596
|
+
"name": "foundationErrorDialogStyles",
|
|
16597
|
+
"declaration": {
|
|
16598
|
+
"name": "foundationErrorDialogStyles",
|
|
16599
|
+
"module": "src/error-dialog/error-dialog.styles.ts"
|
|
16600
|
+
}
|
|
16601
|
+
}
|
|
16602
|
+
]
|
|
16603
|
+
},
|
|
16604
|
+
{
|
|
16605
|
+
"kind": "javascript-module",
|
|
16606
|
+
"path": "src/error-dialog/error-dialog.template.ts",
|
|
16607
|
+
"declarations": [
|
|
16608
|
+
{
|
|
16609
|
+
"kind": "function",
|
|
16610
|
+
"name": "getErrorDialogTemplate",
|
|
16611
|
+
"parameters": [
|
|
16612
|
+
{
|
|
16613
|
+
"name": "prefix",
|
|
16614
|
+
"type": {
|
|
16615
|
+
"text": "string"
|
|
16616
|
+
}
|
|
16617
|
+
}
|
|
16618
|
+
]
|
|
16619
|
+
},
|
|
16620
|
+
{
|
|
16621
|
+
"kind": "variable",
|
|
16622
|
+
"name": "errorDialogTemplate",
|
|
16623
|
+
"default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
|
|
16624
|
+
}
|
|
16625
|
+
],
|
|
16626
|
+
"exports": [
|
|
16627
|
+
{
|
|
16628
|
+
"kind": "js",
|
|
16629
|
+
"name": "getErrorDialogTemplate",
|
|
16630
|
+
"declaration": {
|
|
16631
|
+
"name": "getErrorDialogTemplate",
|
|
16632
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
16633
|
+
}
|
|
16634
|
+
},
|
|
16635
|
+
{
|
|
16636
|
+
"kind": "js",
|
|
16637
|
+
"name": "errorDialogTemplate",
|
|
16638
|
+
"declaration": {
|
|
16639
|
+
"name": "errorDialogTemplate",
|
|
16640
|
+
"module": "src/error-dialog/error-dialog.template.ts"
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16645
|
+
{
|
|
16646
|
+
"kind": "javascript-module",
|
|
16647
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
16648
|
+
"declarations": [
|
|
16649
|
+
{
|
|
16650
|
+
"kind": "variable",
|
|
16651
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16652
|
+
"type": {
|
|
16653
|
+
"text": "ShadowRootInit"
|
|
16654
|
+
},
|
|
16655
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
16656
|
+
},
|
|
16657
|
+
{
|
|
16658
|
+
"kind": "class",
|
|
16659
|
+
"description": "",
|
|
16660
|
+
"name": "ErrorDialog",
|
|
16661
|
+
"members": [
|
|
16753
16662
|
{
|
|
16754
|
-
"
|
|
16663
|
+
"kind": "field",
|
|
16664
|
+
"name": "dialog",
|
|
16755
16665
|
"type": {
|
|
16756
|
-
"text": "
|
|
16757
|
-
}
|
|
16758
|
-
|
|
16759
|
-
|
|
16760
|
-
},
|
|
16761
|
-
{
|
|
16762
|
-
"kind": "function",
|
|
16763
|
-
"name": "uploadFiles",
|
|
16764
|
-
"parameters": [
|
|
16666
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
16667
|
+
},
|
|
16668
|
+
"privacy": "public"
|
|
16669
|
+
},
|
|
16765
16670
|
{
|
|
16766
|
-
"
|
|
16671
|
+
"kind": "field",
|
|
16672
|
+
"name": "error",
|
|
16767
16673
|
"type": {
|
|
16768
|
-
"text": "
|
|
16674
|
+
"text": "ErrorStructure"
|
|
16769
16675
|
}
|
|
16770
16676
|
},
|
|
16771
16677
|
{
|
|
16772
|
-
"
|
|
16678
|
+
"kind": "field",
|
|
16679
|
+
"name": "notification",
|
|
16773
16680
|
"type": {
|
|
16774
|
-
"text": "
|
|
16681
|
+
"text": "NotificationStructure"
|
|
16775
16682
|
}
|
|
16776
16683
|
},
|
|
16777
16684
|
{
|
|
16778
|
-
"
|
|
16685
|
+
"kind": "method",
|
|
16686
|
+
"name": "show",
|
|
16687
|
+
"privacy": "public",
|
|
16688
|
+
"return": {
|
|
16689
|
+
"type": {
|
|
16690
|
+
"text": "void"
|
|
16691
|
+
}
|
|
16692
|
+
},
|
|
16693
|
+
"description": "Show the Error Dialog."
|
|
16694
|
+
},
|
|
16695
|
+
{
|
|
16696
|
+
"kind": "method",
|
|
16697
|
+
"name": "dismiss",
|
|
16698
|
+
"privacy": "public",
|
|
16699
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action."
|
|
16700
|
+
},
|
|
16701
|
+
{
|
|
16702
|
+
"kind": "method",
|
|
16703
|
+
"name": "closeDialog",
|
|
16704
|
+
"privacy": "public",
|
|
16705
|
+
"return": {
|
|
16706
|
+
"type": {
|
|
16707
|
+
"text": "void"
|
|
16708
|
+
}
|
|
16709
|
+
},
|
|
16710
|
+
"description": "Dismiss the Error Dialog from display."
|
|
16711
|
+
},
|
|
16712
|
+
{
|
|
16713
|
+
"kind": "field",
|
|
16714
|
+
"name": "_presentation",
|
|
16779
16715
|
"type": {
|
|
16780
|
-
"text": "
|
|
16716
|
+
"text": "ComponentPresentation | null | undefined"
|
|
16717
|
+
},
|
|
16718
|
+
"privacy": "private",
|
|
16719
|
+
"default": "void 0",
|
|
16720
|
+
"inheritedFrom": {
|
|
16721
|
+
"name": "FoundationElement",
|
|
16722
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16781
16723
|
}
|
|
16782
|
-
}
|
|
16783
|
-
]
|
|
16784
|
-
},
|
|
16785
|
-
{
|
|
16786
|
-
"kind": "function",
|
|
16787
|
-
"name": "downloadFile",
|
|
16788
|
-
"parameters": [
|
|
16724
|
+
},
|
|
16789
16725
|
{
|
|
16790
|
-
"
|
|
16726
|
+
"kind": "field",
|
|
16727
|
+
"name": "$presentation",
|
|
16791
16728
|
"type": {
|
|
16792
|
-
"text": "
|
|
16729
|
+
"text": "ComponentPresentation | null"
|
|
16730
|
+
},
|
|
16731
|
+
"privacy": "public",
|
|
16732
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16733
|
+
"inheritedFrom": {
|
|
16734
|
+
"name": "FoundationElement",
|
|
16735
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16793
16736
|
}
|
|
16794
16737
|
},
|
|
16795
16738
|
{
|
|
16796
|
-
"
|
|
16739
|
+
"kind": "field",
|
|
16740
|
+
"name": "template",
|
|
16797
16741
|
"type": {
|
|
16798
|
-
"text": "
|
|
16742
|
+
"text": "ElementViewTemplate | void | null"
|
|
16743
|
+
},
|
|
16744
|
+
"privacy": "public",
|
|
16745
|
+
"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.",
|
|
16746
|
+
"inheritedFrom": {
|
|
16747
|
+
"name": "FoundationElement",
|
|
16748
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16799
16749
|
}
|
|
16800
16750
|
},
|
|
16801
16751
|
{
|
|
16802
|
-
"
|
|
16803
|
-
"
|
|
16804
|
-
|
|
16752
|
+
"kind": "method",
|
|
16753
|
+
"name": "templateChanged",
|
|
16754
|
+
"privacy": "protected",
|
|
16755
|
+
"return": {
|
|
16756
|
+
"type": {
|
|
16757
|
+
"text": "void"
|
|
16758
|
+
}
|
|
16759
|
+
},
|
|
16760
|
+
"inheritedFrom": {
|
|
16761
|
+
"name": "FoundationElement",
|
|
16762
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16805
16763
|
}
|
|
16806
16764
|
},
|
|
16807
16765
|
{
|
|
16808
|
-
"
|
|
16809
|
-
"
|
|
16766
|
+
"kind": "field",
|
|
16767
|
+
"name": "styles",
|
|
16810
16768
|
"type": {
|
|
16811
|
-
"text": "
|
|
16769
|
+
"text": "ElementStyles | void | null"
|
|
16770
|
+
},
|
|
16771
|
+
"privacy": "public",
|
|
16772
|
+
"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.",
|
|
16773
|
+
"inheritedFrom": {
|
|
16774
|
+
"name": "FoundationElement",
|
|
16775
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16812
16776
|
}
|
|
16813
16777
|
},
|
|
16814
16778
|
{
|
|
16815
|
-
"
|
|
16816
|
-
"
|
|
16817
|
-
"
|
|
16818
|
-
|
|
16779
|
+
"kind": "method",
|
|
16780
|
+
"name": "stylesChanged",
|
|
16781
|
+
"privacy": "protected",
|
|
16782
|
+
"return": {
|
|
16783
|
+
"type": {
|
|
16784
|
+
"text": "void"
|
|
16785
|
+
}
|
|
16786
|
+
},
|
|
16787
|
+
"inheritedFrom": {
|
|
16788
|
+
"name": "FoundationElement",
|
|
16789
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16819
16790
|
}
|
|
16820
16791
|
},
|
|
16821
16792
|
{
|
|
16822
|
-
"
|
|
16823
|
-
"
|
|
16824
|
-
"
|
|
16825
|
-
|
|
16793
|
+
"kind": "method",
|
|
16794
|
+
"name": "compose",
|
|
16795
|
+
"privacy": "public",
|
|
16796
|
+
"static": true,
|
|
16797
|
+
"return": {
|
|
16798
|
+
"type": {
|
|
16799
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16800
|
+
}
|
|
16801
|
+
},
|
|
16802
|
+
"parameters": [
|
|
16803
|
+
{
|
|
16804
|
+
"name": "this",
|
|
16805
|
+
"type": {
|
|
16806
|
+
"text": "K"
|
|
16807
|
+
}
|
|
16808
|
+
},
|
|
16809
|
+
{
|
|
16810
|
+
"name": "elementDefinition",
|
|
16811
|
+
"type": {
|
|
16812
|
+
"text": "T"
|
|
16813
|
+
},
|
|
16814
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
16815
|
+
}
|
|
16816
|
+
],
|
|
16817
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16818
|
+
"inheritedFrom": {
|
|
16819
|
+
"name": "FoundationElement",
|
|
16820
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16826
16821
|
}
|
|
16827
16822
|
}
|
|
16828
|
-
]
|
|
16823
|
+
],
|
|
16824
|
+
"superclass": {
|
|
16825
|
+
"name": "FoundationElement",
|
|
16826
|
+
"package": "@microsoft/fast-foundation"
|
|
16827
|
+
},
|
|
16828
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
16829
|
+
"deprecated": "true",
|
|
16830
|
+
"customElement": true
|
|
16831
|
+
},
|
|
16832
|
+
{
|
|
16833
|
+
"kind": "variable",
|
|
16834
|
+
"name": "foundationErrorDialog",
|
|
16835
|
+
"description": "The Foundation Error Dialog",
|
|
16836
|
+
"privacy": "public"
|
|
16829
16837
|
}
|
|
16830
16838
|
],
|
|
16831
16839
|
"exports": [
|
|
16832
16840
|
{
|
|
16833
16841
|
"kind": "js",
|
|
16834
|
-
"name": "
|
|
16842
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16835
16843
|
"declaration": {
|
|
16836
|
-
"name": "
|
|
16837
|
-
"module": "src/
|
|
16844
|
+
"name": "foundationErrorDialogShadowOptions",
|
|
16845
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16838
16846
|
}
|
|
16839
16847
|
},
|
|
16840
16848
|
{
|
|
16841
16849
|
"kind": "js",
|
|
16842
|
-
"name": "
|
|
16850
|
+
"name": "ErrorDialog",
|
|
16843
16851
|
"declaration": {
|
|
16844
|
-
"name": "
|
|
16845
|
-
"module": "src/
|
|
16852
|
+
"name": "ErrorDialog",
|
|
16853
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16846
16854
|
}
|
|
16847
16855
|
},
|
|
16848
16856
|
{
|
|
16849
16857
|
"kind": "js",
|
|
16850
|
-
"name": "
|
|
16858
|
+
"name": "foundationErrorDialog",
|
|
16851
16859
|
"declaration": {
|
|
16852
|
-
"name": "
|
|
16853
|
-
"module": "src/
|
|
16860
|
+
"name": "foundationErrorDialog",
|
|
16861
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
16854
16862
|
}
|
|
16855
16863
|
}
|
|
16856
16864
|
]
|
|
16857
16865
|
},
|
|
16858
16866
|
{
|
|
16859
16867
|
"kind": "javascript-module",
|
|
16860
|
-
"path": "src/
|
|
16868
|
+
"path": "src/error-dialog/index.ts",
|
|
16861
16869
|
"declarations": [],
|
|
16862
16870
|
"exports": [
|
|
16863
16871
|
{
|
|
@@ -16865,15 +16873,7 @@
|
|
|
16865
16873
|
"name": "*",
|
|
16866
16874
|
"declaration": {
|
|
16867
16875
|
"name": "*",
|
|
16868
|
-
"package": "./
|
|
16869
|
-
}
|
|
16870
|
-
},
|
|
16871
|
-
{
|
|
16872
|
-
"kind": "js",
|
|
16873
|
-
"name": "*",
|
|
16874
|
-
"declaration": {
|
|
16875
|
-
"name": "*",
|
|
16876
|
-
"package": "./file-upload.template"
|
|
16876
|
+
"package": "./error-dialog.template"
|
|
16877
16877
|
}
|
|
16878
16878
|
},
|
|
16879
16879
|
{
|
|
@@ -16881,7 +16881,7 @@
|
|
|
16881
16881
|
"name": "*",
|
|
16882
16882
|
"declaration": {
|
|
16883
16883
|
"name": "*",
|
|
16884
|
-
"package": "./
|
|
16884
|
+
"package": "./error-dialog"
|
|
16885
16885
|
}
|
|
16886
16886
|
},
|
|
16887
16887
|
{
|
|
@@ -16889,7 +16889,7 @@
|
|
|
16889
16889
|
"name": "*",
|
|
16890
16890
|
"declaration": {
|
|
16891
16891
|
"name": "*",
|
|
16892
|
-
"package": "./
|
|
16892
|
+
"package": "./error-dialog.styles"
|
|
16893
16893
|
}
|
|
16894
16894
|
}
|
|
16895
16895
|
]
|
|
@@ -43925,11 +43925,11 @@
|
|
|
43925
43925
|
},
|
|
43926
43926
|
{
|
|
43927
43927
|
"kind": "javascript-module",
|
|
43928
|
-
"path": "src/
|
|
43928
|
+
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
43929
43929
|
"declarations": [
|
|
43930
43930
|
{
|
|
43931
43931
|
"kind": "function",
|
|
43932
|
-
"name": "
|
|
43932
|
+
"name": "gridLayoutRWDStyles",
|
|
43933
43933
|
"return": {
|
|
43934
43934
|
"type": {
|
|
43935
43935
|
"text": "ElementStyles"
|
|
@@ -43940,7 +43940,7 @@
|
|
|
43940
43940
|
"name": "breakPoint",
|
|
43941
43941
|
"optional": true,
|
|
43942
43942
|
"type": {
|
|
43943
|
-
"text": "
|
|
43943
|
+
"text": "GridBreakPointType"
|
|
43944
43944
|
}
|
|
43945
43945
|
}
|
|
43946
43946
|
]
|
|
@@ -43949,17 +43949,17 @@
|
|
|
43949
43949
|
"exports": [
|
|
43950
43950
|
{
|
|
43951
43951
|
"kind": "js",
|
|
43952
|
-
"name": "
|
|
43952
|
+
"name": "gridLayoutRWDStyles",
|
|
43953
43953
|
"declaration": {
|
|
43954
|
-
"name": "
|
|
43955
|
-
"module": "src/
|
|
43954
|
+
"name": "gridLayoutRWDStyles",
|
|
43955
|
+
"module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
|
|
43956
43956
|
}
|
|
43957
43957
|
}
|
|
43958
43958
|
]
|
|
43959
43959
|
},
|
|
43960
43960
|
{
|
|
43961
43961
|
"kind": "javascript-module",
|
|
43962
|
-
"path": "src/
|
|
43962
|
+
"path": "src/grid-layout/responsiveness/index.ts",
|
|
43963
43963
|
"declarations": [],
|
|
43964
43964
|
"exports": [
|
|
43965
43965
|
{
|
|
@@ -43967,18 +43967,18 @@
|
|
|
43967
43967
|
"name": "*",
|
|
43968
43968
|
"declaration": {
|
|
43969
43969
|
"name": "*",
|
|
43970
|
-
"package": "./
|
|
43970
|
+
"package": "./grid-layout-rwd.styles"
|
|
43971
43971
|
}
|
|
43972
43972
|
}
|
|
43973
43973
|
]
|
|
43974
43974
|
},
|
|
43975
43975
|
{
|
|
43976
43976
|
"kind": "javascript-module",
|
|
43977
|
-
"path": "src/
|
|
43977
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
43978
43978
|
"declarations": [
|
|
43979
43979
|
{
|
|
43980
43980
|
"kind": "function",
|
|
43981
|
-
"name": "
|
|
43981
|
+
"name": "flexLayoutRWDStyles",
|
|
43982
43982
|
"return": {
|
|
43983
43983
|
"type": {
|
|
43984
43984
|
"text": "ElementStyles"
|
|
@@ -43989,7 +43989,7 @@
|
|
|
43989
43989
|
"name": "breakPoint",
|
|
43990
43990
|
"optional": true,
|
|
43991
43991
|
"type": {
|
|
43992
|
-
"text": "
|
|
43992
|
+
"text": "FlexBreakPointType"
|
|
43993
43993
|
}
|
|
43994
43994
|
}
|
|
43995
43995
|
]
|
|
@@ -43998,17 +43998,17 @@
|
|
|
43998
43998
|
"exports": [
|
|
43999
43999
|
{
|
|
44000
44000
|
"kind": "js",
|
|
44001
|
-
"name": "
|
|
44001
|
+
"name": "flexLayoutRWDStyles",
|
|
44002
44002
|
"declaration": {
|
|
44003
|
-
"name": "
|
|
44004
|
-
"module": "src/
|
|
44003
|
+
"name": "flexLayoutRWDStyles",
|
|
44004
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44005
44005
|
}
|
|
44006
44006
|
}
|
|
44007
44007
|
]
|
|
44008
44008
|
},
|
|
44009
44009
|
{
|
|
44010
44010
|
"kind": "javascript-module",
|
|
44011
|
-
"path": "src/
|
|
44011
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44012
44012
|
"declarations": [],
|
|
44013
44013
|
"exports": [
|
|
44014
44014
|
{
|
|
@@ -44016,7 +44016,7 @@
|
|
|
44016
44016
|
"name": "*",
|
|
44017
44017
|
"declaration": {
|
|
44018
44018
|
"name": "*",
|
|
44019
|
-
"package": "./
|
|
44019
|
+
"package": "./flex-layout-rwd.styles"
|
|
44020
44020
|
}
|
|
44021
44021
|
}
|
|
44022
44022
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.181.1
|
|
4
|
+
"version": "14.181.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"test:debug": "genx test --debug"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.181.1
|
|
78
|
-
"@genesislcap/genx": "14.181.1
|
|
79
|
-
"@genesislcap/rollup-builder": "14.181.1
|
|
80
|
-
"@genesislcap/ts-builder": "14.181.1
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.181.1
|
|
82
|
-
"@genesislcap/vite-builder": "14.181.1
|
|
83
|
-
"@genesislcap/webpack-builder": "14.181.1
|
|
77
|
+
"@genesislcap/foundation-testing": "14.181.1",
|
|
78
|
+
"@genesislcap/genx": "14.181.1",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.181.1",
|
|
80
|
+
"@genesislcap/ts-builder": "14.181.1",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.181.1",
|
|
82
|
+
"@genesislcap/vite-builder": "14.181.1",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.181.1",
|
|
84
84
|
"copyfiles": "^2.4.1",
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"rxjs": "^7.5.4"
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
92
92
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
93
93
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
94
|
-
"@genesislcap/foundation-comms": "14.181.1
|
|
95
|
-
"@genesislcap/foundation-criteria": "14.181.1
|
|
96
|
-
"@genesislcap/foundation-errors": "14.181.1
|
|
97
|
-
"@genesislcap/foundation-logger": "14.181.1
|
|
98
|
-
"@genesislcap/foundation-notifications": "14.181.1
|
|
99
|
-
"@genesislcap/foundation-user": "14.181.1
|
|
100
|
-
"@genesislcap/foundation-utils": "14.181.1
|
|
94
|
+
"@genesislcap/foundation-comms": "14.181.1",
|
|
95
|
+
"@genesislcap/foundation-criteria": "14.181.1",
|
|
96
|
+
"@genesislcap/foundation-errors": "14.181.1",
|
|
97
|
+
"@genesislcap/foundation-logger": "14.181.1",
|
|
98
|
+
"@genesislcap/foundation-notifications": "14.181.1",
|
|
99
|
+
"@genesislcap/foundation-user": "14.181.1",
|
|
100
|
+
"@genesislcap/foundation-utils": "14.181.1",
|
|
101
101
|
"@microsoft/fast-colors": "^5.3.1",
|
|
102
102
|
"@microsoft/fast-components": "^2.30.6",
|
|
103
103
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
121
|
"customElements": "dist/custom-elements.json",
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "afc017c6c55a8275ee08f15a153334c6d7c5e921"
|
|
123
123
|
}
|