globuswebcomponents 1.2.0 → 1.2.2
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/cjs/{gb-action-panel_25.cjs.entry.js → gb-action-panel_16.cjs.entry.js} +17 -819
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +364 -0
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +144 -0
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +398 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -0
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +267 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-progress-steps.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +31 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/{p-c720b7f1.js → p-f01d693a.js} +2 -2
- package/dist/components/p-f01d693a.js.map +1 -0
- package/dist/docs.json +311 -1
- package/dist/esm/{gb-action-panel_25.entry.js → gb-action-panel_16.entry.js} +18 -811
- package/dist/esm/gb-action-panel_16.entry.js.map +1 -0
- package/dist/esm/gb-help-tooltip_3.entry.js +358 -0
- package/dist/esm/gb-help-tooltip_3.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +136 -0
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown_3.entry.js +392 -0
- package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -0
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/p-43f078c4.entry.js +2 -0
- package/dist/globuscomponents/p-43f078c4.entry.js.map +1 -0
- package/dist/globuscomponents/p-5226baf8.entry.js +2 -0
- package/dist/globuscomponents/p-5226baf8.entry.js.map +1 -0
- package/dist/globuscomponents/p-6485f918.entry.js +2 -0
- package/dist/globuscomponents/p-6485f918.entry.js.map +1 -0
- package/dist/globuscomponents/{p-240c3c4f.entry.js → p-c11d7963.entry.js} +2 -2
- package/dist/globuscomponents/p-c11d7963.entry.js.map +1 -0
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +14 -0
- package/dist/types/components.d.ts +28 -0
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js +0 -72
- package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js.map +0 -1
- package/dist/components/p-c720b7f1.js.map +0 -1
- package/dist/esm/gb-action-panel_25.entry.js.map +0 -1
- package/dist/esm/gb-pagination-button-group-base_2.entry.js +0 -67
- package/dist/esm/gb-pagination-button-group-base_2.entry.js.map +0 -1
- package/dist/globuscomponents/p-240c3c4f.entry.js.map +0 -1
- package/dist/globuscomponents/p-9365266f.entry.js +0 -2
- package/dist/globuscomponents/p-9365266f.entry.js.map +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-03-
|
|
2
|
+
"timestamp": "2025-03-07T01:33:26",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -14135,6 +14135,7 @@
|
|
|
14135
14135
|
"filePath": "src/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.tsx",
|
|
14136
14136
|
"encapsulation": "shadow",
|
|
14137
14137
|
"tag": "gb-stepper-horizontal-icons-centered",
|
|
14138
|
+
"readme": "# gb-stepper-horizontal-icons-centered\n\n\n",
|
|
14138
14139
|
"docs": "",
|
|
14139
14140
|
"docsTags": [],
|
|
14140
14141
|
"usage": {},
|
|
@@ -14306,6 +14307,7 @@
|
|
|
14306
14307
|
"filePath": "src/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.tsx",
|
|
14307
14308
|
"encapsulation": "shadow",
|
|
14308
14309
|
"tag": "gb-stepper-horizontal-line-with-text",
|
|
14310
|
+
"readme": "# gb-stepper-horizontal-line-with-text\n\n\n",
|
|
14309
14311
|
"docs": "",
|
|
14310
14312
|
"docsTags": [],
|
|
14311
14313
|
"usage": {},
|
|
@@ -14364,6 +14366,28 @@
|
|
|
14364
14366
|
"optional": false,
|
|
14365
14367
|
"required": false
|
|
14366
14368
|
},
|
|
14369
|
+
{
|
|
14370
|
+
"name": "fifthStepLabel",
|
|
14371
|
+
"type": "string",
|
|
14372
|
+
"complexType": {
|
|
14373
|
+
"original": "string",
|
|
14374
|
+
"resolved": "string",
|
|
14375
|
+
"references": {}
|
|
14376
|
+
},
|
|
14377
|
+
"mutable": false,
|
|
14378
|
+
"attr": "fifth-step-label",
|
|
14379
|
+
"reflectToAttr": false,
|
|
14380
|
+
"docs": "",
|
|
14381
|
+
"docsTags": [],
|
|
14382
|
+
"default": "''",
|
|
14383
|
+
"values": [
|
|
14384
|
+
{
|
|
14385
|
+
"type": "string"
|
|
14386
|
+
}
|
|
14387
|
+
],
|
|
14388
|
+
"optional": false,
|
|
14389
|
+
"required": false
|
|
14390
|
+
},
|
|
14367
14391
|
{
|
|
14368
14392
|
"name": "fifthStepState",
|
|
14369
14393
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14432,6 +14456,50 @@
|
|
|
14432
14456
|
"optional": false,
|
|
14433
14457
|
"required": false
|
|
14434
14458
|
},
|
|
14459
|
+
{
|
|
14460
|
+
"name": "fifthStepSupportingText",
|
|
14461
|
+
"type": "string",
|
|
14462
|
+
"complexType": {
|
|
14463
|
+
"original": "string",
|
|
14464
|
+
"resolved": "string",
|
|
14465
|
+
"references": {}
|
|
14466
|
+
},
|
|
14467
|
+
"mutable": false,
|
|
14468
|
+
"attr": "fifth-step-supporting-text",
|
|
14469
|
+
"reflectToAttr": false,
|
|
14470
|
+
"docs": "",
|
|
14471
|
+
"docsTags": [],
|
|
14472
|
+
"default": "''",
|
|
14473
|
+
"values": [
|
|
14474
|
+
{
|
|
14475
|
+
"type": "string"
|
|
14476
|
+
}
|
|
14477
|
+
],
|
|
14478
|
+
"optional": false,
|
|
14479
|
+
"required": false
|
|
14480
|
+
},
|
|
14481
|
+
{
|
|
14482
|
+
"name": "firstStepLabel",
|
|
14483
|
+
"type": "string",
|
|
14484
|
+
"complexType": {
|
|
14485
|
+
"original": "string",
|
|
14486
|
+
"resolved": "string",
|
|
14487
|
+
"references": {}
|
|
14488
|
+
},
|
|
14489
|
+
"mutable": false,
|
|
14490
|
+
"attr": "first-step-label",
|
|
14491
|
+
"reflectToAttr": false,
|
|
14492
|
+
"docs": "",
|
|
14493
|
+
"docsTags": [],
|
|
14494
|
+
"default": "''",
|
|
14495
|
+
"values": [
|
|
14496
|
+
{
|
|
14497
|
+
"type": "string"
|
|
14498
|
+
}
|
|
14499
|
+
],
|
|
14500
|
+
"optional": false,
|
|
14501
|
+
"required": false
|
|
14502
|
+
},
|
|
14435
14503
|
{
|
|
14436
14504
|
"name": "firstStepState",
|
|
14437
14505
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14500,6 +14568,28 @@
|
|
|
14500
14568
|
"optional": false,
|
|
14501
14569
|
"required": false
|
|
14502
14570
|
},
|
|
14571
|
+
{
|
|
14572
|
+
"name": "firstStepSupportingText",
|
|
14573
|
+
"type": "string",
|
|
14574
|
+
"complexType": {
|
|
14575
|
+
"original": "string",
|
|
14576
|
+
"resolved": "string",
|
|
14577
|
+
"references": {}
|
|
14578
|
+
},
|
|
14579
|
+
"mutable": false,
|
|
14580
|
+
"attr": "first-step-supporting-text",
|
|
14581
|
+
"reflectToAttr": false,
|
|
14582
|
+
"docs": "",
|
|
14583
|
+
"docsTags": [],
|
|
14584
|
+
"default": "''",
|
|
14585
|
+
"values": [
|
|
14586
|
+
{
|
|
14587
|
+
"type": "string"
|
|
14588
|
+
}
|
|
14589
|
+
],
|
|
14590
|
+
"optional": false,
|
|
14591
|
+
"required": false
|
|
14592
|
+
},
|
|
14503
14593
|
{
|
|
14504
14594
|
"name": "fourthStep",
|
|
14505
14595
|
"type": "boolean",
|
|
@@ -14522,6 +14612,28 @@
|
|
|
14522
14612
|
"optional": false,
|
|
14523
14613
|
"required": false
|
|
14524
14614
|
},
|
|
14615
|
+
{
|
|
14616
|
+
"name": "fourthStepLabel",
|
|
14617
|
+
"type": "string",
|
|
14618
|
+
"complexType": {
|
|
14619
|
+
"original": "string",
|
|
14620
|
+
"resolved": "string",
|
|
14621
|
+
"references": {}
|
|
14622
|
+
},
|
|
14623
|
+
"mutable": false,
|
|
14624
|
+
"attr": "fourth-step-label",
|
|
14625
|
+
"reflectToAttr": false,
|
|
14626
|
+
"docs": "",
|
|
14627
|
+
"docsTags": [],
|
|
14628
|
+
"default": "''",
|
|
14629
|
+
"values": [
|
|
14630
|
+
{
|
|
14631
|
+
"type": "string"
|
|
14632
|
+
}
|
|
14633
|
+
],
|
|
14634
|
+
"optional": false,
|
|
14635
|
+
"required": false
|
|
14636
|
+
},
|
|
14525
14637
|
{
|
|
14526
14638
|
"name": "fourthStepState",
|
|
14527
14639
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14590,6 +14702,50 @@
|
|
|
14590
14702
|
"optional": false,
|
|
14591
14703
|
"required": false
|
|
14592
14704
|
},
|
|
14705
|
+
{
|
|
14706
|
+
"name": "fourthStepSupportingText",
|
|
14707
|
+
"type": "string",
|
|
14708
|
+
"complexType": {
|
|
14709
|
+
"original": "string",
|
|
14710
|
+
"resolved": "string",
|
|
14711
|
+
"references": {}
|
|
14712
|
+
},
|
|
14713
|
+
"mutable": false,
|
|
14714
|
+
"attr": "fourth-step-supporting-text",
|
|
14715
|
+
"reflectToAttr": false,
|
|
14716
|
+
"docs": "",
|
|
14717
|
+
"docsTags": [],
|
|
14718
|
+
"default": "''",
|
|
14719
|
+
"values": [
|
|
14720
|
+
{
|
|
14721
|
+
"type": "string"
|
|
14722
|
+
}
|
|
14723
|
+
],
|
|
14724
|
+
"optional": false,
|
|
14725
|
+
"required": false
|
|
14726
|
+
},
|
|
14727
|
+
{
|
|
14728
|
+
"name": "secondStepLabel",
|
|
14729
|
+
"type": "string",
|
|
14730
|
+
"complexType": {
|
|
14731
|
+
"original": "string",
|
|
14732
|
+
"resolved": "string",
|
|
14733
|
+
"references": {}
|
|
14734
|
+
},
|
|
14735
|
+
"mutable": false,
|
|
14736
|
+
"attr": "second-step-label",
|
|
14737
|
+
"reflectToAttr": false,
|
|
14738
|
+
"docs": "",
|
|
14739
|
+
"docsTags": [],
|
|
14740
|
+
"default": "''",
|
|
14741
|
+
"values": [
|
|
14742
|
+
{
|
|
14743
|
+
"type": "string"
|
|
14744
|
+
}
|
|
14745
|
+
],
|
|
14746
|
+
"optional": false,
|
|
14747
|
+
"required": false
|
|
14748
|
+
},
|
|
14593
14749
|
{
|
|
14594
14750
|
"name": "secondStepState",
|
|
14595
14751
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14658,6 +14814,28 @@
|
|
|
14658
14814
|
"optional": false,
|
|
14659
14815
|
"required": false
|
|
14660
14816
|
},
|
|
14817
|
+
{
|
|
14818
|
+
"name": "secondStepSupportingText",
|
|
14819
|
+
"type": "string",
|
|
14820
|
+
"complexType": {
|
|
14821
|
+
"original": "string",
|
|
14822
|
+
"resolved": "string",
|
|
14823
|
+
"references": {}
|
|
14824
|
+
},
|
|
14825
|
+
"mutable": false,
|
|
14826
|
+
"attr": "second-step-supporting-text",
|
|
14827
|
+
"reflectToAttr": false,
|
|
14828
|
+
"docs": "",
|
|
14829
|
+
"docsTags": [],
|
|
14830
|
+
"default": "''",
|
|
14831
|
+
"values": [
|
|
14832
|
+
{
|
|
14833
|
+
"type": "string"
|
|
14834
|
+
}
|
|
14835
|
+
],
|
|
14836
|
+
"optional": false,
|
|
14837
|
+
"required": false
|
|
14838
|
+
},
|
|
14661
14839
|
{
|
|
14662
14840
|
"name": "seventhStep",
|
|
14663
14841
|
"type": "boolean",
|
|
@@ -14680,6 +14858,28 @@
|
|
|
14680
14858
|
"optional": false,
|
|
14681
14859
|
"required": false
|
|
14682
14860
|
},
|
|
14861
|
+
{
|
|
14862
|
+
"name": "seventhStepLabel",
|
|
14863
|
+
"type": "string",
|
|
14864
|
+
"complexType": {
|
|
14865
|
+
"original": "string",
|
|
14866
|
+
"resolved": "string",
|
|
14867
|
+
"references": {}
|
|
14868
|
+
},
|
|
14869
|
+
"mutable": false,
|
|
14870
|
+
"attr": "seventh-step-label",
|
|
14871
|
+
"reflectToAttr": false,
|
|
14872
|
+
"docs": "",
|
|
14873
|
+
"docsTags": [],
|
|
14874
|
+
"default": "''",
|
|
14875
|
+
"values": [
|
|
14876
|
+
{
|
|
14877
|
+
"type": "string"
|
|
14878
|
+
}
|
|
14879
|
+
],
|
|
14880
|
+
"optional": false,
|
|
14881
|
+
"required": false
|
|
14882
|
+
},
|
|
14683
14883
|
{
|
|
14684
14884
|
"name": "seventhStepState",
|
|
14685
14885
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14748,6 +14948,28 @@
|
|
|
14748
14948
|
"optional": false,
|
|
14749
14949
|
"required": false
|
|
14750
14950
|
},
|
|
14951
|
+
{
|
|
14952
|
+
"name": "seventhStepSupportingText",
|
|
14953
|
+
"type": "string",
|
|
14954
|
+
"complexType": {
|
|
14955
|
+
"original": "string",
|
|
14956
|
+
"resolved": "string",
|
|
14957
|
+
"references": {}
|
|
14958
|
+
},
|
|
14959
|
+
"mutable": false,
|
|
14960
|
+
"attr": "seventh-step-supporting-text",
|
|
14961
|
+
"reflectToAttr": false,
|
|
14962
|
+
"docs": "",
|
|
14963
|
+
"docsTags": [],
|
|
14964
|
+
"default": "''",
|
|
14965
|
+
"values": [
|
|
14966
|
+
{
|
|
14967
|
+
"type": "string"
|
|
14968
|
+
}
|
|
14969
|
+
],
|
|
14970
|
+
"optional": false,
|
|
14971
|
+
"required": false
|
|
14972
|
+
},
|
|
14751
14973
|
{
|
|
14752
14974
|
"name": "sixthStep",
|
|
14753
14975
|
"type": "boolean",
|
|
@@ -14770,6 +14992,28 @@
|
|
|
14770
14992
|
"optional": false,
|
|
14771
14993
|
"required": false
|
|
14772
14994
|
},
|
|
14995
|
+
{
|
|
14996
|
+
"name": "sixthStepLabel",
|
|
14997
|
+
"type": "string",
|
|
14998
|
+
"complexType": {
|
|
14999
|
+
"original": "string",
|
|
15000
|
+
"resolved": "string",
|
|
15001
|
+
"references": {}
|
|
15002
|
+
},
|
|
15003
|
+
"mutable": false,
|
|
15004
|
+
"attr": "sixth-step-label",
|
|
15005
|
+
"reflectToAttr": false,
|
|
15006
|
+
"docs": "",
|
|
15007
|
+
"docsTags": [],
|
|
15008
|
+
"default": "''",
|
|
15009
|
+
"values": [
|
|
15010
|
+
{
|
|
15011
|
+
"type": "string"
|
|
15012
|
+
}
|
|
15013
|
+
],
|
|
15014
|
+
"optional": false,
|
|
15015
|
+
"required": false
|
|
15016
|
+
},
|
|
14773
15017
|
{
|
|
14774
15018
|
"name": "sixthStepState",
|
|
14775
15019
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14838,6 +15082,28 @@
|
|
|
14838
15082
|
"optional": false,
|
|
14839
15083
|
"required": false
|
|
14840
15084
|
},
|
|
15085
|
+
{
|
|
15086
|
+
"name": "sixthStepSupportingText",
|
|
15087
|
+
"type": "string",
|
|
15088
|
+
"complexType": {
|
|
15089
|
+
"original": "string",
|
|
15090
|
+
"resolved": "string",
|
|
15091
|
+
"references": {}
|
|
15092
|
+
},
|
|
15093
|
+
"mutable": false,
|
|
15094
|
+
"attr": "sixth-step-supporting-text",
|
|
15095
|
+
"reflectToAttr": false,
|
|
15096
|
+
"docs": "",
|
|
15097
|
+
"docsTags": [],
|
|
15098
|
+
"default": "''",
|
|
15099
|
+
"values": [
|
|
15100
|
+
{
|
|
15101
|
+
"type": "string"
|
|
15102
|
+
}
|
|
15103
|
+
],
|
|
15104
|
+
"optional": false,
|
|
15105
|
+
"required": false
|
|
15106
|
+
},
|
|
14841
15107
|
{
|
|
14842
15108
|
"name": "size",
|
|
14843
15109
|
"type": "\"lg\" | \"md\" | \"profile_lg\" | \"profile_md\" | \"profile_sm\" | \"sm\" | \"xl\" | \"xl2\" | \"xl3\" | \"xl4\" | \"xs\" | \"xxs\"",
|
|
@@ -14932,6 +15198,28 @@
|
|
|
14932
15198
|
"optional": false,
|
|
14933
15199
|
"required": false
|
|
14934
15200
|
},
|
|
15201
|
+
{
|
|
15202
|
+
"name": "thirdStepLabel",
|
|
15203
|
+
"type": "string",
|
|
15204
|
+
"complexType": {
|
|
15205
|
+
"original": "string",
|
|
15206
|
+
"resolved": "string",
|
|
15207
|
+
"references": {}
|
|
15208
|
+
},
|
|
15209
|
+
"mutable": false,
|
|
15210
|
+
"attr": "third-step-label",
|
|
15211
|
+
"reflectToAttr": false,
|
|
15212
|
+
"docs": "",
|
|
15213
|
+
"docsTags": [],
|
|
15214
|
+
"default": "''",
|
|
15215
|
+
"values": [
|
|
15216
|
+
{
|
|
15217
|
+
"type": "string"
|
|
15218
|
+
}
|
|
15219
|
+
],
|
|
15220
|
+
"optional": false,
|
|
15221
|
+
"required": false
|
|
15222
|
+
},
|
|
14935
15223
|
{
|
|
14936
15224
|
"name": "thirdStepState",
|
|
14937
15225
|
"type": "\"default\" | \"destructive\"",
|
|
@@ -14999,6 +15287,28 @@
|
|
|
14999
15287
|
],
|
|
15000
15288
|
"optional": false,
|
|
15001
15289
|
"required": false
|
|
15290
|
+
},
|
|
15291
|
+
{
|
|
15292
|
+
"name": "thirdStepSupportingText",
|
|
15293
|
+
"type": "string",
|
|
15294
|
+
"complexType": {
|
|
15295
|
+
"original": "string",
|
|
15296
|
+
"resolved": "string",
|
|
15297
|
+
"references": {}
|
|
15298
|
+
},
|
|
15299
|
+
"mutable": false,
|
|
15300
|
+
"attr": "third-step-supporting-text",
|
|
15301
|
+
"reflectToAttr": false,
|
|
15302
|
+
"docs": "",
|
|
15303
|
+
"docsTags": [],
|
|
15304
|
+
"default": "''",
|
|
15305
|
+
"values": [
|
|
15306
|
+
{
|
|
15307
|
+
"type": "string"
|
|
15308
|
+
}
|
|
15309
|
+
],
|
|
15310
|
+
"optional": false,
|
|
15311
|
+
"required": false
|
|
15002
15312
|
}
|
|
15003
15313
|
],
|
|
15004
15314
|
"methods": [],
|