globuswebcomponents 1.2.4 → 1.2.6
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_8.cjs.entry.js +509 -0
- package/dist/cjs/gb-action-panel_8.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js +186 -0
- package/dist/cjs/gb-avatar_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js +111 -0
- package/dist/cjs/gb-badge_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-detail-cell.cjs.entry.js +58 -0
- package/dist/cjs/gb-detail-cell.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-dropdown-items-with-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-export-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-sub-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +42 -0
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-tooltip_3.cjs.entry.js +14 -14
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown-menu-item_5.cjs.entry.js +6 -6
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +5 -5
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-progress-steps.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +33 -5
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-tooltip.cjs.entry.js +39 -0
- package/dist/cjs/gb-tooltip.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.css +32 -38
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
- package/dist/collection/components/gb-detail-cell/gb-detail-cell.js.map +1 -1
- package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-stepper/gb-progress-steps.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +607 -6
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -96
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +4 -4
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.js +7 -7
- package/dist/components/gb-detail-cell.js.map +1 -1
- package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +4 -4
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +16 -16
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +4 -4
- package/dist/components/gb-help-dropdown.js +2 -2
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +15 -15
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-progress-steps.js +2 -2
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +70 -8
- package/dist/components/gb-stepper-horizontal-icons-centered.js.map +1 -1
- package/dist/components/gb-stepper-horizontal-line-with-text.js +2 -12
- package/dist/components/gb-stepper-horizontal-line-with-text.js.map +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +11 -11
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +2 -2
- package/dist/components/gb-token-field-compressed.js +3 -3
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-vertical-tabs.js +5 -5
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-1cbfb269.js → p-0a49c6d1.js} +2 -2
- package/dist/components/{p-1cbfb269.js.map → p-0a49c6d1.js.map} +1 -1
- package/dist/components/{p-ce879a4d.js → p-0aa729d9.js} +6 -6
- package/dist/components/{p-ce879a4d.js.map → p-0aa729d9.js.map} +1 -1
- package/dist/components/{p-fc806c48.js → p-0e201b7b.js} +3 -3
- package/dist/components/{p-fc806c48.js.map → p-0e201b7b.js.map} +1 -1
- package/dist/components/{p-0962e3f8.js → p-126bde4a.js} +2 -2
- package/dist/components/{p-0962e3f8.js.map → p-126bde4a.js.map} +1 -1
- package/dist/components/{p-ee2b88e7.js → p-19870f69.js} +3 -3
- package/dist/components/{p-ee2b88e7.js.map → p-19870f69.js.map} +1 -1
- package/dist/components/{p-1a8b74e6.js → p-20e8fe14.js} +2 -2
- package/dist/components/{p-1a8b74e6.js.map → p-20e8fe14.js.map} +1 -1
- package/dist/components/{p-69c4723d.js → p-3e431c2d.js} +2 -2
- package/dist/components/{p-69c4723d.js.map → p-3e431c2d.js.map} +1 -1
- package/dist/components/{p-e6226d3c.js → p-4672b70a.js} +2 -2
- package/dist/components/{p-e6226d3c.js.map → p-4672b70a.js.map} +1 -1
- package/dist/components/{p-a6ffb75a.js → p-4b238a42.js} +2 -2
- package/dist/components/{p-a6ffb75a.js.map → p-4b238a42.js.map} +1 -1
- package/dist/components/{p-9cb7a95f.js → p-4e873264.js} +2 -2
- package/dist/components/{p-9cb7a95f.js.map → p-4e873264.js.map} +1 -1
- package/dist/components/{p-95ea90ff.js → p-4f69dd6f.js} +2 -2
- package/dist/components/{p-95ea90ff.js.map → p-4f69dd6f.js.map} +1 -1
- package/dist/components/{p-f01d693a.js → p-59a3b84b.js} +2 -2
- package/dist/components/{p-f01d693a.js.map → p-59a3b84b.js.map} +1 -1
- package/dist/components/{p-15aed73e.js → p-5d09af2f.js} +7 -7
- package/dist/components/{p-15aed73e.js.map → p-5d09af2f.js.map} +1 -1
- package/dist/components/{p-d8eebee4.js → p-6dbd44aa.js} +2 -2
- package/dist/components/{p-d8eebee4.js.map → p-6dbd44aa.js.map} +1 -1
- package/dist/components/{p-77a6ee05.js → p-700a6e03.js} +15 -15
- package/dist/components/{p-77a6ee05.js.map → p-700a6e03.js.map} +1 -1
- package/dist/components/{p-1242e45b.js → p-71208c57.js} +2 -2
- package/dist/components/{p-1242e45b.js.map → p-71208c57.js.map} +1 -1
- package/dist/components/{p-f3329262.js → p-963e7320.js} +3 -3
- package/dist/components/{p-f3329262.js.map → p-963e7320.js.map} +1 -1
- package/dist/components/{p-40c2ac9d.js → p-97119701.js} +2 -2
- package/dist/components/{p-40c2ac9d.js.map → p-97119701.js.map} +1 -1
- package/dist/components/{p-e9683fbc.js → p-97a48658.js} +3 -3
- package/dist/components/{p-e9683fbc.js.map → p-97a48658.js.map} +1 -1
- package/dist/components/{p-e51cd226.js → p-991163a1.js} +3 -3
- package/dist/components/{p-e51cd226.js.map → p-991163a1.js.map} +1 -1
- package/dist/components/{p-3dd8cf5d.js → p-9b52ef36.js} +3 -3
- package/dist/components/{p-3dd8cf5d.js.map → p-9b52ef36.js.map} +1 -1
- package/dist/components/{p-cb33a696.js → p-9c37c0a3.js} +5 -5
- package/dist/components/{p-cb33a696.js.map → p-9c37c0a3.js.map} +1 -1
- package/dist/components/{p-a2a6a0c0.js → p-a2433136.js} +2 -2
- package/dist/components/{p-a2a6a0c0.js.map → p-a2433136.js.map} +1 -1
- package/dist/components/{p-6c64c5be.js → p-a93aea3f.js} +2 -2
- package/dist/components/{p-6c64c5be.js.map → p-a93aea3f.js.map} +1 -1
- package/dist/components/{p-24b03ad5.js → p-aba635ba.js} +2 -2
- package/dist/components/{p-24b03ad5.js.map → p-aba635ba.js.map} +1 -1
- package/dist/components/{p-621c7531.js → p-ac243694.js} +23 -23
- package/dist/components/{p-621c7531.js.map → p-ac243694.js.map} +1 -1
- package/dist/components/{p-bc9fda30.js → p-ad68442a.js} +2 -2
- package/dist/components/{p-bc9fda30.js.map → p-ad68442a.js.map} +1 -1
- package/dist/components/{p-d7f5ec4d.js → p-b0e59a21.js} +3 -3
- package/dist/components/{p-d7f5ec4d.js.map → p-b0e59a21.js.map} +1 -1
- package/dist/components/{p-36cbbc63.js → p-be3e7579.js} +7 -7
- package/dist/components/{p-36cbbc63.js.map → p-be3e7579.js.map} +1 -1
- package/dist/components/{p-1f8d2c84.js → p-d1324ad4.js} +5 -5
- package/dist/components/{p-1f8d2c84.js.map → p-d1324ad4.js.map} +1 -1
- package/dist/components/{p-5d12d91a.js → p-d37a2068.js} +2 -2
- package/dist/components/{p-5d12d91a.js.map → p-d37a2068.js.map} +1 -1
- package/dist/components/{p-0dd34990.js → p-daba4b90.js} +2 -2
- package/dist/components/{p-0dd34990.js.map → p-daba4b90.js.map} +1 -1
- package/dist/components/{p-d1bf0535.js → p-e3eb2ce3.js} +3 -3
- package/dist/components/{p-d1bf0535.js.map → p-e3eb2ce3.js.map} +1 -1
- package/dist/components/{p-b41e41aa.js → p-e6d5a0f2.js} +2 -2
- package/dist/components/{p-b41e41aa.js.map → p-e6d5a0f2.js.map} +1 -1
- package/dist/components/{p-c854733c.js → p-eba9acdd.js} +3 -3
- package/dist/components/{p-c854733c.js.map → p-eba9acdd.js.map} +1 -1
- package/dist/components/{p-bb0742b1.js → p-ef553424.js} +5 -5
- package/dist/components/{p-bb0742b1.js.map → p-ef553424.js.map} +1 -1
- package/dist/components/{p-b429b421.js → p-fa81ca8a.js} +2 -2
- package/dist/components/{p-b429b421.js.map → p-fa81ca8a.js.map} +1 -1
- package/dist/components/{p-bc8408d2.js → p-fdf0e98f.js} +2 -2
- package/dist/components/{p-bc8408d2.js.map → p-fdf0e98f.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +955 -272
- package/dist/esm/gb-action-panel_8.entry.js +498 -0
- package/dist/esm/gb-action-panel_8.entry.js.map +1 -0
- package/dist/esm/gb-avatar_3.entry.js +180 -0
- package/dist/esm/gb-avatar_3.entry.js.map +1 -0
- package/dist/esm/gb-badge_2.entry.js +106 -0
- package/dist/esm/gb-badge_2.entry.js.map +1 -0
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-detail-cell.entry.js +54 -0
- package/dist/esm/gb-detail-cell.entry.js.map +1 -0
- package/dist/esm/gb-dropdown-items-with-shortcut.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_2.entry.js +2 -2
- package/dist/esm/gb-export-dropdown.entry.js +1 -1
- package/dist/esm/gb-export-sub-dropdown-item.entry.js +1 -1
- package/dist/esm/gb-file-type-icon_2.entry.js +37 -0
- package/dist/esm/gb-file-type-icon_2.entry.js.map +1 -0
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-help-tooltip_3.entry.js +14 -14
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-input-dropdown-menu-item_5.entry.js +6 -6
- package/dist/esm/gb-input-dropdown_3.entry.js +5 -5
- package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-notification-pane.entry.js +3 -3
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-pagination.entry.js +1 -1
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-progress-steps.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +34 -6
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js.map +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-textarea-input-field.entry.js +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-tooltip.entry.js +35 -0
- package/dist/esm/gb-tooltip.entry.js.map +1 -0
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/globuscomponents.esm.js.map +1 -1
- package/dist/globuscomponents/{p-6e74d9c0.entry.js → p-014e330f.entry.js} +2 -2
- package/dist/globuscomponents/{p-c31bb571.entry.js → p-09d69caf.entry.js} +2 -2
- package/dist/globuscomponents/{p-dbaf4c00.entry.js → p-09ff54af.entry.js} +2 -2
- package/dist/globuscomponents/p-0c0b23be.entry.js +2 -0
- package/dist/globuscomponents/p-0c0b23be.entry.js.map +1 -0
- package/dist/globuscomponents/{p-5dad4863.entry.js → p-0e7af6e9.entry.js} +2 -2
- package/dist/globuscomponents/p-10540ede.entry.js +2 -0
- package/dist/globuscomponents/p-10540ede.entry.js.map +1 -0
- package/dist/globuscomponents/{p-dd205e63.entry.js → p-113a4925.entry.js} +2 -2
- package/dist/globuscomponents/{p-c377971f.entry.js → p-1b3f51cf.entry.js} +2 -2
- package/dist/globuscomponents/{p-eaf60850.entry.js → p-24ae12b3.entry.js} +2 -2
- package/dist/globuscomponents/{p-d0b93e52.entry.js → p-2ea9204d.entry.js} +2 -2
- package/dist/globuscomponents/{p-59badb03.entry.js → p-2ed5ef00.entry.js} +2 -2
- package/dist/globuscomponents/{p-c7df02c6.entry.js → p-3756c709.entry.js} +2 -2
- package/dist/globuscomponents/{p-5b86ff20.entry.js → p-39b50763.entry.js} +2 -2
- package/dist/globuscomponents/p-3ea94077.entry.js +2 -0
- package/dist/globuscomponents/p-3ea94077.entry.js.map +1 -0
- package/dist/globuscomponents/{p-c9ec6b88.entry.js → p-422c4b81.entry.js} +2 -2
- package/dist/globuscomponents/{p-be2899fd.entry.js → p-4374fa66.entry.js} +2 -2
- package/dist/globuscomponents/{p-a11be783.entry.js → p-4b744b46.entry.js} +2 -2
- package/dist/globuscomponents/{p-1a3512f3.entry.js → p-4b8091b7.entry.js} +2 -2
- package/dist/globuscomponents/{p-bf0f7afa.entry.js → p-4fb786bf.entry.js} +2 -2
- package/dist/globuscomponents/{p-a129069d.entry.js → p-52046c5b.entry.js} +2 -2
- package/dist/globuscomponents/p-5e36cc76.entry.js +2 -0
- package/dist/globuscomponents/p-5e36cc76.entry.js.map +1 -0
- package/dist/globuscomponents/{p-0d535ff4.entry.js → p-63294eef.entry.js} +2 -2
- package/dist/globuscomponents/{p-04e7271d.entry.js → p-63922309.entry.js} +2 -2
- package/dist/globuscomponents/p-661738fa.entry.js +2 -0
- package/dist/globuscomponents/{p-3e5e2103.entry.js → p-73b386b6.entry.js} +2 -2
- package/dist/globuscomponents/{p-43f078c4.entry.js → p-803afe75.entry.js} +2 -2
- package/dist/globuscomponents/{p-a6ef7533.entry.js → p-8138edbe.entry.js} +2 -2
- package/dist/globuscomponents/{p-271960c2.entry.js → p-890b0211.entry.js} +2 -2
- package/dist/globuscomponents/{p-3be5f281.entry.js → p-8b13c17a.entry.js} +2 -2
- package/dist/globuscomponents/{p-3f19de63.entry.js → p-92eebcdd.entry.js} +2 -2
- package/dist/globuscomponents/p-9b9b636c.entry.js +2 -0
- package/dist/globuscomponents/{p-64613e9e.entry.js → p-9cfe1808.entry.js} +2 -2
- package/dist/globuscomponents/{p-7e87553d.entry.js → p-a40ec6a5.entry.js} +2 -2
- package/dist/globuscomponents/{p-251c08d0.entry.js → p-ab927143.entry.js} +2 -2
- package/dist/globuscomponents/{p-6485f918.entry.js → p-ade85332.entry.js} +2 -2
- package/dist/globuscomponents/{p-5226baf8.entry.js → p-b242feb2.entry.js} +2 -2
- package/dist/globuscomponents/p-b379f4f7.entry.js +2 -0
- package/dist/globuscomponents/p-b379f4f7.entry.js.map +1 -0
- package/dist/globuscomponents/{p-81901007.entry.js → p-b78c6a38.entry.js} +2 -2
- package/dist/globuscomponents/p-be847103.entry.js +2 -0
- package/dist/globuscomponents/p-be847103.entry.js.map +1 -0
- package/dist/globuscomponents/{p-478599d6.entry.js → p-bfd4487b.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd797c90.entry.js → p-c1f02f05.entry.js} +2 -2
- package/dist/globuscomponents/{p-8a423991.entry.js → p-c8fcf2d9.entry.js} +2 -2
- package/dist/globuscomponents/p-d1d8a272.entry.js +2 -0
- package/dist/globuscomponents/p-d1d8a272.entry.js.map +1 -0
- package/dist/globuscomponents/{p-64f98080.entry.js → p-eb230891.entry.js} +2 -2
- package/dist/globuscomponents/{p-0494ffc4.entry.js → p-ef4c9eae.entry.js} +2 -2
- package/dist/globuscomponents/{p-abb3a8a5.entry.js → p-f846efc2.entry.js} +2 -2
- package/dist/types/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.d.ts +30 -2
- package/dist/types/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.d.ts +0 -5
- package/dist/types/components.d.ts +56 -10
- package/package.json +1 -1
- package/dist/cjs/gb-action-panel_16.cjs.entry.js +0 -891
- package/dist/cjs/gb-action-panel_16.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-progress-bar.cjs.entry.js +0 -26
- package/dist/cjs/gb-progress-bar.cjs.entry.js.map +0 -1
- package/dist/esm/gb-action-panel_16.entry.js +0 -872
- package/dist/esm/gb-action-panel_16.entry.js.map +0 -1
- package/dist/esm/gb-progress-bar.entry.js +0 -22
- package/dist/esm/gb-progress-bar.entry.js.map +0 -1
- package/dist/globuscomponents/p-5221467e.entry.js +0 -2
- package/dist/globuscomponents/p-5221467e.entry.js.map +0 -1
- package/dist/globuscomponents/p-71650d61.entry.js +0 -2
- package/dist/globuscomponents/p-8405a0b1.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js +0 -2
- package/dist/globuscomponents/p-e7c454e0.entry.js.map +0 -1
- package/dist/globuscomponents/p-eed65cbb.entry.js +0 -2
- package/dist/globuscomponents/p-eed65cbb.entry.js.map +0 -1
- /package/dist/globuscomponents/{p-6e74d9c0.entry.js.map → p-014e330f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c31bb571.entry.js.map → p-09d69caf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dbaf4c00.entry.js.map → p-09ff54af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5dad4863.entry.js.map → p-0e7af6e9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd205e63.entry.js.map → p-113a4925.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c377971f.entry.js.map → p-1b3f51cf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-eaf60850.entry.js.map → p-24ae12b3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d0b93e52.entry.js.map → p-2ea9204d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-59badb03.entry.js.map → p-2ed5ef00.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c7df02c6.entry.js.map → p-3756c709.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5b86ff20.entry.js.map → p-39b50763.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-c9ec6b88.entry.js.map → p-422c4b81.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-be2899fd.entry.js.map → p-4374fa66.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a11be783.entry.js.map → p-4b744b46.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-1a3512f3.entry.js.map → p-4b8091b7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-bf0f7afa.entry.js.map → p-4fb786bf.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a129069d.entry.js.map → p-52046c5b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0d535ff4.entry.js.map → p-63294eef.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-04e7271d.entry.js.map → p-63922309.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8405a0b1.entry.js.map → p-661738fa.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e5e2103.entry.js.map → p-73b386b6.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-43f078c4.entry.js.map → p-803afe75.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a6ef7533.entry.js.map → p-8138edbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-271960c2.entry.js.map → p-890b0211.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3be5f281.entry.js.map → p-8b13c17a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3f19de63.entry.js.map → p-92eebcdd.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-71650d61.entry.js.map → p-9b9b636c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64613e9e.entry.js.map → p-9cfe1808.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-7e87553d.entry.js.map → p-a40ec6a5.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-251c08d0.entry.js.map → p-ab927143.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6485f918.entry.js.map → p-ade85332.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5226baf8.entry.js.map → p-b242feb2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-81901007.entry.js.map → p-b78c6a38.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-478599d6.entry.js.map → p-bfd4487b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd797c90.entry.js.map → p-c1f02f05.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-8a423991.entry.js.map → p-c8fcf2d9.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-64f98080.entry.js.map → p-eb230891.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0494ffc4.entry.js.map → p-ef4c9eae.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-abb3a8a5.entry.js.map → p-f846efc2.entry.js.map} +0 -0
|
@@ -1,13 +1,41 @@
|
|
|
1
|
-
import { h } from "@stencil/core";
|
|
2
|
-
export class
|
|
1
|
+
import { h, Fragment } from "@stencil/core";
|
|
2
|
+
export class GbStepperVerticalIconsCentered {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.size = undefined;
|
|
5
|
-
this.steps =
|
|
5
|
+
this.steps = undefined;
|
|
6
6
|
this.type = undefined;
|
|
7
7
|
this.breakpoint = undefined;
|
|
8
|
+
this.firstStepState = undefined;
|
|
9
|
+
this.secondStepState = undefined;
|
|
10
|
+
this.thirdStepState = undefined;
|
|
11
|
+
this.fourthStepState = undefined;
|
|
12
|
+
this.fifthStepState = undefined;
|
|
13
|
+
this.sixthStepState = undefined;
|
|
14
|
+
this.seventhStepState = undefined;
|
|
15
|
+
this.firstStepStatus = undefined;
|
|
16
|
+
this.secondStepStatus = undefined;
|
|
17
|
+
this.thirdStepStatus = undefined;
|
|
18
|
+
this.fourthStepStatus = undefined;
|
|
19
|
+
this.fifthStepStatus = undefined;
|
|
20
|
+
this.sixthStepStatus = undefined;
|
|
21
|
+
this.seventhStepStatus = undefined;
|
|
22
|
+
this.firstStepLabel = '';
|
|
23
|
+
this.secondStepLabel = '';
|
|
24
|
+
this.thirdStepLabel = '';
|
|
25
|
+
this.fourthStepLabel = '';
|
|
26
|
+
this.fifthStepLabel = '';
|
|
27
|
+
this.sixthStepLabel = '';
|
|
28
|
+
this.seventhStepLabel = '';
|
|
29
|
+
this.firstStepSupportingText = '';
|
|
30
|
+
this.secondStepSupportingText = '';
|
|
31
|
+
this.thirdStepSupportingText = '';
|
|
32
|
+
this.fourthStepSupportingText = '';
|
|
33
|
+
this.fifthStepSupportingText = '';
|
|
34
|
+
this.sixthStepSupportingText = '';
|
|
35
|
+
this.seventhStepSupportingText = '';
|
|
8
36
|
}
|
|
9
37
|
render() {
|
|
10
|
-
return (h("div", { key: '
|
|
38
|
+
return (h(Fragment, null, this.type === 'icon' && (h("div", { key: '9004ee4346d349a9909a5cc1ecf761841df34165', class: "icons_centered_div" }, this.breakpoint === 'mobile' && (h(Fragment, null, this.steps === 2 && (h(Fragment, null, h("gb-step-base", { key: 'a9fb3bd2af9b03f1cc47fde7a464bb6adb255ccc', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '66b258969db56b1ad2219db09d46954acc4e29f2', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: false, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }))), this.steps === 3 && (h(Fragment, null, h("gb-step-base", { key: '3a5613085b0b7db9f7ac15fe4ad3309076d70a2c', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '5aece7308e972e4c7e0a92c604086b1a91da05d3', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: 'ea712557e0c38a02209cd8d0e4dc4786b749dc95', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: false, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }))), this.steps === 4 && (h(Fragment, null, h("gb-step-base", { key: '8a7c5aa66585a038742339d25ca2098572ac2b4e', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'ffa6f79abf3a481da5e9b5304fdbac2730fc9cce', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: 'aaa0954a45b97bed143be3b226728840d8d74721', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: '076cd4992008741dedc65b04f2d73ac46a37b254', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: false, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }))), this.steps === 5 && (h(Fragment, null, h("gb-step-base", { key: '43cbefcaa1133c8a850f83ecaa81824535b5f4bd', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '881cf3a301d52efe6d5c426e75b30dd2a92095eb', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '3d1f6218fc02f4d35c6839869cf33c0626ada8e0', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: '72a0650a556ff5637899ac3ef8633c37f5d56b53', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: 'b37b3cf27d6fb2ce3090f41c9b6aeb2456e9ffff', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: false, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }))), this.steps === 6 && (h(Fragment, null, h("gb-step-base", { key: '991764e9fc37c5707ba24a41bf6841849d5a52a5', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: 'd661ebf73cda48041e4b2c2625683aee083a1de1', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: '503058aa61597f0208c22e5774c50cd583dd3afb', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: '71aeb9cc19fd3a6b8192b9e4fb4de8239cfeec94', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: '683b3af47f8f93cb5b107fc12ff02d5f944ddec4', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: true, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }), h("gb-step-base", { key: '4b70d0a7b2dc9738daeb6cb77872f83bf0aba875', size: this.size, type: "icon_left", state: this.sixthStepState, status: this.sixthStepStatus, connector: false, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText }))), this.steps === 7 && (h(Fragment, null, h("gb-step-base", { key: '9d47c45a116d3170e1649be3421bf9355f1d8a54', size: this.size, type: "icon_left", state: this.firstStepState, status: this.firstStepStatus, connector: true, label: this.firstStepLabel, "supporting-text": this.firstStepSupportingText }), h("gb-step-base", { key: '3a6162b107a3f3163c2166bee1c072a5e4ddffc2', size: this.size, type: "icon_left", state: this.secondStepState, status: this.secondStepStatus, connector: true, label: this.secondStepLabel, "supporting-text": this.secondStepSupportingText }), h("gb-step-base", { key: 'c40d1b33ddb8facdc81394670a8eb1fa516a7831', size: this.size, type: "icon_left", state: this.thirdStepState, status: this.thirdStepStatus, connector: true, label: this.thirdStepLabel, "supporting-text": this.thirdStepSupportingText }), h("gb-step-base", { key: 'fdbc4374a06125e2d34494acc176dc744a35286a', size: this.size, type: "icon_left", state: this.fourthStepState, status: this.fourthStepStatus, connector: true, label: this.fourthStepLabel, "supporting-text": this.fourthStepSupportingText }), h("gb-step-base", { key: '460b3e9a91ec943805f0b02aeae6a9874d634262', size: this.size, type: "icon_left", state: this.fifthStepState, status: this.fifthStepStatus, connector: true, label: this.fifthStepLabel, "supporting-text": this.fifthStepSupportingText }), h("gb-step-base", { key: '805c1d4c84f79624a9134d0eebaf4850775b1fe0', size: this.size, type: "icon_left", state: this.sixthStepState, status: this.sixthStepStatus, connector: true, label: this.sixthStepLabel, "supporting-text": this.sixthStepSupportingText }), h("gb-step-base", { key: '8995d443180b8716456ff102a5f3e05757fb8517', size: this.size, type: "icon_left", state: this.seventhStepState, status: this.seventhStepStatus, connector: false, label: this.seventhStepLabel, "supporting-text": this.seventhStepSupportingText })))))))));
|
|
11
39
|
}
|
|
12
40
|
static get is() { return "gb-stepper-horizontal-icons-centered"; }
|
|
13
41
|
static get encapsulation() { return "shadow"; }
|
|
@@ -61,8 +89,7 @@ export class GbStepperHorizontalIconsCentered {
|
|
|
61
89
|
"text": ""
|
|
62
90
|
},
|
|
63
91
|
"attribute": "steps",
|
|
64
|
-
"reflect": false
|
|
65
|
-
"defaultValue": "0"
|
|
92
|
+
"reflect": false
|
|
66
93
|
},
|
|
67
94
|
"type": {
|
|
68
95
|
"type": "string",
|
|
@@ -103,6 +130,580 @@ export class GbStepperHorizontalIconsCentered {
|
|
|
103
130
|
},
|
|
104
131
|
"attribute": "breakpoint",
|
|
105
132
|
"reflect": false
|
|
133
|
+
},
|
|
134
|
+
"firstStepState": {
|
|
135
|
+
"type": "string",
|
|
136
|
+
"mutable": false,
|
|
137
|
+
"complexType": {
|
|
138
|
+
"original": "ProgressStepStates",
|
|
139
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
140
|
+
"references": {
|
|
141
|
+
"ProgressStepStates": {
|
|
142
|
+
"location": "import",
|
|
143
|
+
"path": "../../models/reusableModels",
|
|
144
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"required": false,
|
|
149
|
+
"optional": false,
|
|
150
|
+
"docs": {
|
|
151
|
+
"tags": [],
|
|
152
|
+
"text": ""
|
|
153
|
+
},
|
|
154
|
+
"attribute": "first-step-state",
|
|
155
|
+
"reflect": false
|
|
156
|
+
},
|
|
157
|
+
"secondStepState": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"mutable": false,
|
|
160
|
+
"complexType": {
|
|
161
|
+
"original": "ProgressStepStates",
|
|
162
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
163
|
+
"references": {
|
|
164
|
+
"ProgressStepStates": {
|
|
165
|
+
"location": "import",
|
|
166
|
+
"path": "../../models/reusableModels",
|
|
167
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"required": false,
|
|
172
|
+
"optional": false,
|
|
173
|
+
"docs": {
|
|
174
|
+
"tags": [],
|
|
175
|
+
"text": ""
|
|
176
|
+
},
|
|
177
|
+
"attribute": "second-step-state",
|
|
178
|
+
"reflect": false
|
|
179
|
+
},
|
|
180
|
+
"thirdStepState": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"mutable": false,
|
|
183
|
+
"complexType": {
|
|
184
|
+
"original": "ProgressStepStates",
|
|
185
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
186
|
+
"references": {
|
|
187
|
+
"ProgressStepStates": {
|
|
188
|
+
"location": "import",
|
|
189
|
+
"path": "../../models/reusableModels",
|
|
190
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"required": false,
|
|
195
|
+
"optional": false,
|
|
196
|
+
"docs": {
|
|
197
|
+
"tags": [],
|
|
198
|
+
"text": ""
|
|
199
|
+
},
|
|
200
|
+
"attribute": "third-step-state",
|
|
201
|
+
"reflect": false
|
|
202
|
+
},
|
|
203
|
+
"fourthStepState": {
|
|
204
|
+
"type": "string",
|
|
205
|
+
"mutable": false,
|
|
206
|
+
"complexType": {
|
|
207
|
+
"original": "ProgressStepStates",
|
|
208
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
209
|
+
"references": {
|
|
210
|
+
"ProgressStepStates": {
|
|
211
|
+
"location": "import",
|
|
212
|
+
"path": "../../models/reusableModels",
|
|
213
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": false,
|
|
218
|
+
"optional": false,
|
|
219
|
+
"docs": {
|
|
220
|
+
"tags": [],
|
|
221
|
+
"text": ""
|
|
222
|
+
},
|
|
223
|
+
"attribute": "fourth-step-state",
|
|
224
|
+
"reflect": false
|
|
225
|
+
},
|
|
226
|
+
"fifthStepState": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"mutable": false,
|
|
229
|
+
"complexType": {
|
|
230
|
+
"original": "ProgressStepStates",
|
|
231
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
232
|
+
"references": {
|
|
233
|
+
"ProgressStepStates": {
|
|
234
|
+
"location": "import",
|
|
235
|
+
"path": "../../models/reusableModels",
|
|
236
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"required": false,
|
|
241
|
+
"optional": false,
|
|
242
|
+
"docs": {
|
|
243
|
+
"tags": [],
|
|
244
|
+
"text": ""
|
|
245
|
+
},
|
|
246
|
+
"attribute": "fifth-step-state",
|
|
247
|
+
"reflect": false
|
|
248
|
+
},
|
|
249
|
+
"sixthStepState": {
|
|
250
|
+
"type": "string",
|
|
251
|
+
"mutable": false,
|
|
252
|
+
"complexType": {
|
|
253
|
+
"original": "ProgressStepStates",
|
|
254
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
255
|
+
"references": {
|
|
256
|
+
"ProgressStepStates": {
|
|
257
|
+
"location": "import",
|
|
258
|
+
"path": "../../models/reusableModels",
|
|
259
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"required": false,
|
|
264
|
+
"optional": false,
|
|
265
|
+
"docs": {
|
|
266
|
+
"tags": [],
|
|
267
|
+
"text": ""
|
|
268
|
+
},
|
|
269
|
+
"attribute": "sixth-step-state",
|
|
270
|
+
"reflect": false
|
|
271
|
+
},
|
|
272
|
+
"seventhStepState": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"mutable": false,
|
|
275
|
+
"complexType": {
|
|
276
|
+
"original": "ProgressStepStates",
|
|
277
|
+
"resolved": "\"default\" | \"destructive\"",
|
|
278
|
+
"references": {
|
|
279
|
+
"ProgressStepStates": {
|
|
280
|
+
"location": "import",
|
|
281
|
+
"path": "../../models/reusableModels",
|
|
282
|
+
"id": "src/models/reusableModels.ts::ProgressStepStates"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"required": false,
|
|
287
|
+
"optional": false,
|
|
288
|
+
"docs": {
|
|
289
|
+
"tags": [],
|
|
290
|
+
"text": ""
|
|
291
|
+
},
|
|
292
|
+
"attribute": "seventh-step-state",
|
|
293
|
+
"reflect": false
|
|
294
|
+
},
|
|
295
|
+
"firstStepStatus": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"mutable": false,
|
|
298
|
+
"complexType": {
|
|
299
|
+
"original": "ProgressStepStatus",
|
|
300
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
301
|
+
"references": {
|
|
302
|
+
"ProgressStepStatus": {
|
|
303
|
+
"location": "import",
|
|
304
|
+
"path": "../../models/reusableModels",
|
|
305
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"required": false,
|
|
310
|
+
"optional": false,
|
|
311
|
+
"docs": {
|
|
312
|
+
"tags": [],
|
|
313
|
+
"text": ""
|
|
314
|
+
},
|
|
315
|
+
"attribute": "first-step-status",
|
|
316
|
+
"reflect": false
|
|
317
|
+
},
|
|
318
|
+
"secondStepStatus": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"mutable": false,
|
|
321
|
+
"complexType": {
|
|
322
|
+
"original": "ProgressStepStatus",
|
|
323
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
324
|
+
"references": {
|
|
325
|
+
"ProgressStepStatus": {
|
|
326
|
+
"location": "import",
|
|
327
|
+
"path": "../../models/reusableModels",
|
|
328
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"required": false,
|
|
333
|
+
"optional": false,
|
|
334
|
+
"docs": {
|
|
335
|
+
"tags": [],
|
|
336
|
+
"text": ""
|
|
337
|
+
},
|
|
338
|
+
"attribute": "second-step-status",
|
|
339
|
+
"reflect": false
|
|
340
|
+
},
|
|
341
|
+
"thirdStepStatus": {
|
|
342
|
+
"type": "string",
|
|
343
|
+
"mutable": false,
|
|
344
|
+
"complexType": {
|
|
345
|
+
"original": "ProgressStepStatus",
|
|
346
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
347
|
+
"references": {
|
|
348
|
+
"ProgressStepStatus": {
|
|
349
|
+
"location": "import",
|
|
350
|
+
"path": "../../models/reusableModels",
|
|
351
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"required": false,
|
|
356
|
+
"optional": false,
|
|
357
|
+
"docs": {
|
|
358
|
+
"tags": [],
|
|
359
|
+
"text": ""
|
|
360
|
+
},
|
|
361
|
+
"attribute": "third-step-status",
|
|
362
|
+
"reflect": false
|
|
363
|
+
},
|
|
364
|
+
"fourthStepStatus": {
|
|
365
|
+
"type": "string",
|
|
366
|
+
"mutable": false,
|
|
367
|
+
"complexType": {
|
|
368
|
+
"original": "ProgressStepStatus",
|
|
369
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
370
|
+
"references": {
|
|
371
|
+
"ProgressStepStatus": {
|
|
372
|
+
"location": "import",
|
|
373
|
+
"path": "../../models/reusableModels",
|
|
374
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"required": false,
|
|
379
|
+
"optional": false,
|
|
380
|
+
"docs": {
|
|
381
|
+
"tags": [],
|
|
382
|
+
"text": ""
|
|
383
|
+
},
|
|
384
|
+
"attribute": "fourth-step-status",
|
|
385
|
+
"reflect": false
|
|
386
|
+
},
|
|
387
|
+
"fifthStepStatus": {
|
|
388
|
+
"type": "string",
|
|
389
|
+
"mutable": false,
|
|
390
|
+
"complexType": {
|
|
391
|
+
"original": "ProgressStepStatus",
|
|
392
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
393
|
+
"references": {
|
|
394
|
+
"ProgressStepStatus": {
|
|
395
|
+
"location": "import",
|
|
396
|
+
"path": "../../models/reusableModels",
|
|
397
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"required": false,
|
|
402
|
+
"optional": false,
|
|
403
|
+
"docs": {
|
|
404
|
+
"tags": [],
|
|
405
|
+
"text": ""
|
|
406
|
+
},
|
|
407
|
+
"attribute": "fifth-step-status",
|
|
408
|
+
"reflect": false
|
|
409
|
+
},
|
|
410
|
+
"sixthStepStatus": {
|
|
411
|
+
"type": "string",
|
|
412
|
+
"mutable": false,
|
|
413
|
+
"complexType": {
|
|
414
|
+
"original": "ProgressStepStatus",
|
|
415
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
416
|
+
"references": {
|
|
417
|
+
"ProgressStepStatus": {
|
|
418
|
+
"location": "import",
|
|
419
|
+
"path": "../../models/reusableModels",
|
|
420
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"required": false,
|
|
425
|
+
"optional": false,
|
|
426
|
+
"docs": {
|
|
427
|
+
"tags": [],
|
|
428
|
+
"text": ""
|
|
429
|
+
},
|
|
430
|
+
"attribute": "sixth-step-status",
|
|
431
|
+
"reflect": false
|
|
432
|
+
},
|
|
433
|
+
"seventhStepStatus": {
|
|
434
|
+
"type": "string",
|
|
435
|
+
"mutable": false,
|
|
436
|
+
"complexType": {
|
|
437
|
+
"original": "ProgressStepStatus",
|
|
438
|
+
"resolved": "\"complete\" | \"current\" | \"incomplete\"",
|
|
439
|
+
"references": {
|
|
440
|
+
"ProgressStepStatus": {
|
|
441
|
+
"location": "import",
|
|
442
|
+
"path": "../../models/reusableModels",
|
|
443
|
+
"id": "src/models/reusableModels.ts::ProgressStepStatus"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"required": false,
|
|
448
|
+
"optional": false,
|
|
449
|
+
"docs": {
|
|
450
|
+
"tags": [],
|
|
451
|
+
"text": ""
|
|
452
|
+
},
|
|
453
|
+
"attribute": "seventh-step-status",
|
|
454
|
+
"reflect": false
|
|
455
|
+
},
|
|
456
|
+
"firstStepLabel": {
|
|
457
|
+
"type": "string",
|
|
458
|
+
"mutable": false,
|
|
459
|
+
"complexType": {
|
|
460
|
+
"original": "string",
|
|
461
|
+
"resolved": "string",
|
|
462
|
+
"references": {}
|
|
463
|
+
},
|
|
464
|
+
"required": false,
|
|
465
|
+
"optional": false,
|
|
466
|
+
"docs": {
|
|
467
|
+
"tags": [],
|
|
468
|
+
"text": ""
|
|
469
|
+
},
|
|
470
|
+
"attribute": "first-step-label",
|
|
471
|
+
"reflect": false,
|
|
472
|
+
"defaultValue": "''"
|
|
473
|
+
},
|
|
474
|
+
"secondStepLabel": {
|
|
475
|
+
"type": "string",
|
|
476
|
+
"mutable": false,
|
|
477
|
+
"complexType": {
|
|
478
|
+
"original": "string",
|
|
479
|
+
"resolved": "string",
|
|
480
|
+
"references": {}
|
|
481
|
+
},
|
|
482
|
+
"required": false,
|
|
483
|
+
"optional": false,
|
|
484
|
+
"docs": {
|
|
485
|
+
"tags": [],
|
|
486
|
+
"text": ""
|
|
487
|
+
},
|
|
488
|
+
"attribute": "second-step-label",
|
|
489
|
+
"reflect": false,
|
|
490
|
+
"defaultValue": "''"
|
|
491
|
+
},
|
|
492
|
+
"thirdStepLabel": {
|
|
493
|
+
"type": "string",
|
|
494
|
+
"mutable": false,
|
|
495
|
+
"complexType": {
|
|
496
|
+
"original": "string",
|
|
497
|
+
"resolved": "string",
|
|
498
|
+
"references": {}
|
|
499
|
+
},
|
|
500
|
+
"required": false,
|
|
501
|
+
"optional": false,
|
|
502
|
+
"docs": {
|
|
503
|
+
"tags": [],
|
|
504
|
+
"text": ""
|
|
505
|
+
},
|
|
506
|
+
"attribute": "third-step-label",
|
|
507
|
+
"reflect": false,
|
|
508
|
+
"defaultValue": "''"
|
|
509
|
+
},
|
|
510
|
+
"fourthStepLabel": {
|
|
511
|
+
"type": "string",
|
|
512
|
+
"mutable": false,
|
|
513
|
+
"complexType": {
|
|
514
|
+
"original": "string",
|
|
515
|
+
"resolved": "string",
|
|
516
|
+
"references": {}
|
|
517
|
+
},
|
|
518
|
+
"required": false,
|
|
519
|
+
"optional": false,
|
|
520
|
+
"docs": {
|
|
521
|
+
"tags": [],
|
|
522
|
+
"text": ""
|
|
523
|
+
},
|
|
524
|
+
"attribute": "fourth-step-label",
|
|
525
|
+
"reflect": false,
|
|
526
|
+
"defaultValue": "''"
|
|
527
|
+
},
|
|
528
|
+
"fifthStepLabel": {
|
|
529
|
+
"type": "string",
|
|
530
|
+
"mutable": false,
|
|
531
|
+
"complexType": {
|
|
532
|
+
"original": "string",
|
|
533
|
+
"resolved": "string",
|
|
534
|
+
"references": {}
|
|
535
|
+
},
|
|
536
|
+
"required": false,
|
|
537
|
+
"optional": false,
|
|
538
|
+
"docs": {
|
|
539
|
+
"tags": [],
|
|
540
|
+
"text": ""
|
|
541
|
+
},
|
|
542
|
+
"attribute": "fifth-step-label",
|
|
543
|
+
"reflect": false,
|
|
544
|
+
"defaultValue": "''"
|
|
545
|
+
},
|
|
546
|
+
"sixthStepLabel": {
|
|
547
|
+
"type": "string",
|
|
548
|
+
"mutable": false,
|
|
549
|
+
"complexType": {
|
|
550
|
+
"original": "string",
|
|
551
|
+
"resolved": "string",
|
|
552
|
+
"references": {}
|
|
553
|
+
},
|
|
554
|
+
"required": false,
|
|
555
|
+
"optional": false,
|
|
556
|
+
"docs": {
|
|
557
|
+
"tags": [],
|
|
558
|
+
"text": ""
|
|
559
|
+
},
|
|
560
|
+
"attribute": "sixth-step-label",
|
|
561
|
+
"reflect": false,
|
|
562
|
+
"defaultValue": "''"
|
|
563
|
+
},
|
|
564
|
+
"seventhStepLabel": {
|
|
565
|
+
"type": "string",
|
|
566
|
+
"mutable": false,
|
|
567
|
+
"complexType": {
|
|
568
|
+
"original": "string",
|
|
569
|
+
"resolved": "string",
|
|
570
|
+
"references": {}
|
|
571
|
+
},
|
|
572
|
+
"required": false,
|
|
573
|
+
"optional": false,
|
|
574
|
+
"docs": {
|
|
575
|
+
"tags": [],
|
|
576
|
+
"text": ""
|
|
577
|
+
},
|
|
578
|
+
"attribute": "seventh-step-label",
|
|
579
|
+
"reflect": false,
|
|
580
|
+
"defaultValue": "''"
|
|
581
|
+
},
|
|
582
|
+
"firstStepSupportingText": {
|
|
583
|
+
"type": "string",
|
|
584
|
+
"mutable": false,
|
|
585
|
+
"complexType": {
|
|
586
|
+
"original": "string",
|
|
587
|
+
"resolved": "string",
|
|
588
|
+
"references": {}
|
|
589
|
+
},
|
|
590
|
+
"required": false,
|
|
591
|
+
"optional": false,
|
|
592
|
+
"docs": {
|
|
593
|
+
"tags": [],
|
|
594
|
+
"text": ""
|
|
595
|
+
},
|
|
596
|
+
"attribute": "first-step-supporting-text",
|
|
597
|
+
"reflect": false,
|
|
598
|
+
"defaultValue": "''"
|
|
599
|
+
},
|
|
600
|
+
"secondStepSupportingText": {
|
|
601
|
+
"type": "string",
|
|
602
|
+
"mutable": false,
|
|
603
|
+
"complexType": {
|
|
604
|
+
"original": "string",
|
|
605
|
+
"resolved": "string",
|
|
606
|
+
"references": {}
|
|
607
|
+
},
|
|
608
|
+
"required": false,
|
|
609
|
+
"optional": false,
|
|
610
|
+
"docs": {
|
|
611
|
+
"tags": [],
|
|
612
|
+
"text": ""
|
|
613
|
+
},
|
|
614
|
+
"attribute": "second-step-supporting-text",
|
|
615
|
+
"reflect": false,
|
|
616
|
+
"defaultValue": "''"
|
|
617
|
+
},
|
|
618
|
+
"thirdStepSupportingText": {
|
|
619
|
+
"type": "string",
|
|
620
|
+
"mutable": false,
|
|
621
|
+
"complexType": {
|
|
622
|
+
"original": "string",
|
|
623
|
+
"resolved": "string",
|
|
624
|
+
"references": {}
|
|
625
|
+
},
|
|
626
|
+
"required": false,
|
|
627
|
+
"optional": false,
|
|
628
|
+
"docs": {
|
|
629
|
+
"tags": [],
|
|
630
|
+
"text": ""
|
|
631
|
+
},
|
|
632
|
+
"attribute": "third-step-supporting-text",
|
|
633
|
+
"reflect": false,
|
|
634
|
+
"defaultValue": "''"
|
|
635
|
+
},
|
|
636
|
+
"fourthStepSupportingText": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"mutable": false,
|
|
639
|
+
"complexType": {
|
|
640
|
+
"original": "string",
|
|
641
|
+
"resolved": "string",
|
|
642
|
+
"references": {}
|
|
643
|
+
},
|
|
644
|
+
"required": false,
|
|
645
|
+
"optional": false,
|
|
646
|
+
"docs": {
|
|
647
|
+
"tags": [],
|
|
648
|
+
"text": ""
|
|
649
|
+
},
|
|
650
|
+
"attribute": "fourth-step-supporting-text",
|
|
651
|
+
"reflect": false,
|
|
652
|
+
"defaultValue": "''"
|
|
653
|
+
},
|
|
654
|
+
"fifthStepSupportingText": {
|
|
655
|
+
"type": "string",
|
|
656
|
+
"mutable": false,
|
|
657
|
+
"complexType": {
|
|
658
|
+
"original": "string",
|
|
659
|
+
"resolved": "string",
|
|
660
|
+
"references": {}
|
|
661
|
+
},
|
|
662
|
+
"required": false,
|
|
663
|
+
"optional": false,
|
|
664
|
+
"docs": {
|
|
665
|
+
"tags": [],
|
|
666
|
+
"text": ""
|
|
667
|
+
},
|
|
668
|
+
"attribute": "fifth-step-supporting-text",
|
|
669
|
+
"reflect": false,
|
|
670
|
+
"defaultValue": "''"
|
|
671
|
+
},
|
|
672
|
+
"sixthStepSupportingText": {
|
|
673
|
+
"type": "string",
|
|
674
|
+
"mutable": false,
|
|
675
|
+
"complexType": {
|
|
676
|
+
"original": "string",
|
|
677
|
+
"resolved": "string",
|
|
678
|
+
"references": {}
|
|
679
|
+
},
|
|
680
|
+
"required": false,
|
|
681
|
+
"optional": false,
|
|
682
|
+
"docs": {
|
|
683
|
+
"tags": [],
|
|
684
|
+
"text": ""
|
|
685
|
+
},
|
|
686
|
+
"attribute": "sixth-step-supporting-text",
|
|
687
|
+
"reflect": false,
|
|
688
|
+
"defaultValue": "''"
|
|
689
|
+
},
|
|
690
|
+
"seventhStepSupportingText": {
|
|
691
|
+
"type": "string",
|
|
692
|
+
"mutable": false,
|
|
693
|
+
"complexType": {
|
|
694
|
+
"original": "string",
|
|
695
|
+
"resolved": "string",
|
|
696
|
+
"references": {}
|
|
697
|
+
},
|
|
698
|
+
"required": false,
|
|
699
|
+
"optional": false,
|
|
700
|
+
"docs": {
|
|
701
|
+
"tags": [],
|
|
702
|
+
"text": ""
|
|
703
|
+
},
|
|
704
|
+
"attribute": "seventh-step-supporting-text",
|
|
705
|
+
"reflect": false,
|
|
706
|
+
"defaultValue": "''"
|
|
106
707
|
}
|
|
107
708
|
};
|
|
108
709
|
}
|