globuswebcomponents 2.8.12 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/gb-action-panel_75.cjs.entry.js +141 -83
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/collection/assets/pencil-edit-01.svg +3 -0
- package/dist/collection/components/gb-button/readme.md +13 -0
- package/dist/collection/components/gb-date-picker/gb-date-picker.css +4 -0
- package/dist/collection/components/gb-date-picker/gb-date-picker.js +5 -7
- package/dist/collection/components/gb-date-picker/gb-date-picker.js.map +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +6 -6
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js.map +1 -1
- package/dist/collection/components/gb-pagination/gb-pagination.css +1 -0
- package/dist/collection/components/gb-portal/gb-portal.css +1 -2
- package/dist/collection/components/gb-portal/gb-portal.js +16 -10
- package/dist/collection/components/gb-portal/gb-portal.js.map +1 -1
- package/dist/collection/components/gb-table/gb-table.css +70 -23
- package/dist/collection/components/gb-table/gb-table.js +167 -130
- package/dist/collection/components/gb-table/gb-table.js.map +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.css +10 -9
- package/dist/collection/components/gb-table-header/gb-table-header.js +7 -5
- package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -4
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js.map +1 -1
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-approval-modal.js +1 -1
- package/dist/components/gb-date-picker.js +1 -1
- package/dist/components/gb-empty-state.js +1 -145
- package/dist/components/gb-empty-state.js.map +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-pagination.js +1 -1
- package/dist/components/gb-portal.js +1 -1
- package/dist/components/gb-table-header.js +1 -1
- package/dist/components/gb-table.js +195 -106
- package/dist/components/gb-table.js.map +1 -1
- package/dist/components/gb-textarea-input-field.js +1 -1
- package/dist/components/p-ByjJN3cS.js +150 -0
- package/dist/components/p-ByjJN3cS.js.map +1 -0
- package/dist/components/{p-B9vWIoWs.js → p-C--0Sicf.js} +8 -8
- package/dist/components/p-C--0Sicf.js.map +1 -0
- package/dist/components/{p-CSka0gDO.js → p-CJelLNTb.js} +5 -6
- package/dist/components/p-CJelLNTb.js.map +1 -0
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-BTHdpYQl.js → p-dgGYVBLp.js} +19 -13
- package/dist/components/p-dgGYVBLp.js.map +1 -0
- package/dist/components/{p-CIk9ZD0b.js → p-jEUDScnD.js} +4 -4
- package/dist/components/p-jEUDScnD.js.map +1 -0
- package/dist/components/{p-BHOJKe6j.js → p-q16C1y-8.js} +11 -9
- package/dist/components/p-q16C1y-8.js.map +1 -0
- package/dist/components/{p-BWx-o392.js → p-rzRgniQd.js} +7 -9
- package/dist/components/p-rzRgniQd.js.map +1 -0
- package/dist/docs.json +115 -120
- package/dist/esm/gb-action-panel_75.entry.js +141 -83
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/assets/pencil-edit-01.svg +3 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-7024cc46.entry.js → p-087fe238.entry.js} +2 -2
- package/dist/globuscomponents/p-087fe238.entry.js.map +1 -0
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/readme.md +13 -0
- package/dist/types/components/gb-table/gb-table.d.ts +28 -11
- package/dist/types/components.d.ts +44 -40
- package/dist/types/models/reusableModels.d.ts +8 -0
- package/package.json +1 -1
- package/dist/components/p-B9vWIoWs.js.map +0 -1
- package/dist/components/p-BHOJKe6j.js.map +0 -1
- package/dist/components/p-BTHdpYQl.js.map +0 -1
- package/dist/components/p-BWx-o392.js.map +0 -1
- package/dist/components/p-CIk9ZD0b.js.map +0 -1
- package/dist/components/p-CSka0gDO.js.map +0 -1
- package/dist/globuscomponents/p-7024cc46.entry.js.map +0 -1
|
@@ -2785,6 +2785,7 @@
|
|
|
2785
2785
|
|
|
2786
2786
|
.table_wrapper {
|
|
2787
2787
|
width: 100%;
|
|
2788
|
+
overflow: visible;
|
|
2788
2789
|
}
|
|
2789
2790
|
|
|
2790
2791
|
/* .table_wrapper table th:first-child,
|
|
@@ -2849,7 +2850,7 @@ thead {
|
|
|
2849
2850
|
color: var(--color-text, #4b5565);
|
|
2850
2851
|
}
|
|
2851
2852
|
|
|
2852
|
-
.head_text.sortable:hover{
|
|
2853
|
+
.head_text.sortable:hover {
|
|
2853
2854
|
color: var(--color-text-bold, #202939);
|
|
2854
2855
|
}
|
|
2855
2856
|
|
|
@@ -2884,6 +2885,12 @@ thead {
|
|
|
2884
2885
|
z-index: 3;
|
|
2885
2886
|
}
|
|
2886
2887
|
|
|
2888
|
+
.sticky_right {
|
|
2889
|
+
position: sticky;
|
|
2890
|
+
right: 0;
|
|
2891
|
+
z-index: 3;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2887
2894
|
th.sticky_left,
|
|
2888
2895
|
th.sticky_right {
|
|
2889
2896
|
background: var(--color-background-gray-subtler, #eef2f6);
|
|
@@ -2894,7 +2901,8 @@ th.sticky_right {
|
|
|
2894
2901
|
background: var(--color-background-card, #ffffff);
|
|
2895
2902
|
}
|
|
2896
2903
|
|
|
2897
|
-
table
|
|
2904
|
+
table th.has_border.sticky_left::after,
|
|
2905
|
+
table .table_detail.has_border.sticky_left::after {
|
|
2898
2906
|
content: '';
|
|
2899
2907
|
position: absolute;
|
|
2900
2908
|
top: 0;
|
|
@@ -2905,23 +2913,15 @@ table.scrollable th.sticky_left::after{
|
|
|
2905
2913
|
pointer-events: none;
|
|
2906
2914
|
}
|
|
2907
2915
|
|
|
2908
|
-
|
|
2909
|
-
table.scrollable .table_detail.sticky_right::after {
|
|
2916
|
+
.actions_cell.has_border.sticky_right::after {
|
|
2910
2917
|
content: '';
|
|
2911
2918
|
position: absolute;
|
|
2912
2919
|
top: 0;
|
|
2913
|
-
|
|
2920
|
+
left: 0;
|
|
2914
2921
|
width: 4px;
|
|
2915
2922
|
height: 100%;
|
|
2916
|
-
box-shadow: 2px 0
|
|
2923
|
+
box-shadow: -2px 0 2px var(--color-border-subtle, #cdd5df);
|
|
2917
2924
|
pointer-events: none;
|
|
2918
|
-
background: var(--color-background-card, #ffffff);
|
|
2919
|
-
} */
|
|
2920
|
-
|
|
2921
|
-
.sticky_right {
|
|
2922
|
-
position: sticky;
|
|
2923
|
-
right: 0;
|
|
2924
|
-
z-index: 1;
|
|
2925
2925
|
}
|
|
2926
2926
|
|
|
2927
2927
|
.empty_div {
|
|
@@ -2933,6 +2933,11 @@ table.scrollable .table_detail.sticky_right::after {
|
|
|
2933
2933
|
position: relative;
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
|
+
.action_buttons {
|
|
2937
|
+
display: flex;
|
|
2938
|
+
gap: var(--spacing-2);
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2936
2941
|
.dropdown_wrapper {
|
|
2937
2942
|
width: 9.5rem;
|
|
2938
2943
|
border-radius: var(--rounded-sm);
|
|
@@ -2940,7 +2945,7 @@ table.scrollable .table_detail.sticky_right::after {
|
|
|
2940
2945
|
background: var(--color-surface, #ffffff);
|
|
2941
2946
|
box-shadow: var(--shadow-md);
|
|
2942
2947
|
position: absolute;
|
|
2943
|
-
z-index: 1000;
|
|
2948
|
+
/* z-index: 1000; */
|
|
2944
2949
|
}
|
|
2945
2950
|
|
|
2946
2951
|
/* Mobile Table View Styles */
|
|
@@ -2949,24 +2954,38 @@ table.scrollable .table_detail.sticky_right::after {
|
|
|
2949
2954
|
flex-direction: column;
|
|
2950
2955
|
}
|
|
2951
2956
|
|
|
2957
|
+
.mobile_card_wrapper {
|
|
2958
|
+
display: flex;
|
|
2959
|
+
align-items: flex-start;
|
|
2960
|
+
border-bottom: 1px solid var(--color-border-subtler, #e3e8ef);
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2952
2963
|
.mobile-card {
|
|
2953
|
-
padding: 16px;
|
|
2954
|
-
border-bottom: 1px solid #e5e7eb;
|
|
2955
2964
|
display: flex;
|
|
2956
2965
|
flex-direction: column;
|
|
2957
|
-
|
|
2966
|
+
width: 100%;
|
|
2967
|
+
box-sizing: border-box;
|
|
2968
|
+
padding: var(--spacing-6) var(--spacing-4);
|
|
2969
|
+
align-items: center;
|
|
2970
|
+
gap: var(--spacing-5);
|
|
2958
2971
|
}
|
|
2959
2972
|
|
|
2960
2973
|
.mobile-row {
|
|
2974
|
+
width: 100%;
|
|
2961
2975
|
display: flex;
|
|
2976
|
+
flex-direction: row;
|
|
2977
|
+
align-items: flex-start;
|
|
2962
2978
|
justify-content: space-between;
|
|
2979
|
+
/* gap: var(--spacing-4); */
|
|
2980
|
+
flex: 1 0 0;
|
|
2963
2981
|
}
|
|
2964
2982
|
|
|
2965
|
-
|
|
2966
|
-
|
|
2983
|
+
.mobile-bottom {
|
|
2984
|
+
align-items: flex-end;
|
|
2985
|
+
text-align: right;
|
|
2967
2986
|
}
|
|
2968
2987
|
|
|
2969
|
-
.mobile-top .mobile-cell:first-child {
|
|
2988
|
+
/* .mobile-top .mobile-cell:first-child {
|
|
2970
2989
|
font-weight: 500;
|
|
2971
2990
|
font-size: 16px;
|
|
2972
2991
|
}
|
|
@@ -2976,15 +2995,43 @@ table.scrollable .table_detail.sticky_right::after {
|
|
|
2976
2995
|
font-size: 16px;
|
|
2977
2996
|
} */
|
|
2978
2997
|
|
|
2979
|
-
.
|
|
2998
|
+
.mobile-cell {
|
|
2999
|
+
min-width: 0;
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
.mobile-cell.right {
|
|
3003
|
+
display: flex;
|
|
3004
|
+
justify-content: flex-end;
|
|
3005
|
+
flex: 1;
|
|
2980
3006
|
text-align: right;
|
|
2981
3007
|
}
|
|
2982
3008
|
|
|
2983
3009
|
.top_left_text,
|
|
2984
3010
|
.top_right_text {
|
|
2985
|
-
|
|
3011
|
+
max-width: 11rem;
|
|
3012
|
+
width: 100%;
|
|
3013
|
+
overflow: hidden;
|
|
3014
|
+
white-space: nowrap;
|
|
3015
|
+
text-overflow: ellipsis;
|
|
3016
|
+
min-width: 0;
|
|
3017
|
+
margin: 0;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
.top_left_text,
|
|
3021
|
+
.top_right_text {
|
|
3022
|
+
color: var(--color-text, #4b5565);
|
|
2986
3023
|
}
|
|
2987
3024
|
|
|
2988
3025
|
.bottom_left_text {
|
|
2989
3026
|
color: var(--color-text-subtle, #697586);
|
|
2990
|
-
}
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
.empty_state_wrapper {
|
|
3030
|
+
display: flex;
|
|
3031
|
+
padding: 2.5rem 2rem 3rem 2rem;
|
|
3032
|
+
flex-direction: column;
|
|
3033
|
+
justify-content: center;
|
|
3034
|
+
align-items: center;
|
|
3035
|
+
align-self: stretch;
|
|
3036
|
+
overflow: hidden;
|
|
3037
|
+
}
|