@gooddata/sdk-ui-ext 9.5.0-alpha.12 → 9.5.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/esm/index.d.ts +1 -1
  2. package/esm/index.d.ts.map +1 -1
  3. package/esm/index.js +1 -1
  4. package/esm/index.js.map +1 -1
  5. package/esm/internal/assets/icons/attribute-hierarchy.svg +1 -0
  6. package/esm/internal/assets/icons/attribute.svg +1 -0
  7. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts.map +1 -0
  8. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js.map +1 -0
  9. package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailPanel.d.ts +1 -0
  10. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts.map +1 -0
  11. package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailPanel.js +8 -4
  12. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js.map +1 -0
  13. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts +9 -0
  14. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts.map +1 -0
  15. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +32 -0
  16. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js.map +1 -0
  17. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts +4 -0
  18. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts.map +1 -0
  19. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js +18 -0
  20. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js.map +1 -0
  21. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts +7 -0
  22. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts.map +1 -0
  23. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js +28 -0
  24. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js.map +1 -0
  25. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts +11 -0
  26. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts.map +1 -0
  27. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js +40 -0
  28. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js.map +1 -0
  29. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts +17 -0
  30. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts.map +1 -0
  31. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js +12 -0
  32. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js.map +1 -0
  33. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts +4 -0
  34. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts.map +1 -0
  35. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +24 -0
  36. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js.map +1 -0
  37. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts +4 -0
  38. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts.map +1 -0
  39. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +17 -0
  40. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js.map +1 -0
  41. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts +4 -0
  42. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts.map +1 -0
  43. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +39 -0
  44. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js.map +1 -0
  45. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts +4 -0
  46. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts.map +1 -0
  47. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +17 -0
  48. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js.map +1 -0
  49. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts +33 -0
  50. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts.map +1 -0
  51. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js +89 -0
  52. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js.map +1 -0
  53. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts +9 -0
  54. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts.map +1 -0
  55. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +15 -0
  56. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js.map +1 -0
  57. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts +7 -0
  58. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts.map +1 -0
  59. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +26 -0
  60. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js.map +1 -0
  61. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts +4 -0
  62. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts.map +1 -0
  63. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +22 -0
  64. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js.map +1 -0
  65. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts +27 -0
  66. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts.map +1 -0
  67. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +6 -0
  68. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js.map +1 -0
  69. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts +19 -0
  70. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -0
  71. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js +121 -0
  72. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js.map +1 -0
  73. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts +8 -0
  74. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -0
  75. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js +46 -0
  76. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js.map +1 -0
  77. package/esm/internal/components/attributeHierarchies/index.d.ts +4 -0
  78. package/esm/internal/components/attributeHierarchies/index.d.ts.map +1 -0
  79. package/esm/internal/components/attributeHierarchies/index.js +5 -0
  80. package/esm/internal/components/attributeHierarchies/index.js.map +1 -0
  81. package/esm/sdk-ui-ext.d.ts +18 -0
  82. package/package.json +18 -18
  83. package/styles/css/main.css +213 -0
  84. package/styles/css/main.css.map +1 -1
  85. package/styles/internal/css/attribute_hierarchies.css +260 -0
  86. package/styles/internal/css/attribute_hierarchies.css.map +1 -0
  87. package/styles/internal/scss/attribute_hierarchies.scss +309 -0
  88. package/styles/scss/main.scss +1 -1
  89. package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.d.ts.map +0 -1
  90. package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.js.map +0 -1
  91. package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.d.ts.map +0 -1
  92. package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.js.map +0 -1
  93. package/esm/internal/components/attributeHierarchy/index.d.ts +0 -3
  94. package/esm/internal/components/attributeHierarchy/index.d.ts.map +0 -1
  95. package/esm/internal/components/attributeHierarchy/index.js +0 -4
  96. package/esm/internal/components/attributeHierarchy/index.js.map +0 -1
  97. package/styles/internal/css/attribute_hierarchy_detail.css +0 -47
  98. package/styles/internal/css/attribute_hierarchy_detail.css.map +0 -1
  99. package/styles/internal/scss/attribute_hierarchy_detail.scss +0 -54
  100. /package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailBubble.d.ts +0 -0
  101. /package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailBubble.js +0 -0
@@ -0,0 +1,309 @@
1
+ // (C) 2023 GoodData Corporation
2
+ @use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
3
+
4
+ .gd-attribute-hierarchy-detail-panel {
5
+ width: 200px;
6
+ padding: 8px 5px;
7
+ font-style: normal;
8
+ font-weight: 400;
9
+ color: kit-variables.$gd-color-text;
10
+
11
+ .gd-attribute-hierarchy-detail-title {
12
+ font-size: 14px;
13
+ line-height: 23px;
14
+ margin-bottom: 10px;
15
+ }
16
+
17
+ .gd-attribute-hierarchy-detail-levels {
18
+ font-size: 10px;
19
+ line-height: normal;
20
+ text-transform: uppercase;
21
+ margin-bottom: 3px;
22
+ color: kit-variables.$gd-color-state-blank;
23
+ }
24
+
25
+ .gd-attribute-hierarchy-detail-item {
26
+ font-size: 12px;
27
+ line-height: 20px;
28
+ display: flex;
29
+ flex-direction: row;
30
+ gap: 5px;
31
+ align-items: center;
32
+ }
33
+
34
+ .is-attribute::before {
35
+ content: "";
36
+ width: 18px;
37
+ height: 20px;
38
+ background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
39
+ background-repeat: no-repeat;
40
+ background-position: left center;
41
+ background-size: contain;
42
+ }
43
+
44
+ .is-date::before {
45
+ content: "";
46
+ width: 18px;
47
+ height: 20px;
48
+ background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
49
+ background-repeat: no-repeat;
50
+ background-position: left center;
51
+ background-size: contain;
52
+ }
53
+
54
+ .gd-attribute-hierarchy-detail-panel-actions {
55
+ display: flex;
56
+ justify-content: flex-end;
57
+ margin-top: 10px;
58
+ }
59
+ }
60
+
61
+ .gd-dialog.attribute-hierarchy-dialog {
62
+ width: 890px;
63
+ // should be important because date-filter/attribute-filter have override the max-width
64
+ // stylelint-disable-next-line declaration-no-important
65
+ max-width: 890px !important;
66
+ height: 690px;
67
+
68
+ .gd-dialog-header {
69
+ height: 32px;
70
+ display: flex;
71
+ flex-direction: row;
72
+ align-items: center;
73
+ gap: 10px;
74
+
75
+ .gd-attribute-hierarchy-icon {
76
+ &::before {
77
+ display: flex;
78
+ content: "";
79
+ width: 16px;
80
+ height: 16px;
81
+ background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
82
+ background-size: 16px 16px;
83
+ background-repeat: no-repeat;
84
+ }
85
+ }
86
+
87
+ .attribute-hierarchy-title {
88
+ padding: 3px 4px;
89
+ font-size: 20px;
90
+ font-weight: 700;
91
+ }
92
+
93
+ .attribute-hierarchy-title.placeholder {
94
+ .gd-editable-label-inner {
95
+ color: var(--gd-palette-complementary-6, #94a1ad);
96
+ }
97
+ }
98
+ }
99
+
100
+ .gd-dialog-content.attribute-hierarchy-dialog-content {
101
+ position: relative;
102
+ height: 468px;
103
+ margin: 0 -20px;
104
+ padding: 0 20px;
105
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
106
+ border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
107
+ background-color: var(--gd-palette-complementary-0, #fcfcfd);
108
+
109
+ .attribute-hierarchy-table-title {
110
+ height: 16px;
111
+ margin: 10px 0;
112
+ color: var(--gd-palette-complementary-6, #94a1ad);
113
+ font-size: 11px;
114
+ font-weight: 700;
115
+ text-transform: uppercase;
116
+ }
117
+
118
+ .gd-list-item {
119
+ padding-right: 0;
120
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
121
+
122
+ &:hover {
123
+ background: var(--gd-palette-complementary-2, #ebeff4);
124
+ }
125
+
126
+ &:has(.attribute-item-delete-action:hover) {
127
+ background: var(--gd-palette-error-dimmed, #fcedec);
128
+ }
129
+
130
+ .attribute-item-title {
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 5px;
134
+ color: var(--gd-palette-complementary-8, #464e56);
135
+ font-size: 14px;
136
+ font-weight: 700;
137
+ }
138
+
139
+ .attribute-item-title .gd-icon-navigatedown {
140
+ font-size: 16px;
141
+ font-weight: 400;
142
+ color: var(--gray-60094-a-1-ad-com-6, #94a1ad);
143
+ }
144
+ }
145
+
146
+ .gd-list-item .attribute-item-actions {
147
+ display: flex;
148
+
149
+ button {
150
+ display: flex;
151
+ align-items: center;
152
+ height: 43px;
153
+ width: 43px;
154
+ margin: 0;
155
+ border-radius: 0;
156
+ }
157
+
158
+ .attribute-item-delete-action:active::before,
159
+ .attribute-item-delete-action:focus::before,
160
+ .attribute-item-add-action:active::before,
161
+ .attribute-item-add-action:focus::before {
162
+ color: unset;
163
+ }
164
+
165
+ .attribute-item-delete-action:hover::before {
166
+ color: var(--gd-palette-error-base, #e54d42);
167
+ }
168
+
169
+ .attribute-item-add-action:hover {
170
+ background: var(--gd-palette-complementary-3, #dde4eb);
171
+ }
172
+
173
+ .attribute-item-add-action:hover::before {
174
+ color: var(--gd-palette-complementary-8, #464e56);
175
+ }
176
+ }
177
+
178
+ .attribute-hierarchy-add-attribute-action {
179
+ padding: 5px 0;
180
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
181
+ }
182
+
183
+ .attribute-hierarchy-content-loading-mask {
184
+ position: absolute;
185
+ top: 0;
186
+ width: 850px;
187
+ height: 546px;
188
+ background: white;
189
+ opacity: 0.8;
190
+ }
191
+ }
192
+
193
+ .gd-dialog-footer {
194
+ display: flex;
195
+ flex-direction: column;
196
+ justify-content: space-between;
197
+ align-items: start;
198
+
199
+ .attribute-hierarchy-note-message.s-attribute-hierarchy-note-message {
200
+ margin: -5px 0 20px;
201
+ border-bottom: 1px solid var(--gd-palette-complementary-5, #ccd8e2);
202
+
203
+ .gd-message {
204
+ margin-bottom: 15px;
205
+ }
206
+ }
207
+
208
+ .attribute-hierarchy-footer-actions-wrapper {
209
+ display: flex;
210
+ width: 100%;
211
+ justify-content: flex-end;
212
+ }
213
+
214
+ .gd-dialog-footer-tip {
215
+ display: flex;
216
+ flex-direction: row;
217
+ align-items: center;
218
+
219
+ span {
220
+ color: var(--gd-palette-complementary-6, #94a1ad);
221
+ font-size: 14px;
222
+ height: 18px;
223
+ }
224
+
225
+ a {
226
+ text-decoration: underline;
227
+ }
228
+ }
229
+ }
230
+ }
231
+
232
+ .gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs {
233
+ display: flex;
234
+ flex-direction: row;
235
+
236
+ > div {
237
+ display: flex;
238
+ flex: 1 0 0;
239
+ justify-content: center;
240
+ align-items: center;
241
+ height: 27px;
242
+ padding: 0 39px;
243
+ border-radius: 3px;
244
+ border: 1px solid #ccd8e2;
245
+ margin-right: 0;
246
+
247
+ &:first-child {
248
+ border-top-right-radius: 0;
249
+ border-bottom-right-radius: 0;
250
+ }
251
+
252
+ &:last-child {
253
+ border-top-left-radius: 0;
254
+ border-bottom-left-radius: 0;
255
+ }
256
+
257
+ &.is-active {
258
+ background: linear-gradient(180deg, #dee6ef 0%, #ecf0f5 100%);
259
+ box-shadow: 0 2px 0 0 rgba(177, 193, 209, 0.65) inset;
260
+ border: 1px solid rgba(31, 53, 74, 0.2);
261
+ }
262
+ }
263
+ }
264
+
265
+ .attribute-hierarchy-delete-confirmation {
266
+ width: 464px;
267
+
268
+ .gd-dialog-content {
269
+ position: relative;
270
+
271
+ .attribute-hierarchy-content-loading-mask {
272
+ position: absolute;
273
+ width: 100%;
274
+ height: 100%;
275
+ top: 0;
276
+ background: white;
277
+ opacity: 0.8;
278
+ }
279
+ }
280
+ }
281
+
282
+ .gd-dialog.attribute-hierarchy-dialog,
283
+ .attribute-hierarchy-attribute-dropdown-body,
284
+ .attribute-hierarchy-attribute-dropdown-tabs {
285
+ .gd-icon-attribute::before {
286
+ width: 18px;
287
+ height: 18px;
288
+ margin-right: 5px;
289
+ background-size: 18px 18px;
290
+ }
291
+
292
+ .gd-icon-date::before {
293
+ width: 16px;
294
+ height: 16px;
295
+ margin-right: 7px;
296
+ background-size: 16px 16px;
297
+ }
298
+ }
299
+
300
+ .attribute-hierarchy-add-action-menu {
301
+ .gd-list-item.gd-menu-item {
302
+ gap: 10px;
303
+
304
+ i {
305
+ font-size: 14px;
306
+ color: var(--gd-palette-complementary-6, #94a1ad);
307
+ }
308
+ }
309
+ }
@@ -1,3 +1,3 @@
1
1
  @use "../internal/scss/dashboard_embedding";
2
2
  @use "../internal/scss/user_management_dialogs";
3
- @use "../internal/scss/attribute_hierarchy_detail";
3
+ @use "../internal/scss/attribute_hierarchies";
@@ -1 +0,0 @@
1
- {"version":3,"file":"AttributeHierarchyDetailBubble.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;;GAGG;AACH,MAAM,WAAW,oCAAoC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAKD;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,KAAK,CAAC,EAAE,CAAC,oCAAoC,CAyBzF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AttributeHierarchyDetailBubble.js","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAWlE,MAAM,YAAY,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC;AAC1C,MAAM,aAAa,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;AAE3C;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAmD,CAAC,KAAK,EAAE,EAAE;IACpG,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IACtC,OAAO,CACH,oBAAC,kBAAkB,IAAC,SAAS,EAAE,CAAC,EAAE,cAAc,EAAE,IAAI;QAClD,6BACI,SAAS,EAAE,EAAE,CACT,uBAAuB,EACvB;gBACI,iCAAiC,EAAE,CAAC,SAAS;aAChD,EACD,SAAS,CACZ;YAED,6BAAK,SAAS,EAAC,yBAAyB,GAAG,CACzC;QACN,oBAAC,MAAM,IACH,SAAS,EAAC,yDAAyD,EACnE,WAAW,EAAE,YAAY,EACzB,YAAY,EAAE,aAAa,EAC3B,mBAAmB,EAAE,IAAI,IAExB,QAAQ,CACJ,CACQ,CACxB,CAAC;AACN,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AttributeHierarchyDetailPanel.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B;;;GAGG;AACH,MAAM,WAAW,6BAA6B;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,mCAAmC;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,6BAA6B,EAAE,CAAC;CAC/C;AAED;;;GAGG;AACH,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAAC,mCAAmC,CAyBvF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AttributeHierarchyDetailPanel.js","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAqB5C;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAkD,CAAC,EACzF,KAAK,EACL,WAAW,EACX,UAAU,GACb,EAAE,EAAE;IACD,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,mBAAmB,GAAG,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC;IAC7E,OAAO,CACH,6BAAK,SAAS,EAAC,qCAAqC;QAChD,6BAAK,SAAS,EAAC,qCAAqC,IAAE,KAAK,CAAO;QACjE,WAAW,IAAI,6BAAK,SAAS,EAAC,2CAA2C,IAAE,WAAW,CAAO;QAC9F,6BAAK,SAAS,EAAC,sCAAsC,IAAE,mBAAmB,CAAO;QAChF,UAAU,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YAC5B,MAAM,cAAc,GAAG,EAAE,CAAC,oCAAoC,EAAE;gBAC5D,SAAS,EAAE,IAAI,CAAC,MAAM;gBACtB,cAAc,EAAE,CAAC,IAAI,CAAC,MAAM;aAC/B,CAAC,CAAC;YACH,OAAO,CACH,6BAAK,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,cAAc,IACrC,IAAI,CAAC,KAAK,CACT,CACT,CAAC;QACN,CAAC,CAAC,CACA,CACT,CAAC;AACN,CAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./AttributeHierarchyDetailBubble.js";
2
- export * from "./AttributeHierarchyDetailPanel.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/index.ts"],"names":[],"mappings":"AAEA,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC"}
@@ -1,4 +0,0 @@
1
- // (C) 2023 GoodData Corporation
2
- export * from "./AttributeHierarchyDetailBubble.js";
3
- export * from "./AttributeHierarchyDetailPanel.js";
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/internal/components/attributeHierarchy/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC"}
@@ -1,47 +0,0 @@
1
- .gd-attribute-hierarchy-detail-panel {
2
- width: 200px;
3
- padding: 8px 5px;
4
- font-style: normal;
5
- font-weight: 400;
6
- color: var(--gd-palette-complementary-8, #464e56);
7
- }
8
- .gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-title {
9
- font-size: 14px;
10
- line-height: 23px;
11
- margin-bottom: 10px;
12
- }
13
- .gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-levels {
14
- font-size: 10px;
15
- line-height: normal;
16
- text-transform: uppercase;
17
- margin-bottom: 3px;
18
- color: var(--gd-palette-complementary-6, #94a1ad);
19
- }
20
- .gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-item {
21
- font-size: 12px;
22
- line-height: 20px;
23
- display: flex;
24
- flex-direction: row;
25
- gap: 5px;
26
- align-items: center;
27
- }
28
- .gd-attribute-hierarchy-detail-panel .is-attribute::before {
29
- content: "";
30
- width: 18px;
31
- height: 20px;
32
- background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
33
- background-repeat: no-repeat;
34
- background-position: left center;
35
- background-size: contain;
36
- }
37
- .gd-attribute-hierarchy-detail-panel .is-date::before {
38
- content: "";
39
- width: 18px;
40
- height: 20px;
41
- background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
42
- background-repeat: no-repeat;
43
- background-position: left center;
44
- background-size: contain;
45
- }
46
-
47
- /*# sourceMappingURL=attribute_hierarchy_detail.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../scss/attribute_hierarchy_detail.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;EACA;EACA;EACA;EACA,OCqBY;;ADnBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,OCCe;;ADEnB;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA","file":"attribute_hierarchy_detail.css"}
@@ -1,54 +0,0 @@
1
- // (C) 2023 GoodData Corporation
2
-
3
- @use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
4
-
5
- .gd-attribute-hierarchy-detail-panel {
6
- width: 200px;
7
- padding: 8px 5px;
8
- font-style: normal;
9
- font-weight: 400;
10
- color: kit-variables.$gd-color-text;
11
-
12
- .gd-attribute-hierarchy-detail-title {
13
- font-size: 14px;
14
- line-height: 23px;
15
- margin-bottom: 10px;
16
- }
17
-
18
- .gd-attribute-hierarchy-detail-levels {
19
- font-size: 10px;
20
- line-height: normal;
21
- text-transform: uppercase;
22
- margin-bottom: 3px;
23
- color: kit-variables.$gd-color-state-blank;
24
- }
25
-
26
- .gd-attribute-hierarchy-detail-item {
27
- font-size: 12px;
28
- line-height: 20px;
29
- display: flex;
30
- flex-direction: row;
31
- gap: 5px;
32
- align-items: center;
33
- }
34
-
35
- .is-attribute::before {
36
- content: "";
37
- width: 18px;
38
- height: 20px;
39
- background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
40
- background-repeat: no-repeat;
41
- background-position: left center;
42
- background-size: contain;
43
- }
44
-
45
- .is-date::before {
46
- content: "";
47
- width: 18px;
48
- height: 20px;
49
- background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
50
- background-repeat: no-repeat;
51
- background-position: left center;
52
- background-size: contain;
53
- }
54
- }