globuswebcomponents 1.7.4 → 1.7.5

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/dist/cjs/gb-avatar_24.cjs.entry.js +4 -2
  2. package/dist/cjs/gb-avatar_24.cjs.entry.js.map +1 -1
  3. package/dist/cjs/globuscomponents.cjs.js +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
  6. package/dist/collection/components/gb-badge/gb-badge.js +9 -3
  7. package/dist/collection/components/gb-badge/gb-badge.js.map +1 -1
  8. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +68 -1
  9. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
  10. package/dist/collection/models/reusableModels.js.map +1 -1
  11. package/dist/components/gb-badge.js +1 -1
  12. package/dist/components/gb-detail-cell.js +7 -2
  13. package/dist/components/gb-detail-cell.js.map +1 -1
  14. package/dist/components/gb-filter-button.js +1 -1
  15. package/dist/components/gb-horizontal-tabs.js +2 -2
  16. package/dist/components/gb-sidebar.js +2 -2
  17. package/dist/components/gb-simple-side-bar-item.js +1 -1
  18. package/dist/components/gb-tab-button-base.js +1 -1
  19. package/dist/components/gb-top-bar-sidemenu.js +3 -3
  20. package/dist/components/gb-vertical-tabs.js +1 -1
  21. package/dist/components/{p-5RpAZ8Y6.js → p-B3vwqSMg.js} +3 -3
  22. package/dist/components/{p-5RpAZ8Y6.js.map → p-B3vwqSMg.js.map} +1 -1
  23. package/dist/components/{p-BSVEFKEf.js → p-BK2fLoR1.js} +4 -4
  24. package/dist/components/{p-BSVEFKEf.js.map → p-BK2fLoR1.js.map} +1 -1
  25. package/dist/components/{p-GDNc5Jlc.js → p-BxVBZl-X.js} +3 -3
  26. package/dist/components/{p-GDNc5Jlc.js.map → p-BxVBZl-X.js.map} +1 -1
  27. package/dist/components/p-cHn6O-Kf.js.map +1 -1
  28. package/dist/components/{p-_huP9NbJ.js → p-rvs_81wL.js} +3 -3
  29. package/dist/components/{p-_huP9NbJ.js.map → p-rvs_81wL.js.map} +1 -1
  30. package/dist/docs.json +116 -3
  31. package/dist/esm/gb-avatar_24.entry.js +4 -2
  32. package/dist/esm/gb-avatar_24.entry.js.map +1 -1
  33. package/dist/esm/globuscomponents.js +1 -1
  34. package/dist/esm/loader.js +1 -1
  35. package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
  36. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  37. package/dist/globuscomponents/{p-a7e01fee.entry.js → p-5948b2e6.entry.js} +2 -2
  38. package/dist/globuscomponents/p-5948b2e6.entry.js.map +1 -0
  39. package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
  40. package/dist/types/components/gb-badge/gb-badge.d.ts +2 -2
  41. package/dist/types/components/gb-detail-cell/gb-detail-cell.d.ts +4 -1
  42. package/dist/types/components.d.ts +10 -4
  43. package/dist/types/models/reusableModels.d.ts +1 -0
  44. package/package.json +1 -1
  45. package/dist/globuscomponents/p-a7e01fee.entry.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"p-cHn6O-Kf.js","sources":["src/models/reusableModels.ts"],"sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled',\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none' | 'center';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum BorderWeights {\r\n VeryLight = 'very_light',\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy',\r\n}\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline',\r\n}\r\n\r\nexport type BreakPoints = 'desktop' | 'mobile';\r\n\r\nexport type FileUploadIconType = 'solid' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'default' | 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n\r\nexport type PaginationNumberShapes = 'square' | 'circle';\r\n\r\nexport type PaginationTypes =\r\n | 'page_default'\r\n | 'page_minimal_center_aligned'\r\n | 'card_default'\r\n | 'card_minimal_right_aligned'\r\n | 'card_minimal_left_aligned'\r\n | 'card_minimal_center_aligned'\r\n | 'card_button_group_right_aligned'\r\n | 'card_button_group_left_aligned'\r\n | 'card_button_group_center_aligned';\r\n\r\nexport type TabTypes =\r\n | 'button_primary'\r\n | 'button_gray'\r\n | 'button_white'\r\n | 'rounded_button_white'\r\n | 'underline'\r\n | 'underline_filled'\r\n | 'line'\r\n | 'button_white_border'\r\n | 'rounded_button_white_border'\r\n | 'button_gray_border';\r\n\r\nexport type GeneralBackgroundCategories = 'plain_background' | 'colored_background';\r\n\r\nexport type InputFieldTypes =\r\n | 'default'\r\n | 'icon_leading'\r\n | 'leading_dropdown'\r\n | 'trailing_dropdown'\r\n | 'leading_text'\r\n | 'payment_input'\r\n | 'tags'\r\n | 'trailing_button'\r\n | 'password'\r\n | 'password_icon_leading'\r\n | 'count';\r\n\r\nexport type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags';\r\n\r\nexport type ColorTypes = 'gray' | 'blue' | 'cyan' | 'pink' | 'purple' | 'green' | 'yellow' | 'red' | 'white';\r\n\r\nexport type DropdownItemTypes = string | number | { name: string | number; username: string; selected?: boolean };\r\n\r\nexport type PaginationDotTypes = 'dot' | 'line';\r\n\r\nexport type FileIconStyles = 'default' | 'gray' | 'solid';\r\n\r\nexport type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4' | 'png';\r\n\r\nexport type TableCellTypes = 'text' | 'lead_text' | 'lead_checkbox' | 'badge';\r\n\r\nexport type ProgressStepStatus = 'incomplete' | 'current' | 'complete';\r\n\r\nexport type ProgressStepTypes = 'icon_only' | 'icon_left' | 'icon_top' | 'text_line' | 'featured_icon_left' | 'featured_icon_top';\r\n\r\nexport type ProgressStepStates = 'default' | 'destructive';\r\n\r\nexport type BadgeTypes = 'pill_color' | 'pill_outline' | 'badge_color' | 'badge_modern';\r\n\r\nexport type GeneralStyles = 'standard' | 'compact';\r\n\r\nexport type StateType = 'default' | 'disabled' | 'applied';\r\n\r\nexport type ButtonGroupTypes = 'false' | 'leading' | 'only' | 'dot' | 'checkbox';\r\n\r\nexport type ThemeTypes = 'system' | 'light' | 'dark';"],"names":[],"mappings":"IAIY;AAAZ,CAAA,UAAY,SAAS,EAAA;AACnB,IAAA,SAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,SAAA,CAAA,UAAA,CAAA,GAAA,UAAqB;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,GAGpB,EAAA,CAAA,CAAA;IAMW;AAAZ,CAAA,UAAY,aAAa,EAAA;AACvB,IAAA,aAAA,CAAA,WAAA,CAAA,GAAA,YAAwB;AACxB,IAAA,aAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,aAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACjB,CAAC,EALW,aAAa,KAAb,aAAa,GAKxB,EAAA,CAAA,CAAA;IAEW;AAAZ,CAAA,UAAY,qBAAqB,EAAA;AAC/B,IAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,qBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACrB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,GAGhC,EAAA,CAAA,CAAA;;;;"}
1
+ {"version":3,"file":"p-cHn6O-Kf.js","sources":["src/models/reusableModels.ts"],"sourcesContent":["export type GeneralSizes = 'xl4' | 'xl3' | 'xl2' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs' | 'profile_lg' | 'profile_md' | 'profile_sm';\r\n\r\nexport type GeneralHierarchies = 'primary' | 'secondary_gray' | 'secondary_color' | 'tertiary_gray' | 'tertiary_color' | 'link_gray' | 'link_color';\r\n\r\nexport enum StateEnum {\r\n Default = 'default',\r\n Disabled = 'disabled',\r\n}\r\n\r\nexport type ArrowPositions = 'bottom_center' | 'bottom_left' | 'bottom_right' | 'top_center' | 'left' | 'right' | 'none' | 'center';\r\n\r\nexport type CheckBoxVariants = 'checkbox' | 'check_circle' | 'radio';\r\n\r\nexport enum BorderWeights {\r\n VeryLight = 'very_light',\r\n Light = 'light',\r\n Regular = 'regular',\r\n Heavy = 'heavy',\r\n}\r\n\r\nexport enum OnlineIndicatorStates {\r\n Online = 'online',\r\n Offline = 'offline',\r\n}\r\n\r\nexport type BreakPoints = 'desktop' | 'mobile';\r\n\r\nexport type FileUploadIconType = 'solid' | 'outline';\r\n\r\nexport type FileUploadStates = 'default' | 'in_progress' | 'complete' | 'hover' | 'disabled' | 'error';\r\n\r\nexport type FileType = '';\r\n\r\nexport type GeneralColors = 'default' | 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple';\r\n\r\nexport type PaginationNumberShapes = 'square' | 'circle';\r\n\r\nexport type PaginationTypes =\r\n | 'page_default'\r\n | 'page_minimal_center_aligned'\r\n | 'card_default'\r\n | 'card_minimal_right_aligned'\r\n | 'card_minimal_left_aligned'\r\n | 'card_minimal_center_aligned'\r\n | 'card_button_group_right_aligned'\r\n | 'card_button_group_left_aligned'\r\n | 'card_button_group_center_aligned';\r\n\r\nexport type TabTypes =\r\n | 'button_primary'\r\n | 'button_gray'\r\n | 'button_white'\r\n | 'rounded_button_white'\r\n | 'underline'\r\n | 'underline_filled'\r\n | 'line'\r\n | 'button_white_border'\r\n | 'rounded_button_white_border'\r\n | 'button_gray_border';\r\n\r\nexport type GeneralBackgroundCategories = 'plain_background' | 'colored_background';\r\n\r\nexport type InputFieldTypes =\r\n | 'default'\r\n | 'icon_leading'\r\n | 'leading_dropdown'\r\n | 'trailing_dropdown'\r\n | 'leading_text'\r\n | 'payment_input'\r\n | 'tags'\r\n | 'trailing_button'\r\n | 'password'\r\n | 'password_icon_leading'\r\n | 'count';\r\n\r\nexport type DropdownTypes = 'default' | 'icon_leading' | 'avatar_leading' | 'dot_leading' | 'checkbox' | 'search' | 'tags';\r\n\r\nexport type ColorTypes = 'gray' | 'blue' | 'cyan' | 'pink' | 'purple' | 'green' | 'yellow' | 'red' | 'white';\r\n\r\nexport type DropdownItemTypes = string | number | { name: string | number; username: string; selected?: boolean };\r\n\r\nexport type PaginationDotTypes = 'dot' | 'line';\r\n\r\nexport type FileIconStyles = 'default' | 'gray' | 'solid';\r\n\r\nexport type FileIconTypes = 'pdf' | 'csv' | 'jpg' | 'jpeg' | 'ppt' | 'pptx' | 'doc' | 'docx' | 'xls' | 'xlsx' | 'svg' | 'txt' | 'zip' | 'rar' | 'mp3' | 'mp4' | 'png';\r\n\r\nexport type TableCellTypes = 'text' | 'lead_text' | 'lead_checkbox' | 'badge';\r\n\r\nexport type ProgressStepStatus = 'incomplete' | 'current' | 'complete';\r\n\r\nexport type ProgressStepTypes = 'icon_only' | 'icon_left' | 'icon_top' | 'text_line' | 'featured_icon_left' | 'featured_icon_top';\r\n\r\nexport type ProgressStepStates = 'default' | 'destructive';\r\n\r\nexport type BadgeTypes = 'pill_color' | 'pill_outline' | 'badge_color' | 'badge_modern';\r\n\r\nexport type GeneralStyles = 'standard' | 'compact';\r\n\r\nexport type StateType = 'default' | 'disabled' | 'applied';\r\n\r\nexport type ButtonGroupTypes = 'false' | 'leading' | 'only' | 'dot' | 'checkbox';\r\n\r\nexport type ThemeTypes = 'system' | 'light' | 'dark';\r\n\r\nexport type BadgeIconTypes = 'dot' | 'avatar' | 'icon_leading' | 'icon_trailing' | 'country' | 'only' | 'false';"],"names":[],"mappings":"IAIY;AAAZ,CAAA,UAAY,SAAS,EAAA;AACnB,IAAA,SAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,SAAA,CAAA,UAAA,CAAA,GAAA,UAAqB;AACvB,CAAC,EAHW,SAAS,KAAT,SAAS,GAGpB,EAAA,CAAA,CAAA;IAMW;AAAZ,CAAA,UAAY,aAAa,EAAA;AACvB,IAAA,aAAA,CAAA,WAAA,CAAA,GAAA,YAAwB;AACxB,IAAA,aAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACf,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,aAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACjB,CAAC,EALW,aAAa,KAAb,aAAa,GAKxB,EAAA,CAAA,CAAA;IAEW;AAAZ,CAAA,UAAY,qBAAqB,EAAA;AAC/B,IAAA,qBAAA,CAAA,QAAA,CAAA,GAAA,QAAiB;AACjB,IAAA,qBAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACrB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,GAGhC,EAAA,CAAA,CAAA;;;;"}
@@ -1,7 +1,7 @@
1
- import { BadgeTypes, GeneralColors, GeneralSizes } from '../../models/reusableModels';
1
+ import { BadgeIconTypes, BadgeTypes, GeneralColors, GeneralSizes } from '../../models/reusableModels';
2
2
  export declare class GbBadges {
3
3
  size: GeneralSizes;
4
- icon: 'dot' | 'avatar' | 'icon_leading' | 'icon_trailing' | 'country' | 'only' | 'false';
4
+ icon: BadgeIconTypes;
5
5
  iconLeadingSwap?: string;
6
6
  iconTrailingSwap?: string;
7
7
  flagSwap: string;
@@ -1,11 +1,14 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import { BadgeTypes, FileIconStyles, FileIconTypes, GeneralColors, GeneralStyles } from '../../models/reusableModels';
2
+ import { BadgeIconTypes, BadgeTypes, FileIconStyles, FileIconTypes, GeneralColors, GeneralStyles } from '../../models/reusableModels';
3
3
  export declare class GbDetailCell {
4
4
  state: 'default' | 'disabled';
5
5
  cellStyle: GeneralStyles;
6
6
  type: 'information' | 'document' | 'status';
7
7
  label: string;
8
8
  detail: string;
9
+ badgeIcon: BadgeIconTypes;
10
+ badgeIconLeading: string;
11
+ badgeIconTrailing: string;
9
12
  badgeColor: GeneralColors;
10
13
  badgeLabel: string;
11
14
  badgeType: BadgeTypes;
@@ -5,8 +5,8 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { ArrowPositions, BadgeTypes, BorderWeights, BreakPoints, ButtonGroupTypes, CheckBoxVariants, ColorTypes, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, GeneralStyles, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, StateType, TableCellTypes, TabTypes, ThemeTypes } from "./models/reusableModels";
9
- export { ArrowPositions, BadgeTypes, BorderWeights, BreakPoints, ButtonGroupTypes, CheckBoxVariants, ColorTypes, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, GeneralStyles, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, StateType, TableCellTypes, TabTypes, ThemeTypes } from "./models/reusableModels";
8
+ import { ArrowPositions, BadgeIconTypes, BadgeTypes, BorderWeights, BreakPoints, ButtonGroupTypes, CheckBoxVariants, ColorTypes, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, GeneralStyles, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, StateType, TableCellTypes, TabTypes, ThemeTypes } from "./models/reusableModels";
9
+ export { ArrowPositions, BadgeIconTypes, BadgeTypes, BorderWeights, BreakPoints, ButtonGroupTypes, CheckBoxVariants, ColorTypes, DropdownTypes, FileIconStyles, FileIconTypes, FileUploadIconType, FileUploadStates, GeneralBackgroundCategories, GeneralColors, GeneralHierarchies, GeneralSizes, GeneralStyles, InputFieldTypes, OnlineIndicatorStates, PaginationDotTypes, PaginationNumberShapes, PaginationTypes, ProgressStepStates, ProgressStepStatus, ProgressStepTypes, StateEnum, StateType, TableCellTypes, TabTypes, ThemeTypes } from "./models/reusableModels";
10
10
  export namespace Components {
11
11
  interface GbActionPanel {
12
12
  "firstButton": boolean;
@@ -94,7 +94,7 @@ export namespace Components {
94
94
  "closeButton"?: boolean;
95
95
  "color": GeneralColors;
96
96
  "flagSwap": string;
97
- "icon": 'dot' | 'avatar' | 'icon_leading' | 'icon_trailing' | 'country' | 'only' | 'false';
97
+ "icon": BadgeIconTypes;
98
98
  "iconLeadingSwap"?: string;
99
99
  "iconTrailingSwap"?: string;
100
100
  "size": GeneralSizes;
@@ -238,6 +238,9 @@ export namespace Components {
238
238
  }
239
239
  interface GbDetailCell {
240
240
  "badgeColor": GeneralColors;
241
+ "badgeIcon": BadgeIconTypes;
242
+ "badgeIconLeading": string;
243
+ "badgeIconTrailing": string;
241
244
  "badgeLabel": string;
242
245
  "badgeType": BadgeTypes;
243
246
  "cellStyle": GeneralStyles;
@@ -2090,7 +2093,7 @@ declare namespace LocalJSX {
2090
2093
  "closeButton"?: boolean;
2091
2094
  "color": GeneralColors;
2092
2095
  "flagSwap"?: string;
2093
- "icon"?: 'dot' | 'avatar' | 'icon_leading' | 'icon_trailing' | 'country' | 'only' | 'false';
2096
+ "icon"?: BadgeIconTypes;
2094
2097
  "iconLeadingSwap"?: string;
2095
2098
  "iconTrailingSwap"?: string;
2096
2099
  "size": GeneralSizes;
@@ -2236,6 +2239,9 @@ declare namespace LocalJSX {
2236
2239
  }
2237
2240
  interface GbDetailCell {
2238
2241
  "badgeColor"?: GeneralColors;
2242
+ "badgeIcon"?: BadgeIconTypes;
2243
+ "badgeIconLeading"?: string;
2244
+ "badgeIconTrailing"?: string;
2239
2245
  "badgeLabel"?: string;
2240
2246
  "badgeType"?: BadgeTypes;
2241
2247
  "cellStyle"?: GeneralStyles;
@@ -45,3 +45,4 @@ export type GeneralStyles = 'standard' | 'compact';
45
45
  export type StateType = 'default' | 'disabled' | 'applied';
46
46
  export type ButtonGroupTypes = 'false' | 'leading' | 'only' | 'dot' | 'checkbox';
47
47
  export type ThemeTypes = 'system' | 'light' | 'dark';
48
+ export type BadgeIconTypes = 'dot' | 'avatar' | 'icon_leading' | 'icon_trailing' | 'country' | 'only' | 'false';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",