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.
Files changed (54) hide show
  1. package/dist/cjs/{gb-action-panel_25.cjs.entry.js → gb-action-panel_16.cjs.entry.js} +17 -819
  2. package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +1 -0
  3. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +364 -0
  4. package/dist/cjs/gb-help-tooltip_3.cjs.entry.js.map +1 -0
  5. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +144 -0
  6. package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js.map +1 -0
  7. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +398 -0
  8. package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -0
  9. package/dist/cjs/globuscomponents.cjs.js +1 -1
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  12. package/dist/collection/components/gb-step-base/gb-step-base.js.map +1 -1
  13. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +267 -1
  14. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
  15. package/dist/components/gb-progress-steps.js +1 -1
  16. package/dist/components/gb-step-base.js +1 -1
  17. package/dist/components/gb-stepper-horizontal-line-with-text.js +31 -3
  18. package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
  19. package/dist/components/{p-c720b7f1.js → p-f01d693a.js} +2 -2
  20. package/dist/components/p-f01d693a.js.map +1 -0
  21. package/dist/docs.json +311 -1
  22. package/dist/esm/{gb-action-panel_25.entry.js → gb-action-panel_16.entry.js} +18 -811
  23. package/dist/esm/gb-action-panel_16.entry.js.map +1 -0
  24. package/dist/esm/gb-help-tooltip_3.entry.js +358 -0
  25. package/dist/esm/gb-help-tooltip_3.entry.js.map +1 -0
  26. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +136 -0
  27. package/dist/esm/gb-input-dropdown-menu-item_5.entry.js.map +1 -0
  28. package/dist/esm/gb-input-dropdown_3.entry.js +392 -0
  29. package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -0
  30. package/dist/esm/globuscomponents.js +1 -1
  31. package/dist/esm/loader.js +1 -1
  32. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  33. package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
  34. package/dist/globuscomponents/p-43f078c4.entry.js +2 -0
  35. package/dist/globuscomponents/p-43f078c4.entry.js.map +1 -0
  36. package/dist/globuscomponents/p-5226baf8.entry.js +2 -0
  37. package/dist/globuscomponents/p-5226baf8.entry.js.map +1 -0
  38. package/dist/globuscomponents/p-6485f918.entry.js +2 -0
  39. package/dist/globuscomponents/p-6485f918.entry.js.map +1 -0
  40. package/dist/globuscomponents/{p-240c3c4f.entry.js → p-c11d7963.entry.js} +2 -2
  41. package/dist/globuscomponents/p-c11d7963.entry.js.map +1 -0
  42. package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +14 -0
  43. package/dist/types/components.d.ts +28 -0
  44. package/package.json +1 -1
  45. package/dist/cjs/gb-action-panel_25.cjs.entry.js.map +0 -1
  46. package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js +0 -72
  47. package/dist/cjs/gb-pagination-button-group-base_2.cjs.entry.js.map +0 -1
  48. package/dist/components/p-c720b7f1.js.map +0 -1
  49. package/dist/esm/gb-action-panel_25.entry.js.map +0 -1
  50. package/dist/esm/gb-pagination-button-group-base_2.entry.js +0 -67
  51. package/dist/esm/gb-pagination-button-group-base_2.entry.js.map +0 -1
  52. package/dist/globuscomponents/p-240c3c4f.entry.js.map +0 -1
  53. package/dist/globuscomponents/p-9365266f.entry.js +0 -2
  54. package/dist/globuscomponents/p-9365266f.entry.js.map +0 -1
@@ -21,5 +21,19 @@ export declare class GbStepperHorizontalLineWithText {
21
21
  fifthStepStatus: ProgressStepStatus;
22
22
  sixthStepStatus: ProgressStepStatus;
23
23
  seventhStepStatus: ProgressStepStatus;
24
+ firstStepLabel: string;
25
+ secondStepLabel: string;
26
+ thirdStepLabel: string;
27
+ fourthStepLabel: string;
28
+ fifthStepLabel: string;
29
+ sixthStepLabel: string;
30
+ seventhStepLabel: string;
31
+ firstStepSupportingText: string;
32
+ secondStepSupportingText: string;
33
+ thirdStepSupportingText: string;
34
+ fourthStepSupportingText: string;
35
+ fifthStepSupportingText: string;
36
+ sixthStepSupportingText: string;
37
+ seventhStepSupportingText: string;
24
38
  render(): any;
25
39
  }
@@ -524,25 +524,39 @@ export namespace Components {
524
524
  interface GbStepperHorizontalLineWithText {
525
525
  "breakpoint": BreakPoints;
526
526
  "fifthStep": boolean;
527
+ "fifthStepLabel": string;
527
528
  "fifthStepState": ProgressStepStates;
528
529
  "fifthStepStatus": ProgressStepStatus;
530
+ "fifthStepSupportingText": string;
531
+ "firstStepLabel": string;
529
532
  "firstStepState": ProgressStepStates;
530
533
  "firstStepStatus": ProgressStepStatus;
534
+ "firstStepSupportingText": string;
531
535
  "fourthStep": boolean;
536
+ "fourthStepLabel": string;
532
537
  "fourthStepState": ProgressStepStates;
533
538
  "fourthStepStatus": ProgressStepStatus;
539
+ "fourthStepSupportingText": string;
540
+ "secondStepLabel": string;
534
541
  "secondStepState": ProgressStepStates;
535
542
  "secondStepStatus": ProgressStepStatus;
543
+ "secondStepSupportingText": string;
536
544
  "seventhStep": boolean;
545
+ "seventhStepLabel": string;
537
546
  "seventhStepState": ProgressStepStates;
538
547
  "seventhStepStatus": ProgressStepStatus;
548
+ "seventhStepSupportingText": string;
539
549
  "sixthStep": boolean;
550
+ "sixthStepLabel": string;
540
551
  "sixthStepState": ProgressStepStates;
541
552
  "sixthStepStatus": ProgressStepStatus;
553
+ "sixthStepSupportingText": string;
542
554
  "size": GeneralSizes;
543
555
  "thirdStep": boolean;
556
+ "thirdStepLabel": string;
544
557
  "thirdStepState": ProgressStepStates;
545
558
  "thirdStepStatus": ProgressStepStatus;
559
+ "thirdStepSupportingText": string;
546
560
  }
547
561
  interface GbTabButtonBase {
548
562
  "alignment": 'horizontal' | 'vertical';
@@ -2143,25 +2157,39 @@ declare namespace LocalJSX {
2143
2157
  interface GbStepperHorizontalLineWithText {
2144
2158
  "breakpoint"?: BreakPoints;
2145
2159
  "fifthStep"?: boolean;
2160
+ "fifthStepLabel"?: string;
2146
2161
  "fifthStepState"?: ProgressStepStates;
2147
2162
  "fifthStepStatus"?: ProgressStepStatus;
2163
+ "fifthStepSupportingText"?: string;
2164
+ "firstStepLabel"?: string;
2148
2165
  "firstStepState"?: ProgressStepStates;
2149
2166
  "firstStepStatus"?: ProgressStepStatus;
2167
+ "firstStepSupportingText"?: string;
2150
2168
  "fourthStep"?: boolean;
2169
+ "fourthStepLabel"?: string;
2151
2170
  "fourthStepState"?: ProgressStepStates;
2152
2171
  "fourthStepStatus"?: ProgressStepStatus;
2172
+ "fourthStepSupportingText"?: string;
2173
+ "secondStepLabel"?: string;
2153
2174
  "secondStepState"?: ProgressStepStates;
2154
2175
  "secondStepStatus"?: ProgressStepStatus;
2176
+ "secondStepSupportingText"?: string;
2155
2177
  "seventhStep"?: boolean;
2178
+ "seventhStepLabel"?: string;
2156
2179
  "seventhStepState"?: ProgressStepStates;
2157
2180
  "seventhStepStatus"?: ProgressStepStatus;
2181
+ "seventhStepSupportingText"?: string;
2158
2182
  "sixthStep"?: boolean;
2183
+ "sixthStepLabel"?: string;
2159
2184
  "sixthStepState"?: ProgressStepStates;
2160
2185
  "sixthStepStatus"?: ProgressStepStatus;
2186
+ "sixthStepSupportingText"?: string;
2161
2187
  "size"?: GeneralSizes;
2162
2188
  "thirdStep"?: boolean;
2189
+ "thirdStepLabel"?: string;
2163
2190
  "thirdStepState"?: ProgressStepStates;
2164
2191
  "thirdStepStatus"?: ProgressStepStatus;
2192
+ "thirdStepSupportingText"?: string;
2165
2193
  }
2166
2194
  interface GbTabButtonBase {
2167
2195
  "alignment"?: 'horizontal' | 'vertical';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",