globuswebcomponents 2.9.0 → 2.9.1
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_75.cjs.entry.js +30 -6
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.js +31 -7
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/collection/utils/tableColumnBuilder.js +125 -0
- package/dist/collection/utils/tableColumnBuilder.js.map +1 -0
- package/dist/components/gb-table.js +30 -6
- package/dist/components/gb-table.js.map +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/docs.json +13 -19
- package/dist/esm/gb-action-panel_75.entry.js +30 -6
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-087fe238.entry.js → p-c3549c89.entry.js} +2 -2
- package/dist/globuscomponents/p-c3549c89.entry.js.map +1 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/types/components.d.ts +2 -2
- package/dist/types/models/reusableModels.d.ts +15 -4
- package/dist/types/utils/tableColumnBuilder.d.ts +88 -0
- package/package.json +1 -1
- package/dist/globuscomponents/p-087fe238.entry.js.map +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-18T08:55:28",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.3",
|
|
@@ -4248,8 +4248,7 @@
|
|
|
4248
4248
|
"gb-filter-button",
|
|
4249
4249
|
"gb-metric-card",
|
|
4250
4250
|
"gb-simple-side-bar-item",
|
|
4251
|
-
"gb-tab-button-base"
|
|
4252
|
-
"gb-table"
|
|
4251
|
+
"gb-tab-button-base"
|
|
4253
4252
|
],
|
|
4254
4253
|
"dependencies": [
|
|
4255
4254
|
"gb-avatar",
|
|
@@ -4284,9 +4283,6 @@
|
|
|
4284
4283
|
],
|
|
4285
4284
|
"gb-tab-button-base": [
|
|
4286
4285
|
"gb-badge"
|
|
4287
|
-
],
|
|
4288
|
-
"gb-table": [
|
|
4289
|
-
"gb-badge"
|
|
4290
4286
|
]
|
|
4291
4287
|
}
|
|
4292
4288
|
},
|
|
@@ -27290,10 +27286,10 @@
|
|
|
27290
27286
|
"docsTags": [
|
|
27291
27287
|
{
|
|
27292
27288
|
"name": "default",
|
|
27293
|
-
"text": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n
|
|
27289
|
+
"text": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n cellComponent: 'gb-badge',\r\n cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n cellSlots: {\r\n default: {\r\n tag: 'p',\r\n content: row => row.status, // Get status value from row\r\n },\r\n },\r\n mobile: { position: 'bottom_right' },\r\n },\r\n // {\r\n // key: '',\r\n // label: '',\r\n // cellComponent: 'gb-button',\r\n // width: '50px',\r\n // cellProps: () => ({\r\n // hierarchy: 'tertiary_gray',\r\n // size: 'sm',\r\n // icon: 'only',\r\n // iconLeading: true,\r\n // iconLeadingSwap: 'assets/more-horizontal.svg',\r\n // }),\r\n // },\r\n ]"
|
|
27294
27290
|
}
|
|
27295
27291
|
],
|
|
27296
|
-
"default": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n
|
|
27292
|
+
"default": "[\r\n { key: 'id', label: '#', width: '70px', sortable: true, sortType: 'string', mobile: { position: 'top_left' } },\r\n { key: 'date', label: 'Date', mobile: { position: 'bottom_left' } },\r\n { key: 'name', label: 'Name', sortable: true, sortType: 'string', helpIcon: true, mobile: { position: 'top_right' } },\r\n { key: 'role', label: 'Role' },\r\n { key: 'amount', label: 'Amount', align: 'right', sortable: true, sortType: 'number' },\r\n {\r\n key: 'status',\r\n label: 'Status',\r\n cellComponent: 'gb-badge',\r\n cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),\r\n cellSlots: {\r\n default: {\r\n tag: 'p',\r\n content: row => row.status, // Get status value from row\r\n },\r\n },\r\n mobile: { position: 'bottom_right' },\r\n },\r\n // {\r\n // key: '',\r\n // label: '',\r\n // cellComponent: 'gb-button',\r\n // width: '50px',\r\n // cellProps: () => ({\r\n // hierarchy: 'tertiary_gray',\r\n // size: 'sm',\r\n // icon: 'only',\r\n // iconLeading: true,\r\n // iconLeadingSwap: 'assets/more-horizontal.svg',\r\n // }),\r\n // },\r\n ]",
|
|
27297
27293
|
"values": [
|
|
27298
27294
|
{
|
|
27299
27295
|
"type": "TableColumn[]"
|
|
@@ -27708,7 +27704,6 @@
|
|
|
27708
27704
|
"parts": [],
|
|
27709
27705
|
"dependents": [],
|
|
27710
27706
|
"dependencies": [
|
|
27711
|
-
"gb-badge",
|
|
27712
27707
|
"gb-help-tooltip",
|
|
27713
27708
|
"gb-checkbox",
|
|
27714
27709
|
"gb-button",
|
|
@@ -27720,7 +27715,6 @@
|
|
|
27720
27715
|
],
|
|
27721
27716
|
"dependencyGraph": {
|
|
27722
27717
|
"gb-table": [
|
|
27723
|
-
"gb-badge",
|
|
27724
27718
|
"gb-help-tooltip",
|
|
27725
27719
|
"gb-checkbox",
|
|
27726
27720
|
"gb-button",
|
|
@@ -27730,14 +27724,6 @@
|
|
|
27730
27724
|
"gb-empty-state",
|
|
27731
27725
|
"gb-pagination"
|
|
27732
27726
|
],
|
|
27733
|
-
"gb-badge": [
|
|
27734
|
-
"gb-avatar",
|
|
27735
|
-
"gb-badge-close"
|
|
27736
|
-
],
|
|
27737
|
-
"gb-avatar": [
|
|
27738
|
-
"gb-avatar-contrast-inner-border",
|
|
27739
|
-
"gb-status-indicator"
|
|
27740
|
-
],
|
|
27741
27727
|
"gb-help-tooltip": [
|
|
27742
27728
|
"gb-tooltip"
|
|
27743
27729
|
],
|
|
@@ -27773,6 +27759,10 @@
|
|
|
27773
27759
|
"gb-avatar",
|
|
27774
27760
|
"gb-checkbox"
|
|
27775
27761
|
],
|
|
27762
|
+
"gb-avatar": [
|
|
27763
|
+
"gb-avatar-contrast-inner-border",
|
|
27764
|
+
"gb-status-indicator"
|
|
27765
|
+
],
|
|
27776
27766
|
"gb-password-button": [
|
|
27777
27767
|
"gb-btn",
|
|
27778
27768
|
"gb-button"
|
|
@@ -27796,6 +27786,10 @@
|
|
|
27796
27786
|
"gb-button",
|
|
27797
27787
|
"gb-badge"
|
|
27798
27788
|
],
|
|
27789
|
+
"gb-badge": [
|
|
27790
|
+
"gb-avatar",
|
|
27791
|
+
"gb-badge-close"
|
|
27792
|
+
],
|
|
27799
27793
|
"gb-export-dropdown": [
|
|
27800
27794
|
"gb-export-dropdown-item",
|
|
27801
27795
|
"gb-export-sub-dropdown"
|
|
@@ -32857,7 +32851,7 @@
|
|
|
32857
32851
|
"path": "src/models/reusableModels.ts"
|
|
32858
32852
|
},
|
|
32859
32853
|
"src/models/reusableModels.ts::TableColumn": {
|
|
32860
|
-
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n sortComparator?: (a: any, b: any) => number;\r\n
|
|
32854
|
+
"declaration": "export interface TableColumn {\r\n key: string;\r\n label: string;\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n sortComparator?: (a: any, b: any) => number;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void';\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n}",
|
|
32861
32855
|
"docstring": "",
|
|
32862
32856
|
"path": "src/models/reusableModels.ts"
|
|
32863
32857
|
},
|
|
@@ -8905,7 +8905,14 @@ const GbTable = class {
|
|
|
8905
8905
|
{
|
|
8906
8906
|
key: 'status',
|
|
8907
8907
|
label: 'Status',
|
|
8908
|
-
|
|
8908
|
+
cellComponent: 'gb-badge',
|
|
8909
|
+
cellProps: row => ({ color: row.status === 'Completed' ? 'success' : 'error', type: 'badge_modern', size: 'sm', icon: 'dot' }),
|
|
8910
|
+
cellSlots: {
|
|
8911
|
+
default: {
|
|
8912
|
+
tag: 'p',
|
|
8913
|
+
content: row => row.status, // Get status value from row
|
|
8914
|
+
},
|
|
8915
|
+
},
|
|
8909
8916
|
mobile: { position: 'bottom_right' },
|
|
8910
8917
|
},
|
|
8911
8918
|
// {
|
|
@@ -9050,13 +9057,30 @@ const GbTable = class {
|
|
|
9050
9057
|
this.rowActionClick.emit({ action, row });
|
|
9051
9058
|
}
|
|
9052
9059
|
renderCell(col, row) {
|
|
9060
|
+
var _a, _b, _c;
|
|
9053
9061
|
if (col.cellComponent) {
|
|
9054
9062
|
const Tag = col.cellComponent;
|
|
9055
9063
|
// resolve props
|
|
9056
9064
|
const props = typeof col.cellProps === 'function' ? col.cellProps(row) : col.cellProps || {};
|
|
9057
|
-
// resolve
|
|
9058
|
-
|
|
9059
|
-
|
|
9065
|
+
// resolve default slot content
|
|
9066
|
+
let defaultSlotContent = null;
|
|
9067
|
+
if ((_b = (_a = col.cellSlots) === null || _a === void 0 ? void 0 : _a.default) === null || _b === void 0 ? void 0 : _b.content) {
|
|
9068
|
+
const content = col.cellSlots.default.content(row);
|
|
9069
|
+
const slotTag = col.cellSlots.default.tag;
|
|
9070
|
+
defaultSlotContent = slotTag ? h(slotTag, {}, content) : content;
|
|
9071
|
+
}
|
|
9072
|
+
// resolve named slots
|
|
9073
|
+
const namedSlotElements = [];
|
|
9074
|
+
if ((_c = col.cellSlots) === null || _c === void 0 ? void 0 : _c.named) {
|
|
9075
|
+
for (const [slotName, slotConfig] of Object.entries(col.cellSlots.named)) {
|
|
9076
|
+
const content = slotConfig.content(row);
|
|
9077
|
+
const element = h(slotConfig.tag, { slot: slotName }, content);
|
|
9078
|
+
namedSlotElements.push(element);
|
|
9079
|
+
}
|
|
9080
|
+
}
|
|
9081
|
+
// render component with slots
|
|
9082
|
+
const allChildren = [defaultSlotContent, ...namedSlotElements].filter(child => child != null);
|
|
9083
|
+
return h(Tag, props, allChildren.length > 0 ? allChildren : undefined);
|
|
9060
9084
|
}
|
|
9061
9085
|
return h("p", { class: "body_text text-sm-regular" }, row[col.key]);
|
|
9062
9086
|
}
|
|
@@ -9207,7 +9231,7 @@ const GbTable = class {
|
|
|
9207
9231
|
actions_cell: true,
|
|
9208
9232
|
sticky_right: this.stickyLastColumn,
|
|
9209
9233
|
has_border: this.isScrollable,
|
|
9210
|
-
} }, h("div", { class: "empty_div" }))))), h("tbody", null, this.displayedData.map((row, rowIndex) => (h("tr", { class: "table_body" }, this.showCheckbox && (h("td", { class: "table_detail", style: { width: '50px' } }, h("gb-checkbox", { type: "checkbox", checked: this.selectedRowIds.has(row.id), indeterminate: false, size: "sm", onClick: () => this.toggleRow(row) }))), this.columns.map((col, index) => (h(Fragment, null,
|
|
9234
|
+
} }, h("div", { class: "empty_div" }))))), h("tbody", null, this.displayedData.map((row, rowIndex) => (h("tr", { class: "table_body" }, this.showCheckbox && (h("td", { class: "table_detail", style: { width: '50px' } }, h("gb-checkbox", { type: "checkbox", checked: this.selectedRowIds.has(row.id), indeterminate: false, size: "sm", onClick: () => this.toggleRow(row) }))), this.columns.map((col, index) => (h(Fragment, null, h("td", { style: { textAlign: col.align || 'left' }, class: `table_detail ${this.stickyFirstColumn && index === 0 ? 'sticky_left' : ''} ${this.isScrollable ? 'has_border' : ''}` }, this.renderCell(col, row))))), this.showActionsColumn && (h("td", { class: { table_detail: true, actions_cell: true, sticky_right: this.stickyLastColumn, has_border: this.isScrollable }, style: { width: '50px' } }, h(Fragment, null, h("div", { class: "action_buttons" }, this.rowActions.map(action => (h(Fragment, null, action.type === 'dropdown' ? (h("gb-button", { id: `gb-table-trigger-${rowIndex}`, ref: el => (this.actionButtonRefs[rowIndex] = el), class: "dropdown_button", hierarchy: "tertiary_gray", size: "sm", icon: "only", iconLeading: true, iconLeadingSwap: "assets/more-horizontal.svg", onClick: () => this.toggleDropdown(rowIndex) })) : (h("gb-button", { hierarchy: "tertiary_gray", size: "sm", icon: "only", iconLeading: true, iconLeadingSwap: action.icon, onClick: () => this.handleAction(action.action, row) })))))), h(Fragment, null, this.openRowIndex === rowIndex && (h("gb-portal", { "anchor-id": `gb-table-trigger-${rowIndex}`, placement: "bottom-end", anchorEl: this.currentAnchorEl, open: true }, h("div", { class: "dropdown_wrapper" }, this.dropdownOptions.map(action => (
|
|
9211
9235
|
// <gb-input-dropdown-menu-item
|
|
9212
9236
|
// type="default"
|
|
9213
9237
|
// state={action.disabled ? StateEnum.Disabled : StateEnum.Default}
|
|
@@ -9247,7 +9271,7 @@ const GbTable = class {
|
|
|
9247
9271
|
window.removeEventListener('resize', this.checkViewport);
|
|
9248
9272
|
}
|
|
9249
9273
|
render() {
|
|
9250
|
-
return (h("div", { key: '
|
|
9274
|
+
return (h("div", { key: '4cce79da07cb105881c3ced72db8b67f8a3fde37', class: `table_wrapper` }, h("gb-table-header", { key: '936913895c8103d32047aa6a4c9084fc5fd40516', mode: this.tableHeaderConfig.datePickerMode, "table-heading": this.tableHeaderConfig.tableHeading, "table-heading-label": this.tableHeaderConfig.tableHeadingLabel, "show-search": this.tableHeaderConfig.showSearch, "show-date-filter": this.tableHeaderConfig.showDateFilter, "show-filter": this.tableHeaderConfig.showFilter, "show-export": this.tableHeaderConfig.showExport, "show-column-options": this.tableHeaderConfig.showColumnOptions, "show-refresh-button": this.tableHeaderConfig.showRefreshButton, onInputValueChanged: this.emitSearchValue.bind(this), onDateChange: this.emitDateChange.bind(this) }), this.data.length === 0 ? (h("div", { class: "empty_state_wrapper" }, h("gb-empty-state", { size: "sm", "main-text": this.emptyStateConfig.mainText, "supporting-text": this.emptyStateConfig.supportingText, color: this.emptyStateConfig.color, theme: this.emptyStateConfig.theme, "primary-button-icon-leading-swap": "assets/plus.svg", "illustration-icon": this.emptyStateConfig.illustrationIcon, background: true, "background-type": "grid", icon: "illustration", "illustration-style": "cloud" }))) : (h(Fragment, null, this.isMobile ? this.renderMobileView() : this.renderDesktopView())), this.paginationConfig && this.data.length > 0 && (h("gb-pagination", { key: '49889c14f6f7d649fda7ec0356f892c1e003d50f', "entries-dropdown-menu-position": this.paginationConfig.entriesDropdownMenuPosition, "page-size": this.paginationConfig.pageSize, "current-page": this.paginationConfig.paginationMode === 'internal' ? this.internalCurrentPage : this.paginationConfig.currentPage, "total-pages": this.totalPages, onPageItemSelected: this.handlePageChange.bind(this) }))));
|
|
9251
9275
|
}
|
|
9252
9276
|
static get watchers() { return {
|
|
9253
9277
|
"data": ["onDataChange"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reusableModels-cHn6O-Kf.js","sources":["src/models/reusableModels.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"reusableModels-cHn6O-Kf.js","sources":["src/models/reusableModels.ts"],"sourcesContent":["export type GeneralSizes = 'xxxxl' | 'xxxl' | 'xxl' | '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 GeneralColors = 'default' | 'gray' | 'primary' | 'error' | 'warning' | 'success' | 'discovery' | 'information' | 'pink' | 'purple' | 'white';\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' | 'empty';\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' | 'loading';\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';\r\n\r\nexport type DropdownRoles = { badgeLabel: string; badgeColor: GeneralColors; badgeType: BadgeTypes };\r\n\r\nexport type StepperType = {\r\n state: ProgressStepStates;\r\n status: ProgressStepStatus;\r\n label?: string;\r\n supportingText?: string;\r\n};\r\n\r\nexport type DetailCellType = 'information' | 'document' | 'status' | 'button';\r\n\r\nexport type MetricFeaturedIconTypes = 'glassmorphism' | 'circular_filled';\r\n\r\nexport interface DropdownListGroup {\r\n icon: string;\r\n label: string;\r\n shortcut: string;\r\n}\r\n\r\nexport type CloseButtonPositions = 'left' | 'right';\r\n\r\nexport interface Notification {\r\n label: string;\r\n time: string;\r\n desc: string;\r\n icon: string;\r\n}\r\n\r\nexport type IllustrationTypes = 'cloud' | 'box' | 'documents' | 'credit_card';\r\n\r\nexport type PatternTypes = 'circles' | 'grid' | 'grid_dot' | 'squares';\r\n\r\nexport type MobilePosition = 'top_left' | 'top_right' | 'bottom_left' | 'bottom_right';\r\n\r\nexport interface TableColumn {\r\n key: string;\r\n label: string;\r\n width?: string;\r\n align?: 'left' | 'center' | 'right';\r\n stickyRight?: boolean;\r\n helpIcon?: boolean;\r\n sortable?: boolean;\r\n sortType?: 'string' | 'number' | 'date';\r\n sortComparator?: (a: any, b: any) => number;\r\n cellComponent?: string;\r\n cellActionType?: 'dropdown' | 'void';\r\n cellProps?: ((row: any) => { [key: string]: any }) | { [key: string]: any };\r\n cellSlots?: {\r\n default?: {\r\n tag?: string; // e.g., 'p', 'span' to wrap content\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n named?: {\r\n [slotName: string]: {\r\n tag: string; // e.g., 'p', 'h1', 'span'\r\n content: (row: any) => string | any; // Function to get slot content\r\n };\r\n };\r\n };\r\n onClick?: () => void;\r\n mobile?: {\r\n position?: MobilePosition;\r\n };\r\n}\r\n\r\nexport interface RowAction {\r\n label: string;\r\n icon?: string;\r\n action: string; // emitted event name\r\n disabled?: boolean;\r\n type?: 'button' | 'dropdown';\r\n}\r\n\r\nexport interface DropdownOption {\r\n label: string;\r\n icon?: string;\r\n action: string; // emitted event name\r\n disabled?: boolean;\r\n}\r\n\r\nexport type PortalPlacement =\r\n | 'top'\r\n | 'top-start'\r\n | 'top-end'\r\n | 'bottom'\r\n | 'bottom-start'\r\n | 'bottom-end'\r\n | 'left'\r\n | 'left-start'\r\n | 'left-end'\r\n | 'right'\r\n | 'right-start'\r\n | 'right-end';\r\n"],"names":[],"mappings":"AAIY,IAAA;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;AAMW,IAAA;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;AAEW,IAAA;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,2 +1,2 @@
|
|
|
1
|
-
import{p as t,g as e,b as o}from"./p-CJPJWJxK.js";export{s as setNonce}from"./p-CJPJWJxK.js";var n=()=>{const e=import.meta.url;const o={};if(e!==""){o.resourcesUrl=new URL(".",e).href}return t(o)};n().then((async t=>{await e();return o(JSON.parse('[["p-087fe238",[[257,"gb-table",{"columns":[16],"data":[16],"tableHeaderConfig":[16],"paginationConfig":[16],"emptyStateConfig":[16],"showActionsColumn":[4,"show-actions-column"],"rowActions":[16],"dropdownOptions":[16],"stickyFirstColumn":[4,"sticky-first-column"],"stickyLastColumn":[4,"sticky-last-column"],"actionsType":[1,"actions-type"],"showCheckbox":[4,"show-checkbox"],"internalCurrentPage":[32],"internalPageSize":[32],"openRowIndex":[32],"sortKey":[32],"sortDirection":[32],"selectedRowIds":[32],"breakpoint":[32],"isMobile":[32],"isScrollable":[32]},[[9,"resize","checkViewport"]],{"data":["onDataChange"],"totalItems":["onTotalItemsChange"],"columns":["validateMobilePositions"]}],[257,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"showBorder":[4,"show-border"],"showNotification":[4,"show-notification"],"showHelp":[4,"show-help"],"showLogo":[4,"show-logo"],"showSearch":[4,"show-search"],"inputPlaceholder":[1,"input-placeholder"],"inputIcon":[1,"input-icon"],"avatarDropdownType":[1,"avatar-dropdown-type"],"listGroupOne":[16],"listGroupTwo":[16],"showThemeTab":[4,"show-theme-tab"],"showProfile":[4,"show-profile"],"showRoles":[4,"show-roles"],"roles":[16],"showLogOut":[4,"show-log-out"],"showLogError":[4,"show-log-error"],"notificationState":[1,"notification-state"],"notifications":[1040],"currentTheme":[1,"current-theme"],"contactHelpDropdown":[4,"contact-help-dropdown"],"contactHelpDropdownItems":[16],"initials":[32],"width":[32],"activeDropdown":[32],"breakpoint":[32],"searchBarShown":[32],"showSearchButton":[32]},[[4,"click","handleClickOutside"]]],[257,"gb-approval-modal",{"showDecision":[4,"show-decision"],"badgeColor":[1,"badge-color"],"badgeType":[1,"badge-type"],"badgeIcon":[1,"badge-icon"],"badgeLabel":[1,"badge-label"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstIconButtonSwap":[1,"first-icon-button-swap"],"secondIconButtonSwap":[1,"second-icon-button-swap"],"firstButtonIconLeadingSwap":[1,"first-button-icon-leading-swap"],"secondButtonIconLeadingSwap":[1,"second-button-icon-leading-swap"],"thirdButtonIconLeadingSwap":[1,"third-button-icon-leading-swap"],"firstButtonIconTrailingSwap":[1,"first-button-icon-trailing-swap"],"secondButtonIconTrailingSwap":[1,"second-button-icon-trailing-swap"],"thirdButtonIconTrailingSwap":[1,"third-button-icon-trailing-swap"]}],[257,"gb-nav-bar-sidemenu",{"applicationName":[1,"application-name"],"applicationIcon":[1,"application-icon"],"activeIndex":[2,"active-index"],"tabs":[16],"leadingIconSvg":[32]}],[257,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"progress":[2],"fileType":[16],"files":[32],"fileStates":[32],"isDragging":[32]}],[257,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"activeIndex":[1026,"active-index"],"tabs":[16],"internalTabs":[32],"internalActiveIndex":[32],"width":[32],"showLeftButton":[32],"showRightButton":[32]},[[9,"resize","updateScrollButtons"]],{"activeIndex":["setActiveIndex"],"tabs":["onTabsChanged"]}],[257,"gb-metric-card",{"size":[1],"radius":[1],"label":[1],"metric":[1],"showBadge":[4,"show-badge"],"featuredIconStyle":[1,"featured-icon-style"],"featuredIconColor":[1,"featured-icon-color"],"icon":[1],"percentage":[1]}],[257,"gb-action-panel",{"type":[1],"showCloseButton":[4,"show-close-button"],"showSelectedRows":[4,"show-selected-rows"],"showCheckbox":[4,"show-checkbox"],"firstButton":[4,"first-button"],"firstButtonIconLeading":[1,"first-button-icon-leading"],"firstButtonIconTrailing":[1,"first-button-icon-trailing"],"secondButton":[4,"second-button"],"secondButtonIconLeading":[1,"second-button-icon-leading"],"secondButtonIconTrailing":[1,"second-button-icon-trailing"],"thirdButton":[4,"third-button"],"thirdButtonIconLeading":[1,"third-button-icon-leading"],"thirdButtonIconTrailing":[1,"third-button-icon-trailing"],"showSubmitButton":[4,"show-submit-button"],"submitButtonIconLeadingSwap":[1,"submit-button-icon-leading-swap"],"submitButtonIconTrailingSwap":[1,"submit-button-icon-trailing-swap"],"submitButtonState":[1,"submit-button-state"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstButtonState":[1,"first-button-state"],"secondButtonState":[1,"second-button-state"],"thirdButtonState":[1,"third-button-state"],"previousButtonState":[1,"previous-button-state"],"nextButtonState":[1,"next-button-state"],"showDraftButton":[4,"show-draft-button"],"submitButtonText":[1,"submit-button-text"],"showAmount":[4,"show-amount"],"showFee":[4,"show-fee"],"amount":[1],"fee":[1],"checked":[32],"internalNextButtonState":[32]},null,{"state":["updateButtonState"]}],[257,"gb-toast",{"color":[1025],"mainText":[1,"main-text"],"supportingText":[1,"supporting-text"],"size":[1],"breakpoint":[1],"icon":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"],"firstActionText":[1,"first-action-text"],"secondActionText":[1,"second-action-text"],"internalColor":[32],"internalMainText":[32],"internalSupportingText":[32]},null,{"mainText":["onMainTextChange"],"supportingText":["onSupportingTextChange"],"color":["onColorChange"]}],[257,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}],[257,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftControl":[2,"left-control"],"rightControl":[2,"right-control"],"label":[1],"unit":[1],"unitPosition":[1,"unit-position"],"heading":[1],"showHeading":[4,"show-heading"],"formatHeading":[4,"format-heading"],"leftValue":[32],"rightValue":[32]}],[257,"gb-toggle",{"size":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"],"pressed":[4],"position":[1]}],[257,"gb-table-header",{"showFilter":[4,"show-filter"],"showColumnOptions":[4,"show-column-options"],"tableHeading":[4,"table-heading"],"tableHeadingLabel":[1,"table-heading-label"],"showSearch":[4,"show-search"],"showExport":[4,"show-export"],"showRefreshButton":[4,"show-refresh-button"],"showLayoutToggle":[4,"show-layout-toggle"],"filterState":[1,"filter-state"],"filterCount":[2,"filter-count"],"showEntireData":[4,"show-entire-data"],"exportButtonState":[1,"export-button-state"],"pdfState":[1,"pdf-state"],"csvState":[1,"csv-state"],"showDateFilter":[4,"show-date-filter"],"dateItems":[16],"mode":[1],"format":[1],"datePickerDisabled":[4,"date-picker-disabled"],"datePickerPlaceholder":[1,"date-picker-placeholder"],"datePickerIconPosition":[1,"date-picker-icon-position"],"datePickerDropdownPosition":[1,"date-picker-dropdown-position"],"exportDropdownPosition":[1,"export-dropdown-position"],"enableTime":[4,"enable-time"],"noCalendar":[4,"no-calendar"],"twentyfourHr":[4,"twentyfour-hr"],"showMonths":[2,"show-months"],"items":[32],"width":[32],"buttonIcon":[32],"showExportDropdown":[32],"isDatePickerShown":[32],"isDatePickerFullWidth":[32]},[[9,"resize","handleResize"],[4,"click","handleClickOutside"]]],[257,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1025],"currentPage":[1026,"current-page"],"totalPages":[1026,"total-pages"],"entries":[1040],"entriesDropdownMenuPosition":[1,"entries-dropdown-menu-position"],"selectedPageSize":[32],"defaultSelected":[32],"pages":[32],"width":[32],"internalTotalPages":[32]},null,{"totalPages":["onTotalPagesChange"]}],[257,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showThemeTab":[4,"show-theme-tab"],"showRoles":[4,"show-roles"],"roles":[16],"showLogOut":[4,"show-log-out"],"listGroupOne":[16],"listGroupTwo":[16],"color":[1],"showBorder":[4,"show-border"],"currentTheme":[1,"current-theme"]}],[257,"gb-textarea-input-field",{"type":[1],"state":[1025],"destructive":[4],"placeholderText":[1,"placeholder-text"],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"idOfInput":[513,"id-of-input"],"isReadOnly":[516,"is-read-only"],"value":[1040],"icon":[1],"results":[1040],"inputValue":[1025,"input-value"],"content":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"show":[32],"staffInfo":[32],"selectedItems":[32],"unselectedItems":[32]},[[4,"click","handleClickOutside"]],{"value":["updateSelectedItems"]}],[257,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028],"showButton":[4,"show-button"],"buttonText":[1,"button-text"],"icon":[1],"checkboxType":[1,"checkbox-type"],"leadingIconSvg":[32]}],[257,"gb-empty-state",{"size":[1],"icon":[1],"color":[1],"theme":[1],"illustrationStyle":[1,"illustration-style"],"illustrationIcon":[1,"illustration-icon"],"background":[4],"backgroundType":[1,"background-type"],"primaryButtonText":[1,"primary-button-text"],"secondaryButtonText":[1,"secondary-button-text"],"primaryButtonState":[1,"primary-button-state"],"primaryButtonIconLeadingSwap":[1,"primary-button-icon-leading-swap"],"primaryButtonIconTrailingSwap":[1,"primary-button-icon-trailing-swap"],"secondaryButtonIconLeadingSwap":[1,"secondary-button-icon-leading-swap"],"secondaryButtonIconTrailingSwap":[1,"secondary-button-icon-trailing-swap"],"mainText":[1,"main-text"],"supportingText":[1,"supporting-text"],"fileStyle":[1,"file-style"],"fileType":[1,"file-type"],"featuredIconSwap":[1,"featured-icon-swap"],"isDarkTheme":[32],"patternKey":[32]},null,{"theme":["onThemeChanged"]}],[257,"gb-simple-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"secondaryIcon":[1,"secondary-icon"],"category":[1],"showSecondaryIcon":[4,"show-secondary-icon"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"subMenu":[4,"sub-menu"],"leadingIconSvg":[32],"secondaryIconSvg":[32],"internalIcon":[32]},null,{"icon":["updateSidebarIcon"]}],[257,"gb-vertical-tabs",{"size":[1],"type":[1],"activeIndex":[1026,"active-index"],"tabs":[16],"internalTabs":[32]},null,{"tabs":["onTabsChanged"]}],[257,"gb-file-upload-item-base",{"icon":[1],"label":[1],"showLabel":[4,"show-label"],"formatLabel":[4,"format-label"],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"progress":[2],"fileSize":[2,"file-size"],"fileName":[1,"file-name"],"allowedType":[1,"allowed-type"],"showFileSize":[4,"show-file-size"],"required":[4],"errorSupportingText":[1,"error-supporting-text"],"internalState":[32],"internalProgress":[32]},null,{"state":["onStateChange"],"progress":["onProgressChange"],"fileName":["handleFileNameChange"]}],[257,"gb-modal-action",{"actionType":[1,"action-type"],"destructive":[4],"fullWidth":[4,"full-width"],"showSecondaryAction":[4,"show-secondary-action"],"showFirstButton":[4,"show-first-button"],"showSecondButton":[4,"show-second-button"],"showThirdButton":[4,"show-third-button"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstIconButtonSwap":[1,"first-icon-button-swap"],"secondIconButtonSwap":[1,"second-icon-button-swap"],"firstButtonIconLeadingSwap":[1,"first-button-icon-leading-swap"],"secondButtonIconLeadingSwap":[1,"second-button-icon-leading-swap"],"thirdButtonIconLeadingSwap":[1,"third-button-icon-leading-swap"],"firstButtonIconTrailingSwap":[1,"first-button-icon-trailing-swap"],"secondButtonIconTrailingSwap":[1,"second-button-icon-trailing-swap"],"thirdButtonIconTrailingSwap":[1,"third-button-icon-trailing-swap"],"showFirstIconButton":[4,"show-first-icon-button"],"showSecondIconButton":[4,"show-second-icon-button"],"showCheckBox":[4,"show-check-box"],"checkboxLabel":[1,"checkbox-label"],"firstIconButtonTooltipShown":[32],"secondIconButtonTooltipShown":[32]}],[257,"gb-contact-help-dropdown",{"items":[16]}],[257,"gb-help-dropdown",{"showLogError":[4,"show-log-error"]}],[257,"gb-notification-pane",{"state":[1],"notifications":[1040]}],[257,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"direction":[1],"icon":[1],"leadingIconSvg":[32],"collapseSidebar":[64],"expandSidebar":[64]}],[257,"gb-modal-header",{"text":[1],"closeButtonPosition":[513,"close-button-position"]}],[257,"gb-slider-control-handle",{"value":[1],"type":[1],"isHovered":[32],"isFocused":[32]}],[257,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1],"leadingIconSvg":[32]}],[257,"gb-metric-featured-icon",{"size":[1],"color":[1],"featuredIconStyle":[1,"featured-icon-style"],"icon":[1],"leadingIconSvg":[32]}],[257,"gb-portal",{"anchorId":[1,"anchor-id"],"placement":[1],"open":[4],"anchorEl":[16]},null,{"open":["onOpenChange"]}],[257,"gb-toast-button",{"state":[1],"color":[1]}],[257,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[257,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"icon":[1],"items":[1040],"value":[1040],"supportingText":[4,"supporting-text"],"color":[1],"showBorder":[4,"show-border"],"menuPosition":[1,"menu-position"],"showSearchInput":[4,"show-search-input"],"inputValue":[1,"input-value"],"destructive":[1028],"errorText":[1,"error-text"],"loading":[1028],"formatLabel":[4,"format-label"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"searchItem":[32],"searchResults":[32],"internalItems":[32],"showCloseButton":[32],"internalLoading":[32],"clearSelection":[64],"isDestructive":[64],"isNotDestructive":[64]},[[4,"click","handleClickOutside"]],{"items":["updateResultsAndShowInDropdown","syncSelectedItems"],"loading":["onLoadingChanged"],"destructive":["watchDestructive"],"value":["syncSelectedItems"]}],[257,"gb-filter-button",{"state":[1],"iconOnly":[4,"icon-only"]}],[257,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1],"showBorder":[4,"show-border"]}],[321,"gb-button-group",{"items":[16],"icon":[1],"showLabel":[4,"show-label"],"label":[1],"internalItems":[32],"selectedValue":[32]},null,{"items":["onItemsUpdated"]}],[257,"gb-date-picker",{"placeholder":[1],"value":[1040],"format":[1],"mode":[1],"disabled":[4],"iconPosition":[1,"icon-position"],"dropdownAlignment":[1,"dropdown-alignment"],"label":[1],"formatLabel":[4,"format-label"],"allowInput":[4,"allow-input"],"enableTime":[4,"enable-time"],"noCalendar":[4,"no-calendar"],"twentyfourHr":[4,"twentyfour-hr"],"showMonths":[2,"show-months"],"fullWidth":[4,"full-width"],"isCalendarShown":[32],"breakpoint":[32],"width":[32],"displayValue":[32],"selectionSource":[32]},null,{"displayValue":["handleDisplayValueChange"]}],[257,"gb-export-dropdown",{"state":[1],"showEntireData":[4,"show-entire-data"],"pdfState":[1,"pdf-state"],"csvState":[1,"csv-state"],"showFirstSubDropdown":[32],"showSecondSubDropdown":[32]}],[257,"gb-theme-tab",{"theme":[1025],"currentActiveTab":[1025,"current-active-tab"]}],[257,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"]}],[257,"gb-illustration",{"size":[1],"color":[1],"illustrationStyle":[1,"illustration-style"],"illustrationIcon":[1,"illustration-icon"],"theme":[1],"leadingIconSvg":[32]}],[257,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[257,"gb-pagination-button-group-base",{"icon":[1],"state":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[257,"gb-pagination-number-base",{"shape":[1],"state":[1]}],[257,"gb-pattern",{"type":[1],"theme":[1],"isDarkTheme":[32]},null,{"theme":["changeTheme"]}],[257,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"],"alignment":[1]}],[257,"gb-button-group-base",{"current":[4],"icon":[1],"state":[1],"label":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[257,"gb-export-sub-dropdown",{"showEntireData":[4,"show-entire-data"]}],[257,"gb-icon-button-base",{"current":[4],"icon":[1],"label":[1],"leadingIconSvg":[32],"showTooltip":[32]}],[257,"gb-date-picker-list-item",{"selected":[4],"label":[1]}],[257,"gb-export-dropdown-item",{"icon":[4],"state":[1],"type":[1]}],[257,"gb-export-sub-dropdown-item",{"icon":[1],"state":[1],"leadingIconSvg":[32]}],[321,"gb-input-field",{"size":[1],"type":[1],"inputType":[1,"input-type"],"minLength":[2,"min-length"],"maxLength":[2,"max-length"],"destructive":[1028],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"showCountryIcon":[4,"show-country-icon"],"iconSwap":[1025,"icon-swap"],"enableCancelButtonFunction":[4,"enable-cancel-button-function"],"options":[1040],"idOfInput":[513,"id-of-input"],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"results":[1040],"menuPosition":[1,"menu-position"],"icon":[1],"value":[1032],"loading":[1028],"formatLabel":[4,"format-label"],"formatNumber":[4,"format-number"],"inputOnlyDisabled":[4,"input-only-disabled"],"showCloseButton":[32],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32],"showDropdown":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"paddingLeft":[32],"paddingTop":[32],"dropdownOpen":[32],"show":[32],"showSpinner":[32],"internalLoading":[32],"isDestructive":[64],"isNotDestructive":[64]},[[4,"click","handleClickOutside"]],{"iconSwap":["iconSwapChanged"],"options":["optionsChanged"],"loading":["onLoadingChanged"],"value":["updateSelectedItems"]}],[257,"gb-file-type-icon",{"fileStyle":[1,"file-style"],"fileType":[1,"file-type"]}],[257,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[257,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1],"destructive":[4],"leadingIconSvg":[32]}],[257,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[257,"gb-featured-icon",{"size":[1],"destructive":[4],"icon":[1],"leadingIconSvg":[32]}],[260,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"tooltipText":[1,"tooltip-text"],"arrow":[1],"leadingIconSvg":[32],"trailingIconSvg":[32],"internalButtonState":[32],"internalIconLeadingState":[32],"internalIconTrailingState":[32],"tooltipShown":[32]}],[257,"gb-button-close",{"size":[1],"color":[1]}],[257,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[257,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1],"color":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"ellipsed":[4],"leadingIconSvg":[32]}],[257,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[257,"gb-tag-close",{"size":[1]}],[257,"gb-tag-count",{"size":[1]}],[257,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[257,"gb-badge-close",{"color":[1],"type":[1]}],[257,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"tooltipText":[1,"tooltip-text"],"arrow":[1],"event":[4],"leadingIconSvg":[32],"trailingIconSvg":[32],"internalButtonState":[32],"internalIconLeadingState":[32],"internalIconTrailingState":[32],"tooltipShown":[32],"getNativeButton":[64]}],[257,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[257,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[257,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"companyIcon":[1,"company-icon"],"weight":[1],"assignedColorClass":[32]}],[257,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[257,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"],"companyIcon":[1,"company-icon"]}],[257,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"],"noWrap":[4,"no-wrap"]}]]],["p-e6303d51",[[257,"gb-sidebar",{"state":[1025],"category":[1],"navItemStyle":[1,"nav-item-style"],"type":[1],"showSecondCategory":[4,"show-second-category"],"iconInstance":[1,"icon-instance"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"complexSidebarData":[8,"complex-sidebar-data"],"activeIndex":[1026,"active-index"],"activePrimaryItem":[1025,"active-primary-item"],"activeSecondaryItem":[1025,"active-secondary-item"],"hasInfo":[4,"has-info"],"email":[1],"phoneNumber":[1,"phone-number"],"theme":[1],"isDarkTheme":[32],"leadingIconSvg":[32],"sideBarItemClicked":[64]}]]],["p-bc7a3ff1",[[256,"test-input-tag",{"idOfInput":[513,"id-of-input"],"type":[513],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"placeholderText":[513,"placeholder-text"],"show":[32],"showSpinner":[32],"staffInfo":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"inputValue":[32],"dropdownOpen":[32]}]]],["p-861c74a1",[[257,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-1b77419f",[[257,"gb-detail-cell",{"state":[1],"cellStyle":[1025,"cell-style"],"type":[1],"label":[1],"detail":[1],"badgeIcon":[1,"badge-icon"],"badgeIconLeading":[1,"badge-icon-leading"],"badgeIconTrailing":[1,"badge-icon-trailing"],"badgeColor":[1,"badge-color"],"badgeLabel":[1,"badge-label"],"badgeType":[1,"badge-type"],"fileType":[1,"file-type"],"fileStyle":[1,"file-style"],"showActionButtons":[4,"show-action-buttons"],"showViewButton":[4,"show-view-button"],"showDownloadButton":[4,"show-download-button"],"showCopyButton":[1028,"show-copy-button"],"buttonText":[1,"button-text"],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"],"showStandardCopyButton":[32],"showTooltip":[32],"copied":[32],"isDownloaded":[32],"width":[32]}]]],["p-1915cddb",[[257,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-dc719ebe",[[257,"gb-nav-bar",{"category":[1],"items":[1040],"showBorder":[4,"show-border"],"activeIndex":[1026,"active-index"],"internalItems":[32],"visibleItems":[32],"overflowItems":[32],"measured":[32],"dropdownOpen":[32],"dropdownItemClicked":[32]},null,{"items":["onItemsChanged"]}]]],["p-076937c1",[[257,"gb-prompt-modal",{"showCheckBox":[4,"show-check-box"],"heading":[1],"supportingText":[1,"supporting-text"],"destructive":[4],"iconInstance":[1,"icon-instance"],"checkboxLabel":[1,"checkbox-label"],"primaryButtonText":[1,"primary-button-text"],"secondaryButtonText":[1,"secondary-button-text"],"checked":[4],"checkboxState":[1,"checkbox-state"],"leadingIconSvg":[32]}]]],["p-ae1bfac6",[[257,"gb-comment",{"heading":[1],"state":[1025],"noCommentText":[1,"no-comment-text"],"noCommentTextSub":[1,"no-comment-text-sub"],"comments":[16],"theme":[1],"isDarkTheme":[32]}]]],["p-2877fce9",[[257,"gb-stepper-horizontal-icons-centered",{"size":[1],"steps":[16],"type":[1],"breakpoint":[1]}]]],["p-1ace81c0",[[257,"gb-stepper-horizontal-line-with-text",{"size":[1],"breakpoint":[1],"showContent":[4,"show-content"],"showSupportingText":[1028,"show-supporting-text"],"steps":[16],"internalSteps":[32],"width":[32],"internalState":[32],"internalStatus":[32]},null,{"steps":["onStepsChanged"]}]]],["p-47c40119",[[257,"gb-stepper-vertical-icons-with-text",{"size":[1],"connector":[4],"type":[1],"steps":[16],"internalSteps":[32],"internalState":[32],"internalStatus":[32]},null,{"steps":["onStepsChanged"]}]]],["p-eca1ccd2",[[257,"gb-breadcrumbs",{"type":[1],"divider":[1],"breadcrumbs":[16],"icon":[1],"visibleBreadcrumbs":[32]}]]],["p-8fe92461",[[257,"gb-quick-action-card",{"color":[1],"icon":[1],"label":[1]}]]],["p-f54796a3",[[257,"gb-quick-action-icon",{"icon":[1],"label":[1],"isHovered":[32]}]]],["p-b1553b88",[[257,"gb-stepper-horizontal-minimal-icons",{"size":[1],"text":[4],"stepLabel":[1,"step-label"],"steps":[16],"position":[1]}]]],["p-2235e004",[[257,"gb-nav-bar-item",{"state":[1],"iconOnly":[4,"icon-only"],"category":[1],"label":[1],"icon":[1],"leadingIconSvg":[32],"showTooltip":[32]}]]],["p-93c1f0c9",[[257,"gb-mega-input-field-base",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-a61d1385",[[257,"gb-token-field-compressed",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-1c34fcf5",[[257,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-09611eaf",[[256,"gb-carousel-arrow",{"size":[1],"chevron":[1]}]]],["p-937689d0",[[257,"gb-category-card",{"label":[1],"supportingText":[1,"supporting-text"],"showSupportingText":[4,"show-supporting-text"],"cardImage":[1,"card-image"],"isHovered":[32]}]]],["p-5a3e7117",[[257,"gb-logo",{"text":[4]}]]],["p-6b644404",[[257,"gb-pagination-dot-group",{"size":[1],"type":[1],"color":[1],"framed":[4]}]]],["p-47779b8f",[[256,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}]]],["p-bcd9b30d",[[257,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]},null,{"progress":["handleProgressChange"]}]]],["p-a6176197",[[257,"gb-scrollbar",{"length":[1]}]]],["p-39f33c37",[[257,"gb-stepper-horizontal-icons-connected",{"size":[1],"steps":[16]}]]],["p-031a93b0",[[257,"gb-table-cell",{"type":[1]}]]],["p-e4bda433",[[257,"gb-token-field-compact",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-9c96d912",[[257,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-240229e8",[[257,"gb-breadcrumb-button-base",{"current":[4],"type":[1],"icon":[4],"label":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}]]],["p-cb357490",[[257,"gb-comment-item",{"name":[1],"duty":[1],"comment":[1],"timeStamp":[1,"time-stamp"],"connector":[4]}]]],["p-bd89e53d",[[257,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]],["p-61717f59",[[257,"gb-complex-primary-side-bar-item",{"category":[1],"itemStyle":[1,"item-style"],"state":[1],"icon":[1],"label":[1],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32]}],[257,"gb-complex-secondary-side-bar-item",{"state":[1],"type":[1],"category":[1],"label":[1],"icon":[1],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32]}]]],["p-e9e2d296",[[257,"gb-card-icon",{"size":[1],"color":[1],"icon":[1],"leadingIconSvg":[32]}]]],["p-c787666a",[[257,"gb-step-base",{"status":[1],"size":[1],"type":[1],"state":[1],"connector":[4],"showContent":[4,"show-content"],"showSupportingText":[4,"show-supporting-text"],"label":[1],"supportingText":[1,"supporting-text"],"breakpoint":[1],"internalState":[32],"internalStatus":[32]},null,{"status":["onStatusChange"],"state":["onStateChange"]}],[257,"gb-step-icon-base",{"size":[1],"status":[1],"state":[1],"internalState":[32],"internalStatus":[32]},null,{"status":["onStatusChange"],"state":["onStateChange"]}]]]]'),t)}));
|
|
1
|
+
import{p as t,g as e,b as o}from"./p-CJPJWJxK.js";export{s as setNonce}from"./p-CJPJWJxK.js";var n=()=>{const e=import.meta.url;const o={};if(e!==""){o.resourcesUrl=new URL(".",e).href}return t(o)};n().then((async t=>{await e();return o(JSON.parse('[["p-c3549c89",[[257,"gb-table",{"columns":[16],"data":[16],"tableHeaderConfig":[16],"paginationConfig":[16],"emptyStateConfig":[16],"showActionsColumn":[4,"show-actions-column"],"rowActions":[16],"dropdownOptions":[16],"stickyFirstColumn":[4,"sticky-first-column"],"stickyLastColumn":[4,"sticky-last-column"],"actionsType":[1,"actions-type"],"showCheckbox":[4,"show-checkbox"],"internalCurrentPage":[32],"internalPageSize":[32],"openRowIndex":[32],"sortKey":[32],"sortDirection":[32],"selectedRowIds":[32],"breakpoint":[32],"isMobile":[32],"isScrollable":[32]},[[9,"resize","checkViewport"]],{"data":["onDataChange"],"totalItems":["onTotalItemsChange"],"columns":["validateMobilePositions"]}],[257,"gb-header",{"state":[1],"showIndicator":[4,"show-indicator"],"text":[4],"placeholder":[4],"color":[1],"showBorder":[4,"show-border"],"showNotification":[4,"show-notification"],"showHelp":[4,"show-help"],"showLogo":[4,"show-logo"],"showSearch":[4,"show-search"],"inputPlaceholder":[1,"input-placeholder"],"inputIcon":[1,"input-icon"],"avatarDropdownType":[1,"avatar-dropdown-type"],"listGroupOne":[16],"listGroupTwo":[16],"showThemeTab":[4,"show-theme-tab"],"showProfile":[4,"show-profile"],"showRoles":[4,"show-roles"],"roles":[16],"showLogOut":[4,"show-log-out"],"showLogError":[4,"show-log-error"],"notificationState":[1,"notification-state"],"notifications":[1040],"currentTheme":[1,"current-theme"],"contactHelpDropdown":[4,"contact-help-dropdown"],"contactHelpDropdownItems":[16],"initials":[32],"width":[32],"activeDropdown":[32],"breakpoint":[32],"searchBarShown":[32],"showSearchButton":[32]},[[4,"click","handleClickOutside"]]],[257,"gb-approval-modal",{"showDecision":[4,"show-decision"],"badgeColor":[1,"badge-color"],"badgeType":[1,"badge-type"],"badgeIcon":[1,"badge-icon"],"badgeLabel":[1,"badge-label"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstIconButtonSwap":[1,"first-icon-button-swap"],"secondIconButtonSwap":[1,"second-icon-button-swap"],"firstButtonIconLeadingSwap":[1,"first-button-icon-leading-swap"],"secondButtonIconLeadingSwap":[1,"second-button-icon-leading-swap"],"thirdButtonIconLeadingSwap":[1,"third-button-icon-leading-swap"],"firstButtonIconTrailingSwap":[1,"first-button-icon-trailing-swap"],"secondButtonIconTrailingSwap":[1,"second-button-icon-trailing-swap"],"thirdButtonIconTrailingSwap":[1,"third-button-icon-trailing-swap"]}],[257,"gb-nav-bar-sidemenu",{"applicationName":[1,"application-name"],"applicationIcon":[1,"application-icon"],"activeIndex":[2,"active-index"],"tabs":[16],"leadingIconSvg":[32]}],[257,"gb-file-upload",{"icon":[1],"type":[1],"heightSize":[1,"height-size"],"state":[1],"destructive":[4],"showLabel":[4,"show-label"],"progress":[2],"fileType":[16],"files":[32],"fileStates":[32],"isDragging":[32]}],[257,"gb-horizontal-tabs",{"type":[1],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"activeIndex":[1026,"active-index"],"tabs":[16],"internalTabs":[32],"internalActiveIndex":[32],"width":[32],"showLeftButton":[32],"showRightButton":[32]},[[9,"resize","updateScrollButtons"]],{"activeIndex":["setActiveIndex"],"tabs":["onTabsChanged"]}],[257,"gb-metric-card",{"size":[1],"radius":[1],"label":[1],"metric":[1],"showBadge":[4,"show-badge"],"featuredIconStyle":[1,"featured-icon-style"],"featuredIconColor":[1,"featured-icon-color"],"icon":[1],"percentage":[1]}],[257,"gb-action-panel",{"type":[1],"showCloseButton":[4,"show-close-button"],"showSelectedRows":[4,"show-selected-rows"],"showCheckbox":[4,"show-checkbox"],"firstButton":[4,"first-button"],"firstButtonIconLeading":[1,"first-button-icon-leading"],"firstButtonIconTrailing":[1,"first-button-icon-trailing"],"secondButton":[4,"second-button"],"secondButtonIconLeading":[1,"second-button-icon-leading"],"secondButtonIconTrailing":[1,"second-button-icon-trailing"],"thirdButton":[4,"third-button"],"thirdButtonIconLeading":[1,"third-button-icon-leading"],"thirdButtonIconTrailing":[1,"third-button-icon-trailing"],"showSubmitButton":[4,"show-submit-button"],"submitButtonIconLeadingSwap":[1,"submit-button-icon-leading-swap"],"submitButtonIconTrailingSwap":[1,"submit-button-icon-trailing-swap"],"submitButtonState":[1,"submit-button-state"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstButtonState":[1,"first-button-state"],"secondButtonState":[1,"second-button-state"],"thirdButtonState":[1,"third-button-state"],"previousButtonState":[1,"previous-button-state"],"nextButtonState":[1,"next-button-state"],"showDraftButton":[4,"show-draft-button"],"submitButtonText":[1,"submit-button-text"],"showAmount":[4,"show-amount"],"showFee":[4,"show-fee"],"amount":[1],"fee":[1],"checked":[32],"internalNextButtonState":[32]},null,{"state":["updateButtonState"]}],[257,"gb-toast",{"color":[1025],"mainText":[1,"main-text"],"supportingText":[1,"supporting-text"],"size":[1],"breakpoint":[1],"icon":[1],"xCloseButton":[4,"x-close-button"],"actions":[4],"showSupportingText":[4,"show-supporting-text"],"firstActionText":[1,"first-action-text"],"secondActionText":[1,"second-action-text"],"internalColor":[32],"internalMainText":[32],"internalSupportingText":[32]},null,{"mainText":["onMainTextChange"],"supportingText":["onSupportingTextChange"],"color":["onColorChange"]}],[257,"gb-avatar-profile-photo",{"placeholder":[4],"text":[4],"size":[1],"verified":[4],"icon":[1]}],[257,"gb-slider",{"min":[2],"max":[2],"thumbType":[1,"thumb-type"],"leftControl":[2,"left-control"],"rightControl":[2,"right-control"],"label":[1],"unit":[1],"unitPosition":[1,"unit-position"],"heading":[1],"showHeading":[4,"show-heading"],"formatHeading":[4,"format-heading"],"leftValue":[32],"rightValue":[32]}],[257,"gb-toggle",{"size":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"],"pressed":[4],"position":[1]}],[257,"gb-table-header",{"showFilter":[4,"show-filter"],"showColumnOptions":[4,"show-column-options"],"tableHeading":[4,"table-heading"],"tableHeadingLabel":[1,"table-heading-label"],"showSearch":[4,"show-search"],"showExport":[4,"show-export"],"showRefreshButton":[4,"show-refresh-button"],"showLayoutToggle":[4,"show-layout-toggle"],"filterState":[1,"filter-state"],"filterCount":[2,"filter-count"],"showEntireData":[4,"show-entire-data"],"exportButtonState":[1,"export-button-state"],"pdfState":[1,"pdf-state"],"csvState":[1,"csv-state"],"showDateFilter":[4,"show-date-filter"],"dateItems":[16],"mode":[1],"format":[1],"datePickerDisabled":[4,"date-picker-disabled"],"datePickerPlaceholder":[1,"date-picker-placeholder"],"datePickerIconPosition":[1,"date-picker-icon-position"],"datePickerDropdownPosition":[1,"date-picker-dropdown-position"],"exportDropdownPosition":[1,"export-dropdown-position"],"enableTime":[4,"enable-time"],"noCalendar":[4,"no-calendar"],"twentyfourHr":[4,"twentyfour-hr"],"showMonths":[2,"show-months"],"items":[32],"width":[32],"buttonIcon":[32],"showExportDropdown":[32],"isDatePickerShown":[32],"isDatePickerFullWidth":[32]},[[9,"resize","handleResize"],[4,"click","handleClickOutside"]]],[257,"gb-pagination",{"type":[1],"shape":[1],"breakpoint":[1025],"currentPage":[1026,"current-page"],"totalPages":[1026,"total-pages"],"entries":[1040],"entriesDropdownMenuPosition":[1,"entries-dropdown-menu-position"],"selectedPageSize":[32],"defaultSelected":[32],"pages":[32],"width":[32],"internalTotalPages":[32]},null,{"totalPages":["onTotalPagesChange"]}],[257,"gb-avatar-dropdown",{"type":[1],"text":[4],"showProfile":[4,"show-profile"],"showThemeTab":[4,"show-theme-tab"],"showRoles":[4,"show-roles"],"roles":[16],"showLogOut":[4,"show-log-out"],"listGroupOne":[16],"listGroupTwo":[16],"color":[1],"showBorder":[4,"show-border"],"currentTheme":[1,"current-theme"]}],[257,"gb-textarea-input-field",{"type":[1],"state":[1025],"destructive":[4],"placeholderText":[1,"placeholder-text"],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"idOfInput":[513,"id-of-input"],"isReadOnly":[516,"is-read-only"],"value":[1040],"icon":[1],"results":[1040],"inputValue":[1025,"input-value"],"content":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"show":[32],"staffInfo":[32],"selectedItems":[32],"unselectedItems":[32]},[[4,"click","handleClickOutside"]],{"value":["updateSelectedItems"]}],[257,"gb-checkbox-group-item",{"size":[1],"type":[1],"state":[1],"breakpoint":[1],"showCost":[4,"show-cost"],"selected":[1028],"showButton":[4,"show-button"],"buttonText":[1,"button-text"],"icon":[1],"checkboxType":[1,"checkbox-type"],"leadingIconSvg":[32]}],[257,"gb-empty-state",{"size":[1],"icon":[1],"color":[1],"theme":[1],"illustrationStyle":[1,"illustration-style"],"illustrationIcon":[1,"illustration-icon"],"background":[4],"backgroundType":[1,"background-type"],"primaryButtonText":[1,"primary-button-text"],"secondaryButtonText":[1,"secondary-button-text"],"primaryButtonState":[1,"primary-button-state"],"primaryButtonIconLeadingSwap":[1,"primary-button-icon-leading-swap"],"primaryButtonIconTrailingSwap":[1,"primary-button-icon-trailing-swap"],"secondaryButtonIconLeadingSwap":[1,"secondary-button-icon-leading-swap"],"secondaryButtonIconTrailingSwap":[1,"secondary-button-icon-trailing-swap"],"mainText":[1,"main-text"],"supportingText":[1,"supporting-text"],"fileStyle":[1,"file-style"],"fileType":[1,"file-type"],"featuredIconSwap":[1,"featured-icon-swap"],"isDarkTheme":[32],"patternKey":[32]},null,{"theme":["onThemeChanged"]}],[257,"gb-simple-side-bar-item",{"state":[1],"type":[1],"label":[1],"icon":[1],"secondaryIcon":[1,"secondary-icon"],"category":[1],"showSecondaryIcon":[4,"show-secondary-icon"],"showBadge":[4,"show-badge"],"showTooltip":[1028,"show-tooltip"],"subMenu":[4,"sub-menu"],"leadingIconSvg":[32],"secondaryIconSvg":[32],"internalIcon":[32]},null,{"icon":["updateSidebarIcon"]}],[257,"gb-vertical-tabs",{"size":[1],"type":[1],"activeIndex":[1026,"active-index"],"tabs":[16],"internalTabs":[32]},null,{"tabs":["onTabsChanged"]}],[257,"gb-file-upload-item-base",{"icon":[1],"label":[1],"showLabel":[4,"show-label"],"formatLabel":[4,"format-label"],"state":[1],"heightSize":[1,"height-size"],"fileType":[1,"file-type"],"progress":[2],"fileSize":[2,"file-size"],"fileName":[1,"file-name"],"allowedType":[1,"allowed-type"],"showFileSize":[4,"show-file-size"],"required":[4],"errorSupportingText":[1,"error-supporting-text"],"internalState":[32],"internalProgress":[32]},null,{"state":["onStateChange"],"progress":["onProgressChange"],"fileName":["handleFileNameChange"]}],[257,"gb-modal-action",{"actionType":[1,"action-type"],"destructive":[4],"fullWidth":[4,"full-width"],"showSecondaryAction":[4,"show-secondary-action"],"showFirstButton":[4,"show-first-button"],"showSecondButton":[4,"show-second-button"],"showThirdButton":[4,"show-third-button"],"firstButtonText":[1,"first-button-text"],"secondButtonText":[1,"second-button-text"],"thirdButtonText":[1,"third-button-text"],"firstIconButtonSwap":[1,"first-icon-button-swap"],"secondIconButtonSwap":[1,"second-icon-button-swap"],"firstButtonIconLeadingSwap":[1,"first-button-icon-leading-swap"],"secondButtonIconLeadingSwap":[1,"second-button-icon-leading-swap"],"thirdButtonIconLeadingSwap":[1,"third-button-icon-leading-swap"],"firstButtonIconTrailingSwap":[1,"first-button-icon-trailing-swap"],"secondButtonIconTrailingSwap":[1,"second-button-icon-trailing-swap"],"thirdButtonIconTrailingSwap":[1,"third-button-icon-trailing-swap"],"showFirstIconButton":[4,"show-first-icon-button"],"showSecondIconButton":[4,"show-second-icon-button"],"showCheckBox":[4,"show-check-box"],"checkboxLabel":[1,"checkbox-label"],"firstIconButtonTooltipShown":[32],"secondIconButtonTooltipShown":[32]}],[257,"gb-contact-help-dropdown",{"items":[16]}],[257,"gb-help-dropdown",{"showLogError":[4,"show-log-error"]}],[257,"gb-notification-pane",{"state":[1],"notifications":[1040]}],[257,"gb-collapse-button",{"color":[1],"isCollapsed":[1028,"is-collapsed"],"action":[1025],"isHovered":[1028,"is-hovered"],"direction":[1],"icon":[1],"leadingIconSvg":[32],"collapseSidebar":[64],"expandSidebar":[64]}],[257,"gb-modal-header",{"text":[1],"closeButtonPosition":[513,"close-button-position"]}],[257,"gb-slider-control-handle",{"value":[1],"type":[1],"isHovered":[32],"isFocused":[32]}],[257,"gb-header-icon",{"state":[1],"showIndicator":[4,"show-indicator"],"icon":[1],"leadingIconSvg":[32]}],[257,"gb-metric-featured-icon",{"size":[1],"color":[1],"featuredIconStyle":[1,"featured-icon-style"],"icon":[1],"leadingIconSvg":[32]}],[257,"gb-portal",{"anchorId":[1,"anchor-id"],"placement":[1],"open":[4],"anchorEl":[16]},null,{"open":["onOpenChange"]}],[257,"gb-toast-button",{"state":[1],"color":[1]}],[257,"gb-toggle-base",{"size":[1],"state":[1],"pressed":[1028]}],[257,"gb-input-dropdown",{"type":[1],"state":[1025],"size":[1],"showLabel":[4,"show-label"],"label":[1],"placeholder":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"showHelpIcon":[4,"show-help-icon"],"showLeadingIcon":[4,"show-leading-icon"],"iconSwap":[1,"icon-swap"],"text":[4],"leadingIcon":[1,"leading-icon"],"icon":[1],"items":[1040],"value":[1040],"supportingText":[4,"supporting-text"],"color":[1],"showBorder":[4,"show-border"],"menuPosition":[1,"menu-position"],"showSearchInput":[4,"show-search-input"],"inputValue":[1,"input-value"],"destructive":[1028],"errorText":[1,"error-text"],"loading":[1028],"formatLabel":[4,"format-label"],"leadingIconSvg":[32],"dropdownOpen":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"searchItem":[32],"searchResults":[32],"internalItems":[32],"showCloseButton":[32],"internalLoading":[32],"clearSelection":[64],"isDestructive":[64],"isNotDestructive":[64]},[[4,"click","handleClickOutside"]],{"items":["updateResultsAndShowInDropdown","syncSelectedItems"],"loading":["onLoadingChanged"],"destructive":["watchDestructive"],"value":["syncSelectedItems"]}],[257,"gb-filter-button",{"state":[1],"iconOnly":[4,"icon-only"]}],[257,"gb-avatar-label-group",{"size":[1],"statusIcon":[1,"status-icon"],"state":[1],"placeholder":[4],"text":[4],"color":[1],"showBorder":[4,"show-border"]}],[321,"gb-button-group",{"items":[16],"icon":[1],"showLabel":[4,"show-label"],"label":[1],"internalItems":[32],"selectedValue":[32]},null,{"items":["onItemsUpdated"]}],[257,"gb-date-picker",{"placeholder":[1],"value":[1040],"format":[1],"mode":[1],"disabled":[4],"iconPosition":[1,"icon-position"],"dropdownAlignment":[1,"dropdown-alignment"],"label":[1],"formatLabel":[4,"format-label"],"allowInput":[4,"allow-input"],"enableTime":[4,"enable-time"],"noCalendar":[4,"no-calendar"],"twentyfourHr":[4,"twentyfour-hr"],"showMonths":[2,"show-months"],"fullWidth":[4,"full-width"],"isCalendarShown":[32],"breakpoint":[32],"width":[32],"displayValue":[32],"selectionSource":[32]},null,{"displayValue":["handleDisplayValueChange"]}],[257,"gb-export-dropdown",{"state":[1],"showEntireData":[4,"show-entire-data"],"pdfState":[1,"pdf-state"],"csvState":[1,"csv-state"],"showFirstSubDropdown":[32],"showSecondSubDropdown":[32]}],[257,"gb-theme-tab",{"theme":[1025],"currentActiveTab":[1025,"current-active-tab"]}],[257,"gb-progress-bar",{"progress":[2],"showLabel":[4,"show-label"],"labelPosition":[1,"label-position"]}],[257,"gb-illustration",{"size":[1],"color":[1],"illustrationStyle":[1,"illustration-style"],"illustrationIcon":[1,"illustration-icon"],"theme":[1],"leadingIconSvg":[32]}],[257,"gb-notification-content",{"icon":[1],"label":[1],"time":[1],"supportingText":[1,"supporting-text"]}],[257,"gb-pagination-button-group-base",{"icon":[1],"state":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[257,"gb-pagination-number-base",{"shape":[1],"state":[1]}],[257,"gb-pattern",{"type":[1],"theme":[1],"isDarkTheme":[32]},null,{"theme":["changeTheme"]}],[257,"gb-tab-button-base",{"current":[4],"size":[1],"fullWidth":[4,"full-width"],"badge":[4],"type":[1],"tabName":[1,"tab-name"],"alignment":[1]}],[257,"gb-button-group-base",{"current":[4],"icon":[1],"state":[1],"label":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}],[257,"gb-export-sub-dropdown",{"showEntireData":[4,"show-entire-data"]}],[257,"gb-icon-button-base",{"current":[4],"icon":[1],"label":[1],"leadingIconSvg":[32],"showTooltip":[32]}],[257,"gb-date-picker-list-item",{"selected":[4],"label":[1]}],[257,"gb-export-dropdown-item",{"icon":[4],"state":[1],"type":[1]}],[257,"gb-export-sub-dropdown-item",{"icon":[1],"state":[1],"leadingIconSvg":[32]}],[321,"gb-input-field",{"size":[1],"type":[1],"inputType":[1,"input-type"],"minLength":[2,"min-length"],"maxLength":[2,"max-length"],"destructive":[1028],"state":[1],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"],"errorText":[1,"error-text"],"showPlaceholder":[4,"show-placeholder"],"placeholder":[1],"showHelpIcon":[4,"show-help-icon"],"showValidation":[4,"show-validation"],"showCountryIcon":[4,"show-country-icon"],"iconSwap":[1025,"icon-swap"],"enableCancelButtonFunction":[4,"enable-cancel-button-function"],"options":[1040],"idOfInput":[513,"id-of-input"],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"results":[1040],"menuPosition":[1,"menu-position"],"icon":[1],"value":[1032],"loading":[1028],"formatLabel":[4,"format-label"],"formatNumber":[4,"format-number"],"inputOnlyDisabled":[4,"input-only-disabled"],"showCloseButton":[32],"inputValue":[32],"tags":[32],"leadingIconSvg":[32],"isPasswordVisible":[32],"showDropdown":[32],"selectedItem":[32],"selectedItems":[32],"unselectedItems":[32],"paddingLeft":[32],"paddingTop":[32],"dropdownOpen":[32],"show":[32],"showSpinner":[32],"internalLoading":[32],"isDestructive":[64],"isNotDestructive":[64]},[[4,"click","handleClickOutside"]],{"iconSwap":["iconSwapChanged"],"options":["optionsChanged"],"loading":["onLoadingChanged"],"value":["updateSelectedItems"]}],[257,"gb-file-type-icon",{"fileStyle":[1,"file-style"],"fileType":[1,"file-type"]}],[257,"gb-password-button",{"state":[1],"isPasswordVisible":[32]}],[257,"gb-dropdown-items-with-shortcut",{"icon":[4],"iconSrc":[1,"icon-src"],"checkbox":[4],"shortcut":[4],"shortcutIcon":[1,"shortcut-icon"],"label":[1],"state":[1],"destructive":[4],"leadingIconSvg":[32]}],[257,"gb-help-tooltip",{"showArrow":[4,"show-arrow"],"showSupportingText":[4,"show-supporting-text"],"showHelpTooltip":[32]}],[257,"gb-featured-icon",{"size":[1],"destructive":[4],"icon":[1],"leadingIconSvg":[32]}],[260,"gb-btn",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"tooltipText":[1,"tooltip-text"],"arrow":[1],"leadingIconSvg":[32],"trailingIconSvg":[32],"internalButtonState":[32],"internalIconLeadingState":[32],"internalIconTrailingState":[32],"tooltipShown":[32]}],[257,"gb-button-close",{"size":[1],"color":[1]}],[257,"gb-tag",{"size":[1],"icon":[1],"action":[1],"flagSwap":[1,"flag-swap"],"checkbox":[4],"onTagClose":[64]}],[257,"gb-input-dropdown-menu-item",{"type":[1],"supportingText":[4,"supporting-text"],"selected":[1028],"state":[1],"color":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"ellipsed":[4],"leadingIconSvg":[32]}],[257,"gb-tag-checkbox",{"checked":[4],"size":[1],"disabled":[4]}],[257,"gb-tag-close",{"size":[1]}],[257,"gb-tag-count",{"size":[1]}],[257,"gb-badge",{"size":[1],"icon":[1],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailingSwap":[1,"icon-trailing-swap"],"flagSwap":[1,"flag-swap"],"color":[1],"type":[1],"closeButton":[4,"close-button"],"leadingIconContent":[32],"trailingIconContent":[32]}],[257,"gb-badge-close",{"color":[1],"type":[1]}],[257,"gb-button",{"size":[1],"hierarchy":[1],"icon":[1],"destructive":[4],"state":[1],"iconLeading":[4,"icon-leading"],"iconLeadingSwap":[1,"icon-leading-swap"],"iconTrailing":[4,"icon-trailing"],"iconTrailingSwap":[1,"icon-trailing-swap"],"tooltipText":[1,"tooltip-text"],"arrow":[1],"event":[4],"leadingIconSvg":[32],"trailingIconSvg":[32],"internalButtonState":[32],"internalIconLeadingState":[32],"internalIconTrailingState":[32],"tooltipShown":[32],"getNativeButton":[64]}],[257,"gb-checkbox",{"checked":[4],"indeterminate":[4],"size":[1],"type":[1],"state":[1],"text":[4],"supportingText":[4,"supporting-text"]}],[257,"gb-checkbox-base",{"state":[1025],"size":[1],"type":[1],"checked":[1028],"indeterminate":[1028]}],[257,"gb-avatar",{"size":[1],"placeholder":[4],"text":[4],"statusIcon":[1,"status-icon"],"state":[1],"icon":[1],"color":[1],"showBorder":[4,"show-border"],"companyIcon":[1,"company-icon"],"weight":[1],"assignedColorClass":[32]}],[257,"gb-avatar-contrast-inner-border",{"weight":[1],"size":[1],"showBorder":[4,"show-border"]}],[257,"gb-status-indicator",{"statusIcon":[1,"status-icon"],"size":[1],"state":[1],"indicatorStateClass":[1,"indicator-state-class"],"companyIcon":[1,"company-icon"]}],[257,"gb-tooltip",{"showArrow":[4,"show-arrow"],"arrow":[1],"showSupportingText":[4,"show-supporting-text"],"noWrap":[4,"no-wrap"]}]]],["p-e6303d51",[[257,"gb-sidebar",{"state":[1025],"category":[1],"navItemStyle":[1,"nav-item-style"],"type":[1],"showSecondCategory":[4,"show-second-category"],"iconInstance":[1,"icon-instance"],"firstItemIcon":[1,"first-item-icon"],"secondItemIcon":[1,"second-item-icon"],"thirdItemIcon":[1,"third-item-icon"],"fourthItemIcon":[1,"fourth-item-icon"],"fifthItemIcon":[1,"fifth-item-icon"],"sixthItemIcon":[1,"sixth-item-icon"],"seventhItemIcon":[1,"seventh-item-icon"],"eighthItemIcon":[1,"eighth-item-icon"],"ninthItemIcon":[1,"ninth-item-icon"],"tenthItemIcon":[1,"tenth-item-icon"],"firstItemLabel":[1,"first-item-label"],"secondItemLabel":[1,"second-item-label"],"thirdItemLabel":[1,"third-item-label"],"fourthItemLabel":[1,"fourth-item-label"],"fifthItemLabel":[1,"fifth-item-label"],"sixthItemLabel":[1,"sixth-item-label"],"seventhItemLabel":[1,"seventh-item-label"],"eighthItemLabel":[1,"eighth-item-label"],"ninthItemLabel":[1,"ninth-item-label"],"tenthItemLabel":[1,"tenth-item-label"],"complexSidebarData":[8,"complex-sidebar-data"],"activeIndex":[1026,"active-index"],"activePrimaryItem":[1025,"active-primary-item"],"activeSecondaryItem":[1025,"active-secondary-item"],"hasInfo":[4,"has-info"],"email":[1],"phoneNumber":[1,"phone-number"],"theme":[1],"isDarkTheme":[32],"leadingIconSvg":[32],"sideBarItemClicked":[64]}]]],["p-bc7a3ff1",[[256,"test-input-tag",{"idOfInput":[513,"id-of-input"],"type":[513],"labelText":[513,"label-text"],"isReadOnly":[516,"is-read-only"],"placeholderText":[513,"placeholder-text"],"show":[32],"showSpinner":[32],"staffInfo":[32],"selectedStaff":[32],"paddingLeft":[32],"paddingTop":[32],"inputValue":[32],"dropdownOpen":[32]}]]],["p-861c74a1",[[257,"gb-checkbox-group",{"size":[1],"breakpoint":[1],"icon":[1],"selected":[4],"type":[1]}]]],["p-1b77419f",[[257,"gb-detail-cell",{"state":[1],"cellStyle":[1025,"cell-style"],"type":[1],"label":[1],"detail":[1],"badgeIcon":[1,"badge-icon"],"badgeIconLeading":[1,"badge-icon-leading"],"badgeIconTrailing":[1,"badge-icon-trailing"],"badgeColor":[1,"badge-color"],"badgeLabel":[1,"badge-label"],"badgeType":[1,"badge-type"],"fileType":[1,"file-type"],"fileStyle":[1,"file-style"],"showActionButtons":[4,"show-action-buttons"],"showViewButton":[4,"show-view-button"],"showDownloadButton":[4,"show-download-button"],"showCopyButton":[1028,"show-copy-button"],"buttonText":[1,"button-text"],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"],"showStandardCopyButton":[32],"showTooltip":[32],"copied":[32],"isDownloaded":[32],"width":[32]}]]],["p-1915cddb",[[257,"gb-avatar-group",{"size":[1],"moreUsers":[4,"more-users"],"addMoreButton":[4,"add-more-button"],"text":[4],"state":[1],"images":[16]}]]],["p-dc719ebe",[[257,"gb-nav-bar",{"category":[1],"items":[1040],"showBorder":[4,"show-border"],"activeIndex":[1026,"active-index"],"internalItems":[32],"visibleItems":[32],"overflowItems":[32],"measured":[32],"dropdownOpen":[32],"dropdownItemClicked":[32]},null,{"items":["onItemsChanged"]}]]],["p-076937c1",[[257,"gb-prompt-modal",{"showCheckBox":[4,"show-check-box"],"heading":[1],"supportingText":[1,"supporting-text"],"destructive":[4],"iconInstance":[1,"icon-instance"],"checkboxLabel":[1,"checkbox-label"],"primaryButtonText":[1,"primary-button-text"],"secondaryButtonText":[1,"secondary-button-text"],"checked":[4],"checkboxState":[1,"checkbox-state"],"leadingIconSvg":[32]}]]],["p-ae1bfac6",[[257,"gb-comment",{"heading":[1],"state":[1025],"noCommentText":[1,"no-comment-text"],"noCommentTextSub":[1,"no-comment-text-sub"],"comments":[16],"theme":[1],"isDarkTheme":[32]}]]],["p-2877fce9",[[257,"gb-stepper-horizontal-icons-centered",{"size":[1],"steps":[16],"type":[1],"breakpoint":[1]}]]],["p-1ace81c0",[[257,"gb-stepper-horizontal-line-with-text",{"size":[1],"breakpoint":[1],"showContent":[4,"show-content"],"showSupportingText":[1028,"show-supporting-text"],"steps":[16],"internalSteps":[32],"width":[32],"internalState":[32],"internalStatus":[32]},null,{"steps":["onStepsChanged"]}]]],["p-47c40119",[[257,"gb-stepper-vertical-icons-with-text",{"size":[1],"connector":[4],"type":[1],"steps":[16],"internalSteps":[32],"internalState":[32],"internalStatus":[32]},null,{"steps":["onStepsChanged"]}]]],["p-eca1ccd2",[[257,"gb-breadcrumbs",{"type":[1],"divider":[1],"breadcrumbs":[16],"icon":[1],"visibleBreadcrumbs":[32]}]]],["p-8fe92461",[[257,"gb-quick-action-card",{"color":[1],"icon":[1],"label":[1]}]]],["p-f54796a3",[[257,"gb-quick-action-icon",{"icon":[1],"label":[1],"isHovered":[32]}]]],["p-b1553b88",[[257,"gb-stepper-horizontal-minimal-icons",{"size":[1],"text":[4],"stepLabel":[1,"step-label"],"steps":[16],"position":[1]}]]],["p-2235e004",[[257,"gb-nav-bar-item",{"state":[1],"iconOnly":[4,"icon-only"],"category":[1],"label":[1],"icon":[1],"leadingIconSvg":[32],"showTooltip":[32]}]]],["p-93c1f0c9",[[257,"gb-mega-input-field-base",{"size":[1],"state":[1],"inputValue":[32]}]]],["p-a61d1385",[[257,"gb-token-field-compressed",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showHintText":[4,"show-hint-text"],"hintText":[1,"hint-text"]}]]],["p-1c34fcf5",[[257,"gb-wysiwyg-tooltip",{"arrow":[1],"breakpoint":[1]}]]],["p-09611eaf",[[256,"gb-carousel-arrow",{"size":[1],"chevron":[1]}]]],["p-937689d0",[[257,"gb-category-card",{"label":[1],"supportingText":[1,"supporting-text"],"showSupportingText":[4,"show-supporting-text"],"cardImage":[1,"card-image"],"isHovered":[32]}]]],["p-5a3e7117",[[257,"gb-logo",{"text":[4]}]]],["p-6b644404",[[257,"gb-pagination-dot-group",{"size":[1],"type":[1],"color":[1],"framed":[4]}]]],["p-47779b8f",[[256,"gb-pagination-dot-indicator",{"current":[4],"type":[1],"size":[1]}]]],["p-bcd9b30d",[[257,"gb-progress-circle",{"size":[1],"shape":[1],"label":[4],"progress":[2]},null,{"progress":["handleProgressChange"]}]]],["p-a6176197",[[257,"gb-scrollbar",{"length":[1]}]]],["p-39f33c37",[[257,"gb-stepper-horizontal-icons-connected",{"size":[1],"steps":[16]}]]],["p-031a93b0",[[257,"gb-table-cell",{"type":[1]}]]],["p-e4bda433",[[257,"gb-token-field-compact",{"size":[1],"digits":[2],"showLabel":[4,"show-label"],"label":[1],"showSupportingText":[4,"show-supporting-text"],"supportingText":[1,"supporting-text"]}]]],["p-9c96d912",[[257,"gb-avatar-add-button",{"size":[1],"showToolTip":[1028,"show-tool-tip"],"state":[1],"el":[16]}]]],["p-240229e8",[[257,"gb-breadcrumb-button-base",{"current":[4],"type":[1],"icon":[4],"label":[1],"iconSrc":[1,"icon-src"],"leadingIconSvg":[32]}]]],["p-cb357490",[[257,"gb-comment-item",{"name":[1],"duty":[1],"comment":[1],"timeStamp":[1,"time-stamp"],"connector":[4]}]]],["p-bd89e53d",[[257,"gb-wysiwyg-editor-icon",{"active":[4],"type":[1],"state":[1]}]]],["p-61717f59",[[257,"gb-complex-primary-side-bar-item",{"category":[1],"itemStyle":[1,"item-style"],"state":[1],"icon":[1],"label":[1],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32]}],[257,"gb-complex-secondary-side-bar-item",{"state":[1],"type":[1],"category":[1],"label":[1],"icon":[1],"showTooltip":[1028,"show-tooltip"],"leadingIconSvg":[32]}]]],["p-e9e2d296",[[257,"gb-card-icon",{"size":[1],"color":[1],"icon":[1],"leadingIconSvg":[32]}]]],["p-c787666a",[[257,"gb-step-base",{"status":[1],"size":[1],"type":[1],"state":[1],"connector":[4],"showContent":[4,"show-content"],"showSupportingText":[4,"show-supporting-text"],"label":[1],"supportingText":[1,"supporting-text"],"breakpoint":[1],"internalState":[32],"internalStatus":[32]},null,{"status":["onStatusChange"],"state":["onStateChange"]}],[257,"gb-step-icon-base",{"size":[1],"status":[1],"state":[1],"internalState":[32],"internalStatus":[32]},null,{"status":["onStatusChange"],"state":["onStateChange"]}]]]]'),t)}));
|
|
2
2
|
//# sourceMappingURL=globuscomponents.esm.js.map
|