@genesislcap/foundation-zero 14.312.1 → 14.313.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.
@@ -32369,6 +32369,18 @@
32369
32369
  "module": "src/stepper/stepper.ts"
32370
32370
  }
32371
32371
  },
32372
+ {
32373
+ "name": "hide-all-buttons",
32374
+ "type": {
32375
+ "text": "boolean"
32376
+ },
32377
+ "default": "false",
32378
+ "fieldName": "hideAllButtons",
32379
+ "inheritedFrom": {
32380
+ "name": "Stepper",
32381
+ "module": "src/stepper/stepper.ts"
32382
+ }
32383
+ },
32372
32384
  {
32373
32385
  "name": "orientation",
32374
32386
  "type": {
@@ -32439,6 +32451,18 @@
32439
32451
  "module": "src/stepper/stepper.ts"
32440
32452
  }
32441
32453
  },
32454
+ {
32455
+ "kind": "field",
32456
+ "name": "hideAllButtons",
32457
+ "type": {
32458
+ "text": "boolean"
32459
+ },
32460
+ "default": "false",
32461
+ "inheritedFrom": {
32462
+ "name": "Stepper",
32463
+ "module": "src/stepper/stepper.ts"
32464
+ }
32465
+ },
32442
32466
  {
32443
32467
  "kind": "field",
32444
32468
  "name": "orientation",
@@ -32633,6 +32657,65 @@
32633
32657
  "module": "src/stepper/stepper.ts"
32634
32658
  }
32635
32659
  },
32660
+ {
32661
+ "kind": "method",
32662
+ "name": "goToStep",
32663
+ "return": {
32664
+ "type": {
32665
+ "text": ""
32666
+ }
32667
+ },
32668
+ "parameters": [
32669
+ {
32670
+ "name": "stepNumber",
32671
+ "type": {
32672
+ "text": "number"
32673
+ },
32674
+ "description": "The step number to go to (1-based)"
32675
+ },
32676
+ {
32677
+ "name": "bypassJumpRestrictions",
32678
+ "default": "false",
32679
+ "type": {
32680
+ "text": "boolean"
32681
+ },
32682
+ "description": "If true, ignores UI jump restrictions (default: false)"
32683
+ }
32684
+ ],
32685
+ "description": "Go to a specific step by step number (1-based indexing)",
32686
+ "inheritedFrom": {
32687
+ "name": "Stepper",
32688
+ "module": "src/stepper/stepper.ts"
32689
+ }
32690
+ },
32691
+ {
32692
+ "kind": "method",
32693
+ "name": "goToFirstStep",
32694
+ "return": {
32695
+ "type": {
32696
+ "text": ""
32697
+ }
32698
+ },
32699
+ "description": "Go to the first step (step 1)",
32700
+ "inheritedFrom": {
32701
+ "name": "Stepper",
32702
+ "module": "src/stepper/stepper.ts"
32703
+ }
32704
+ },
32705
+ {
32706
+ "kind": "method",
32707
+ "name": "goToLastStep",
32708
+ "return": {
32709
+ "type": {
32710
+ "text": ""
32711
+ }
32712
+ },
32713
+ "description": "Go to the last step",
32714
+ "inheritedFrom": {
32715
+ "name": "Stepper",
32716
+ "module": "src/stepper/stepper.ts"
32717
+ }
32718
+ },
32636
32719
  {
32637
32720
  "kind": "method",
32638
32721
  "name": "handleStepClick",
@@ -32652,7 +32735,7 @@
32652
32735
  "privacy": "private",
32653
32736
  "return": {
32654
32737
  "type": {
32655
- "text": "void"
32738
+ "text": "boolean"
32656
32739
  }
32657
32740
  },
32658
32741
  "parameters": [
@@ -32674,7 +32757,7 @@
32674
32757
  "privacy": "private",
32675
32758
  "return": {
32676
32759
  "type": {
32677
- "text": "void"
32760
+ "text": "boolean"
32678
32761
  }
32679
32762
  },
32680
32763
  "parameters": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.312.1",
4
+ "version": "14.313.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.312.1",
75
- "@genesislcap/rollup-builder": "14.312.1",
76
- "@genesislcap/ts-builder": "14.312.1",
77
- "@genesislcap/uvu-playwright-builder": "14.312.1",
78
- "@genesislcap/vite-builder": "14.312.1",
79
- "@genesislcap/webpack-builder": "14.312.1"
74
+ "@genesislcap/genx": "14.313.0",
75
+ "@genesislcap/rollup-builder": "14.313.0",
76
+ "@genesislcap/ts-builder": "14.313.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.313.0",
78
+ "@genesislcap/vite-builder": "14.313.0",
79
+ "@genesislcap/webpack-builder": "14.313.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.312.1",
83
- "@genesislcap/foundation-logger": "14.312.1",
84
- "@genesislcap/foundation-ui": "14.312.1",
85
- "@genesislcap/foundation-utils": "14.312.1",
82
+ "@genesislcap/foundation-comms": "14.313.0",
83
+ "@genesislcap/foundation-logger": "14.313.0",
84
+ "@genesislcap/foundation-ui": "14.313.0",
85
+ "@genesislcap/foundation-utils": "14.313.0",
86
86
  "@microsoft/fast-colors": "5.3.1",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "e93a505007f5271b52652f77b2117629f5b18def"
101
+ "gitHead": "4873fddd66df147738bfc54db30823007cbdd713"
102
102
  }