@tylertech/forge 2.14.0-dev.1 → 2.15.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.
Files changed (45) hide show
  1. package/custom-elements.json +364 -280
  2. package/dist/esm/app-bar/index.js +1 -1
  3. package/dist/esm/app-bar/profile-button/index.js +1 -1
  4. package/dist/esm/chunks/{chunk.KZO4DT2S.js → chunk.7HQCLSUK.js} +2 -2
  5. package/dist/esm/chunks/{chunk.KZO4DT2S.js.map → chunk.7HQCLSUK.js.map} +1 -1
  6. package/dist/esm/chunks/{chunk.4X2OFZDL.js → chunk.II4Q4QKJ.js} +2 -2
  7. package/dist/esm/chunks/{chunk.4X2OFZDL.js.map → chunk.II4Q4QKJ.js.map} +2 -2
  8. package/dist/esm/chunks/{chunk.SD4LLO5A.js → chunk.JE7CPIR4.js} +2 -2
  9. package/dist/esm/chunks/chunk.Q7LFOS2I.js +7 -0
  10. package/dist/esm/chunks/chunk.Q7LFOS2I.js.map +7 -0
  11. package/dist/esm/chunks/{chunk.OV4QNVJH.js → chunk.SN5XYZZP.js} +2 -2
  12. package/dist/esm/chunks/chunk.XQ2EQIDS.js +7 -0
  13. package/dist/esm/chunks/chunk.XQ2EQIDS.js.map +7 -0
  14. package/dist/esm/index.js +1 -1
  15. package/dist/esm/profile-card/index.js +1 -1
  16. package/dist/esm/split-view/index.js +1 -1
  17. package/dist/esm/split-view/split-view/index.js +1 -1
  18. package/dist/esm/split-view/split-view-panel/index.js +1 -1
  19. package/dist/esm/stack/index.js +1 -1
  20. package/esm/app-bar/profile-button/app-bar-profile-button-adapter.d.ts +2 -0
  21. package/esm/app-bar/profile-button/app-bar-profile-button-adapter.js +13 -1
  22. package/esm/app-bar/profile-button/app-bar-profile-button-constants.d.ts +2 -0
  23. package/esm/app-bar/profile-button/app-bar-profile-button-constants.js +1 -0
  24. package/esm/app-bar/profile-button/app-bar-profile-button-foundation.d.ts +4 -0
  25. package/esm/app-bar/profile-button/app-bar-profile-button-foundation.js +15 -1
  26. package/esm/app-bar/profile-button/app-bar-profile-button.d.ts +2 -0
  27. package/esm/app-bar/profile-button/app-bar-profile-button.js +9 -0
  28. package/esm/profile-card/profile-card-adapter.d.ts +2 -0
  29. package/esm/profile-card/profile-card-adapter.js +12 -1
  30. package/esm/profile-card/profile-card-constants.d.ts +1 -0
  31. package/esm/profile-card/profile-card-constants.js +1 -0
  32. package/esm/profile-card/profile-card-foundation.d.ts +4 -0
  33. package/esm/profile-card/profile-card-foundation.js +9 -0
  34. package/esm/profile-card/profile-card.d.ts +2 -0
  35. package/esm/profile-card/profile-card.js +7 -0
  36. package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
  37. package/esm/stack/stack.js +1 -1
  38. package/package.json +3 -3
  39. package/styles/stack/stack.scss +2 -0
  40. package/dist/esm/chunks/chunk.73AYD2BF.js +0 -7
  41. package/dist/esm/chunks/chunk.73AYD2BF.js.map +0 -7
  42. package/dist/esm/chunks/chunk.U724KSZU.js +0 -7
  43. package/dist/esm/chunks/chunk.U724KSZU.js.map +0 -7
  44. /package/dist/esm/chunks/{chunk.SD4LLO5A.js.map → chunk.JE7CPIR4.js.map} +0 -0
  45. /package/dist/esm/chunks/{chunk.OV4QNVJH.js.map → chunk.SN5XYZZP.js.map} +0 -0
@@ -12613,29 +12613,6 @@
12613
12613
  }
12614
12614
  ]
12615
12615
  },
12616
- {
12617
- "kind": "javascript-module",
12618
- "path": "button-toggle/index.ts",
12619
- "declarations": [],
12620
- "exports": [
12621
- {
12622
- "kind": "js",
12623
- "name": "*",
12624
- "declaration": {
12625
- "name": "*",
12626
- "package": "./button-toggle"
12627
- }
12628
- },
12629
- {
12630
- "kind": "js",
12631
- "name": "*",
12632
- "declaration": {
12633
- "name": "*",
12634
- "package": "./button-toggle-group"
12635
- }
12636
- }
12637
- ]
12638
- },
12639
12616
  {
12640
12617
  "kind": "javascript-module",
12641
12618
  "path": "button/button-component-delegate.ts",
@@ -13156,6 +13133,29 @@
13156
13133
  }
13157
13134
  ]
13158
13135
  },
13136
+ {
13137
+ "kind": "javascript-module",
13138
+ "path": "button-toggle/index.ts",
13139
+ "declarations": [],
13140
+ "exports": [
13141
+ {
13142
+ "kind": "js",
13143
+ "name": "*",
13144
+ "declaration": {
13145
+ "name": "*",
13146
+ "package": "./button-toggle"
13147
+ }
13148
+ },
13149
+ {
13150
+ "kind": "js",
13151
+ "name": "*",
13152
+ "declaration": {
13153
+ "name": "*",
13154
+ "package": "./button-toggle-group"
13155
+ }
13156
+ }
13157
+ ]
13158
+ },
13159
13159
  {
13160
13160
  "kind": "javascript-module",
13161
13161
  "path": "calendar/calendar-adapter.ts",
@@ -46722,232 +46722,6 @@
46722
46722
  }
46723
46723
  ]
46724
46724
  },
46725
- {
46726
- "kind": "javascript-module",
46727
- "path": "linear-progress/index.ts",
46728
- "declarations": [
46729
- {
46730
- "kind": "function",
46731
- "name": "defineLinearProgressComponent",
46732
- "return": {
46733
- "type": {
46734
- "text": "void"
46735
- }
46736
- }
46737
- }
46738
- ],
46739
- "exports": [
46740
- {
46741
- "kind": "js",
46742
- "name": "*",
46743
- "declaration": {
46744
- "name": "*",
46745
- "package": "./linear-progress-constants"
46746
- }
46747
- },
46748
- {
46749
- "kind": "js",
46750
- "name": "*",
46751
- "declaration": {
46752
- "name": "*",
46753
- "package": "./linear-progress"
46754
- }
46755
- },
46756
- {
46757
- "kind": "js",
46758
- "name": "defineLinearProgressComponent",
46759
- "declaration": {
46760
- "name": "defineLinearProgressComponent",
46761
- "module": "linear-progress/index.ts"
46762
- }
46763
- }
46764
- ]
46765
- },
46766
- {
46767
- "kind": "javascript-module",
46768
- "path": "linear-progress/linear-progress-constants.ts",
46769
- "declarations": [
46770
- {
46771
- "kind": "variable",
46772
- "name": "LINEAR_PROGRESS_CONSTANTS",
46773
- "type": {
46774
- "text": "object"
46775
- },
46776
- "default": "{\n elementName,\n selectors,\n attributes\n}"
46777
- }
46778
- ],
46779
- "exports": [
46780
- {
46781
- "kind": "js",
46782
- "name": "LINEAR_PROGRESS_CONSTANTS",
46783
- "declaration": {
46784
- "name": "LINEAR_PROGRESS_CONSTANTS",
46785
- "module": "linear-progress/linear-progress-constants.ts"
46786
- }
46787
- }
46788
- ]
46789
- },
46790
- {
46791
- "kind": "javascript-module",
46792
- "path": "linear-progress/linear-progress.ts",
46793
- "declarations": [
46794
- {
46795
- "kind": "class",
46796
- "description": "The web component class behind the `<forge-linear-progress>` custom element.",
46797
- "name": "LinearProgressComponent",
46798
- "members": [
46799
- {
46800
- "kind": "field",
46801
- "name": "_mdcLinearProgress",
46802
- "type": {
46803
- "text": "MDCLinearProgress"
46804
- },
46805
- "privacy": "private"
46806
- },
46807
- {
46808
- "kind": "field",
46809
- "name": "_determinate",
46810
- "type": {
46811
- "text": "boolean"
46812
- },
46813
- "privacy": "private",
46814
- "default": "false"
46815
- },
46816
- {
46817
- "kind": "field",
46818
- "name": "_progress",
46819
- "type": {
46820
- "text": "number"
46821
- },
46822
- "privacy": "private",
46823
- "default": "0"
46824
- },
46825
- {
46826
- "kind": "field",
46827
- "name": "_buffer",
46828
- "type": {
46829
- "text": "number"
46830
- },
46831
- "privacy": "private",
46832
- "default": "1"
46833
- },
46834
- {
46835
- "kind": "field",
46836
- "name": "_visible",
46837
- "type": {
46838
- "text": "boolean"
46839
- },
46840
- "privacy": "private",
46841
- "default": "true"
46842
- },
46843
- {
46844
- "kind": "field",
46845
- "name": "_progressbarElement",
46846
- "type": {
46847
- "text": "HTMLElement"
46848
- },
46849
- "privacy": "private"
46850
- },
46851
- {
46852
- "kind": "field",
46853
- "name": "determinate",
46854
- "privacy": "public",
46855
- "type": {
46856
- "text": "boolean"
46857
- }
46858
- },
46859
- {
46860
- "kind": "field",
46861
- "name": "progress",
46862
- "privacy": "public",
46863
- "type": {
46864
- "text": "number"
46865
- }
46866
- },
46867
- {
46868
- "kind": "field",
46869
- "name": "buffer",
46870
- "privacy": "public",
46871
- "type": {
46872
- "text": "number"
46873
- }
46874
- },
46875
- {
46876
- "kind": "field",
46877
- "name": "visible",
46878
- "type": {
46879
- "text": "boolean"
46880
- },
46881
- "privacy": "public"
46882
- },
46883
- {
46884
- "kind": "method",
46885
- "name": "open",
46886
- "privacy": "public",
46887
- "return": {
46888
- "type": {
46889
- "text": "void"
46890
- }
46891
- }
46892
- },
46893
- {
46894
- "kind": "method",
46895
- "name": "close",
46896
- "privacy": "public",
46897
- "return": {
46898
- "type": {
46899
- "text": "void"
46900
- }
46901
- }
46902
- },
46903
- {
46904
- "kind": "method",
46905
- "name": "_initialize",
46906
- "privacy": "private",
46907
- "return": {
46908
- "type": {
46909
- "text": "void"
46910
- }
46911
- }
46912
- },
46913
- {
46914
- "kind": "method",
46915
- "name": "_applyVisibility",
46916
- "privacy": "private",
46917
- "return": {
46918
- "type": {
46919
- "text": "void"
46920
- }
46921
- },
46922
- "parameters": [
46923
- {
46924
- "name": "value",
46925
- "type": {
46926
- "text": "boolean"
46927
- }
46928
- }
46929
- ]
46930
- }
46931
- ],
46932
- "superclass": {
46933
- "name": "BaseComponent",
46934
- "module": "/core/base/base-component"
46935
- },
46936
- "tagName": "forge-linear-progress",
46937
- "customElement": true
46938
- }
46939
- ],
46940
- "exports": [
46941
- {
46942
- "kind": "js",
46943
- "name": "LinearProgressComponent",
46944
- "declaration": {
46945
- "name": "LinearProgressComponent",
46946
- "module": "linear-progress/linear-progress.ts"
46947
- }
46948
- }
46949
- ]
46950
- },
46951
46725
  {
46952
46726
  "kind": "javascript-module",
46953
46727
  "path": "label-value/index.ts",
@@ -48036,6 +47810,232 @@
48036
47810
  }
48037
47811
  ]
48038
47812
  },
47813
+ {
47814
+ "kind": "javascript-module",
47815
+ "path": "linear-progress/index.ts",
47816
+ "declarations": [
47817
+ {
47818
+ "kind": "function",
47819
+ "name": "defineLinearProgressComponent",
47820
+ "return": {
47821
+ "type": {
47822
+ "text": "void"
47823
+ }
47824
+ }
47825
+ }
47826
+ ],
47827
+ "exports": [
47828
+ {
47829
+ "kind": "js",
47830
+ "name": "*",
47831
+ "declaration": {
47832
+ "name": "*",
47833
+ "package": "./linear-progress-constants"
47834
+ }
47835
+ },
47836
+ {
47837
+ "kind": "js",
47838
+ "name": "*",
47839
+ "declaration": {
47840
+ "name": "*",
47841
+ "package": "./linear-progress"
47842
+ }
47843
+ },
47844
+ {
47845
+ "kind": "js",
47846
+ "name": "defineLinearProgressComponent",
47847
+ "declaration": {
47848
+ "name": "defineLinearProgressComponent",
47849
+ "module": "linear-progress/index.ts"
47850
+ }
47851
+ }
47852
+ ]
47853
+ },
47854
+ {
47855
+ "kind": "javascript-module",
47856
+ "path": "linear-progress/linear-progress-constants.ts",
47857
+ "declarations": [
47858
+ {
47859
+ "kind": "variable",
47860
+ "name": "LINEAR_PROGRESS_CONSTANTS",
47861
+ "type": {
47862
+ "text": "object"
47863
+ },
47864
+ "default": "{\n elementName,\n selectors,\n attributes\n}"
47865
+ }
47866
+ ],
47867
+ "exports": [
47868
+ {
47869
+ "kind": "js",
47870
+ "name": "LINEAR_PROGRESS_CONSTANTS",
47871
+ "declaration": {
47872
+ "name": "LINEAR_PROGRESS_CONSTANTS",
47873
+ "module": "linear-progress/linear-progress-constants.ts"
47874
+ }
47875
+ }
47876
+ ]
47877
+ },
47878
+ {
47879
+ "kind": "javascript-module",
47880
+ "path": "linear-progress/linear-progress.ts",
47881
+ "declarations": [
47882
+ {
47883
+ "kind": "class",
47884
+ "description": "The web component class behind the `<forge-linear-progress>` custom element.",
47885
+ "name": "LinearProgressComponent",
47886
+ "members": [
47887
+ {
47888
+ "kind": "field",
47889
+ "name": "_mdcLinearProgress",
47890
+ "type": {
47891
+ "text": "MDCLinearProgress"
47892
+ },
47893
+ "privacy": "private"
47894
+ },
47895
+ {
47896
+ "kind": "field",
47897
+ "name": "_determinate",
47898
+ "type": {
47899
+ "text": "boolean"
47900
+ },
47901
+ "privacy": "private",
47902
+ "default": "false"
47903
+ },
47904
+ {
47905
+ "kind": "field",
47906
+ "name": "_progress",
47907
+ "type": {
47908
+ "text": "number"
47909
+ },
47910
+ "privacy": "private",
47911
+ "default": "0"
47912
+ },
47913
+ {
47914
+ "kind": "field",
47915
+ "name": "_buffer",
47916
+ "type": {
47917
+ "text": "number"
47918
+ },
47919
+ "privacy": "private",
47920
+ "default": "1"
47921
+ },
47922
+ {
47923
+ "kind": "field",
47924
+ "name": "_visible",
47925
+ "type": {
47926
+ "text": "boolean"
47927
+ },
47928
+ "privacy": "private",
47929
+ "default": "true"
47930
+ },
47931
+ {
47932
+ "kind": "field",
47933
+ "name": "_progressbarElement",
47934
+ "type": {
47935
+ "text": "HTMLElement"
47936
+ },
47937
+ "privacy": "private"
47938
+ },
47939
+ {
47940
+ "kind": "field",
47941
+ "name": "determinate",
47942
+ "privacy": "public",
47943
+ "type": {
47944
+ "text": "boolean"
47945
+ }
47946
+ },
47947
+ {
47948
+ "kind": "field",
47949
+ "name": "progress",
47950
+ "privacy": "public",
47951
+ "type": {
47952
+ "text": "number"
47953
+ }
47954
+ },
47955
+ {
47956
+ "kind": "field",
47957
+ "name": "buffer",
47958
+ "privacy": "public",
47959
+ "type": {
47960
+ "text": "number"
47961
+ }
47962
+ },
47963
+ {
47964
+ "kind": "field",
47965
+ "name": "visible",
47966
+ "type": {
47967
+ "text": "boolean"
47968
+ },
47969
+ "privacy": "public"
47970
+ },
47971
+ {
47972
+ "kind": "method",
47973
+ "name": "open",
47974
+ "privacy": "public",
47975
+ "return": {
47976
+ "type": {
47977
+ "text": "void"
47978
+ }
47979
+ }
47980
+ },
47981
+ {
47982
+ "kind": "method",
47983
+ "name": "close",
47984
+ "privacy": "public",
47985
+ "return": {
47986
+ "type": {
47987
+ "text": "void"
47988
+ }
47989
+ }
47990
+ },
47991
+ {
47992
+ "kind": "method",
47993
+ "name": "_initialize",
47994
+ "privacy": "private",
47995
+ "return": {
47996
+ "type": {
47997
+ "text": "void"
47998
+ }
47999
+ }
48000
+ },
48001
+ {
48002
+ "kind": "method",
48003
+ "name": "_applyVisibility",
48004
+ "privacy": "private",
48005
+ "return": {
48006
+ "type": {
48007
+ "text": "void"
48008
+ }
48009
+ },
48010
+ "parameters": [
48011
+ {
48012
+ "name": "value",
48013
+ "type": {
48014
+ "text": "boolean"
48015
+ }
48016
+ }
48017
+ ]
48018
+ }
48019
+ ],
48020
+ "superclass": {
48021
+ "name": "BaseComponent",
48022
+ "module": "/core/base/base-component"
48023
+ },
48024
+ "tagName": "forge-linear-progress",
48025
+ "customElement": true
48026
+ }
48027
+ ],
48028
+ "exports": [
48029
+ {
48030
+ "kind": "js",
48031
+ "name": "LinearProgressComponent",
48032
+ "declaration": {
48033
+ "name": "LinearProgressComponent",
48034
+ "module": "linear-progress/linear-progress.ts"
48035
+ }
48036
+ }
48037
+ ]
48038
+ },
48039
48039
  {
48040
48040
  "kind": "javascript-module",
48041
48041
  "path": "list/index.ts",
@@ -58101,6 +58101,24 @@
58101
58101
  }
58102
58102
  ]
58103
58103
  },
58104
+ {
58105
+ "kind": "method",
58106
+ "name": "setAvatarIcon",
58107
+ "privacy": "public",
58108
+ "return": {
58109
+ "type": {
58110
+ "text": "void"
58111
+ }
58112
+ },
58113
+ "parameters": [
58114
+ {
58115
+ "name": "value",
58116
+ "type": {
58117
+ "text": "string"
58118
+ }
58119
+ }
58120
+ ]
58121
+ },
58104
58122
  {
58105
58123
  "kind": "method",
58106
58124
  "name": "setAvatarImageUrl",
@@ -58818,6 +58836,14 @@
58818
58836
  },
58819
58837
  "privacy": "private"
58820
58838
  },
58839
+ {
58840
+ "kind": "field",
58841
+ "name": "_avatarIcon",
58842
+ "type": {
58843
+ "text": "string"
58844
+ },
58845
+ "privacy": "private"
58846
+ },
58821
58847
  {
58822
58848
  "kind": "field",
58823
58849
  "name": "_avatarImageUrl",
@@ -58960,6 +58986,14 @@
58960
58986
  },
58961
58987
  "privacy": "public"
58962
58988
  },
58989
+ {
58990
+ "kind": "field",
58991
+ "name": "avatarIcon",
58992
+ "type": {
58993
+ "text": "string"
58994
+ },
58995
+ "privacy": "public"
58996
+ },
58963
58997
  {
58964
58998
  "kind": "field",
58965
58999
  "name": "avatarImageUrl",
@@ -59096,6 +59130,14 @@
59096
59130
  },
59097
59131
  "privacy": "public"
59098
59132
  },
59133
+ {
59134
+ "kind": "field",
59135
+ "name": "avatarIcon",
59136
+ "type": {
59137
+ "text": "string"
59138
+ },
59139
+ "privacy": "public"
59140
+ },
59099
59141
  {
59100
59142
  "kind": "field",
59101
59143
  "name": "avatarImageUrl",
@@ -62825,37 +62867,6 @@
62825
62867
  }
62826
62868
  ]
62827
62869
  },
62828
- {
62829
- "kind": "javascript-module",
62830
- "path": "split-view/index.ts",
62831
- "declarations": [],
62832
- "exports": [
62833
- {
62834
- "kind": "js",
62835
- "name": "*",
62836
- "declaration": {
62837
- "name": "*",
62838
- "package": "./core"
62839
- }
62840
- },
62841
- {
62842
- "kind": "js",
62843
- "name": "*",
62844
- "declaration": {
62845
- "name": "*",
62846
- "package": "./split-view-panel"
62847
- }
62848
- },
62849
- {
62850
- "kind": "js",
62851
- "name": "*",
62852
- "declaration": {
62853
- "name": "*",
62854
- "package": "./split-view"
62855
- }
62856
- }
62857
- ]
62858
- },
62859
62870
  {
62860
62871
  "kind": "javascript-module",
62861
62872
  "path": "slider/index.ts",
@@ -63555,6 +63566,37 @@
63555
63566
  }
63556
63567
  ]
63557
63568
  },
63569
+ {
63570
+ "kind": "javascript-module",
63571
+ "path": "split-view/index.ts",
63572
+ "declarations": [],
63573
+ "exports": [
63574
+ {
63575
+ "kind": "js",
63576
+ "name": "*",
63577
+ "declaration": {
63578
+ "name": "*",
63579
+ "package": "./core"
63580
+ }
63581
+ },
63582
+ {
63583
+ "kind": "js",
63584
+ "name": "*",
63585
+ "declaration": {
63586
+ "name": "*",
63587
+ "package": "./split-view-panel"
63588
+ }
63589
+ },
63590
+ {
63591
+ "kind": "js",
63592
+ "name": "*",
63593
+ "declaration": {
63594
+ "name": "*",
63595
+ "package": "./split-view"
63596
+ }
63597
+ }
63598
+ ]
63599
+ },
63558
63600
  {
63559
63601
  "kind": "javascript-module",
63560
63602
  "path": "stack/index.ts",
@@ -82291,6 +82333,24 @@
82291
82333
  }
82292
82334
  ]
82293
82335
  },
82336
+ {
82337
+ "kind": "method",
82338
+ "name": "setAvatarIcon",
82339
+ "privacy": "public",
82340
+ "return": {
82341
+ "type": {
82342
+ "text": "void"
82343
+ }
82344
+ },
82345
+ "parameters": [
82346
+ {
82347
+ "name": "value",
82348
+ "type": {
82349
+ "text": "string"
82350
+ }
82351
+ }
82352
+ ]
82353
+ },
82294
82354
  {
82295
82355
  "kind": "method",
82296
82356
  "name": "setAvatarLetterCount",
@@ -82875,6 +82935,14 @@
82875
82935
  },
82876
82936
  "privacy": "private"
82877
82937
  },
82938
+ {
82939
+ "kind": "field",
82940
+ "name": "_avatarIcon",
82941
+ "type": {
82942
+ "text": "string"
82943
+ },
82944
+ "privacy": "private"
82945
+ },
82878
82946
  {
82879
82947
  "kind": "field",
82880
82948
  "name": "_showSignOutButton",
@@ -83115,6 +83183,14 @@
83115
83183
  },
83116
83184
  "privacy": "public"
83117
83185
  },
83186
+ {
83187
+ "kind": "field",
83188
+ "name": "avatarIcon",
83189
+ "type": {
83190
+ "text": "string"
83191
+ },
83192
+ "privacy": "public"
83193
+ },
83118
83194
  {
83119
83195
  "kind": "field",
83120
83196
  "name": "signOutButton",
@@ -83245,6 +83321,14 @@
83245
83321
  },
83246
83322
  "privacy": "public"
83247
83323
  },
83324
+ {
83325
+ "kind": "field",
83326
+ "name": "avatarIcon",
83327
+ "type": {
83328
+ "text": "string"
83329
+ },
83330
+ "privacy": "public"
83331
+ },
83248
83332
  {
83249
83333
  "kind": "field",
83250
83334
  "name": "signOutButton",