@knime/kds-table 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @knime/kds-table
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e0a3ce6]
8
+ - @knime/kds-components@0.30.0
9
+ - @knime/kds-styles@0.30.0
10
+
3
11
  ## 0.2.0
4
12
 
5
13
  ### Minor Changes
@@ -0,0 +1,23 @@
1
+ import { openBlock, createElementBlock, createElementVNode } from 'vue';
2
+
3
+ const _hoisted_1 = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ fill: "none",
6
+ stroke: "currentColor",
7
+ "stroke-linecap": "round",
8
+ "stroke-linejoin": "round",
9
+ viewBox: "0 0 12 12"
10
+ };
11
+
12
+ function render(_ctx, _cache) {
13
+ return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
14
+ createElementVNode("path", {
15
+ d: "M6 10.015H2.447a.95.95 0 0 1-.947-.946V2.446a.945.945 0 0 1 .947-.946H9.08a.95.95 0 0 1 .947.946v3.548M1.5 4.811h8.526M4.816 1.5v8.515m4.263-2.773V10.8M7.658 9.38l1.421 1.42L10.5 9.38",
16
+ "vector-effect": "non-scaling-stroke"
17
+ }, null, -1)
18
+ ]))]))
19
+ }
20
+ const importTable = { render: render };
21
+
22
+ export { importTable as default, render };
23
+ //# sourceMappingURL=import-table-BaqmTPnF-BaqmTPnF.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-table-BaqmTPnF-BaqmTPnF.js","sources":["../../components/dist/import-table-BaqmTPnF.js"],"sourcesContent":["import { openBlock, createElementBlock, createElementVNode } from 'vue';\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 12 12\"\n};\n\nfunction render(_ctx, _cache) {\n return (openBlock(), createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n createElementVNode(\"path\", {\n d: \"M6 10.015H2.447a.95.95 0 0 1-.947-.946V2.446a.945.945 0 0 1 .947-.946H9.08a.95.95 0 0 1 .947.946v3.548M1.5 4.811h8.526M4.816 1.5v8.515m4.263-2.773V10.8M7.658 9.38l1.421 1.42L10.5 9.38\",\n \"vector-effect\": \"non-scaling-stroke\"\n }, null, -1)\n ]))]))\n}\nconst importTable = { render: render };\n\nexport { importTable as default, render };\n//# sourceMappingURL=import-table-BaqmTPnF.js.map\n"],"names":[],"mappings":";;AAEA,MAAM,UAAU,GAAG;AACnB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,gBAAgB,EAAE,OAAO;AAC3B,EAAE,iBAAiB,EAAE,OAAO;AAC5B,EAAE,OAAO,EAAE;AACX,CAAC;;AAED,SAAS,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;AAC9B,EAAE,QAAQ,SAAS,EAAE,EAAE,kBAAkB,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5F,IAAI,kBAAkB,CAAC,MAAM,EAAE;AAC/B,MAAM,CAAC,EAAE,yLAAyL;AAClM,MAAM,eAAe,EAAE;AACvB,KAAK,EAAE,IAAI,EAAE,EAAE;AACf,GAAG,CAAC,CAAC,CAAC,CAAC;AACP;AACK,MAAC,WAAW,GAAG,EAAE,MAAM,EAAE,MAAM;;;;"}
package/dist/index.css CHANGED
@@ -321,6 +321,84 @@ tbody[data-v-70f2c330] {
321
321
  }
322
322
  }
323
323
 
324
+ .kds-progress-bar {
325
+ &[data-v-5fdfbce2] {
326
+ --progress-bar-background-color: var(--kds-color-surface-subtle);
327
+ --progress-bar-foreground-color: var(
328
+ --kds-color-background-primary-bold-initial
329
+ );
330
+ --progress-bar-radius: var(--kds-border-radius-container-pill);
331
+ --progress-bar-height: var(--kds-dimension-component-height-0-25x);
332
+
333
+ position: relative;
334
+ width: 100%;
335
+ height: var(--progress-bar-height);
336
+ overflow: hidden;
337
+ border-radius: var(--progress-bar-radius);
338
+
339
+ /* Firefox uses this to target the bar that represents the value of the progress element */
340
+
341
+ /* the following two rules need to stay separate, as otherwise it causes it not to be applied in Chrome correctly */
342
+ }
343
+ & .progress[data-v-5fdfbce2] {
344
+ display: block;
345
+ width: 100%;
346
+ height: var(--progress-bar-height);
347
+ padding: 0;
348
+ overflow: hidden;
349
+ appearance: none;
350
+
351
+ /* Firefox sets the background of the bar from here */
352
+ background-color: var(--progress-bar-background-color);
353
+ border: none;
354
+ border-radius: var(--progress-bar-radius);
355
+ }
356
+ & .progress[data-v-5fdfbce2]::-webkit-progress-bar {
357
+ background-color: var(--progress-bar-background-color);
358
+ }
359
+ & .progress[data-v-5fdfbce2]::-webkit-progress-value {
360
+ background-color: var(--progress-bar-foreground-color);
361
+ border-radius: var(--progress-bar-radius);
362
+ transition: width 0.5s;
363
+ }
364
+ & .progress[data-v-5fdfbce2]::-moz-progress-bar {
365
+ background-color: var(--progress-bar-foreground-color);
366
+ }
367
+ & .progress[data-v-5fdfbce2]:indeterminate {
368
+ background-color: var(--progress-bar-background-color);
369
+ background-image: none;
370
+ }
371
+ & .progress[data-v-5fdfbce2]:indeterminate::-webkit-progress-bar {
372
+ background-color: transparent;
373
+ }
374
+ & .progress[data-v-5fdfbce2]:indeterminate::-moz-progress-bar {
375
+ background-color: transparent;
376
+ }
377
+ & .indeterminate-bar[data-v-5fdfbce2] {
378
+ position: absolute;
379
+ inset-block: 0;
380
+ width: 35%;
381
+ pointer-events: none;
382
+ background-color: var(--progress-bar-foreground-color);
383
+ border-radius: var(--kds-border-radius-container-pill);
384
+ animation: move-indeterminate-5fdfbce2 1.5s linear infinite;
385
+ }
386
+ }
387
+ .kds-progress-bar-medium[data-v-5fdfbce2] {
388
+ --progress-bar-height: var(--kds-dimension-component-height-0-25x);
389
+ }
390
+ .kds-progress-bar-large[data-v-5fdfbce2] {
391
+ --progress-bar-height: var(--kds-dimension-component-height-0-75x);
392
+ }
393
+ @keyframes move-indeterminate-5fdfbce2 {
394
+ 0% {
395
+ transform: translateX(-120%);
396
+ }
397
+ 100% {
398
+ transform: translateX(320%);
399
+ }
400
+ }
401
+
324
402
  .kds-color-swatch {
325
403
  &[data-v-91e0130d] {
326
404
  display: inline-block;
@@ -1142,7 +1220,7 @@ html.kds-legacy {
1142
1220
  }
1143
1221
  }
1144
1222
 
1145
- .kds-menu-item-link[data-v-677d6ca6] {
1223
+ .kds-menu-item-link[data-v-96d9cfba] {
1146
1224
  display: block;
1147
1225
  color: inherit;
1148
1226
  text-decoration: none;
@@ -1159,7 +1237,7 @@ html.kds-legacy {
1159
1237
  }
1160
1238
 
1161
1239
  .kds-menu-container {
1162
- &[data-v-cce3fc40] {
1240
+ &[data-v-9dc6d3f6] {
1163
1241
  display: flex;
1164
1242
  flex-direction: column;
1165
1243
  gap: var(--kds-spacing-container-0-10x);
@@ -1171,11 +1249,46 @@ html.kds-legacy {
1171
1249
  border-radius: var(--kds-border-radius-container-0-50x);
1172
1250
  box-shadow: var(--kds-elevation-level-3);
1173
1251
  }
1174
- &[data-v-cce3fc40]:focus-visible {
1252
+ &[data-v-9dc6d3f6]:focus-visible {
1175
1253
  outline: var(--kds-border-action-focused);
1176
1254
  outline-offset: var(--kds-spacing-offset-focus);
1177
1255
  }
1178
1256
  }
1257
+ .submenu-popover[data-v-9dc6d3f6] {
1258
+ inset: anchor(top) auto auto anchor(right);
1259
+ padding: 0 var(--kds-spacing-container-0-25x);
1260
+ margin: 0;
1261
+ position-try-fallbacks:
1262
+ --kds-popover-try-right-dropdown, --kds-popover-try-left-dropdown,
1263
+ --kds-popover-try-right-dropup, --kds-popover-try-left-dropup;
1264
+ overflow: visible;
1265
+ font: inherit;
1266
+ color: inherit;
1267
+ background-color: transparent;
1268
+ border: none;
1269
+ border-radius: 0;
1270
+ box-shadow: none;
1271
+ }
1272
+
1273
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1274
+ @position-try --kds-popover-try-right-dropdown {
1275
+ inset: anchor(top) auto auto anchor(right);
1276
+ }
1277
+
1278
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1279
+ @position-try --kds-popover-try-left-dropdown {
1280
+ inset: anchor(top) anchor(left) auto auto;
1281
+ }
1282
+
1283
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1284
+ @position-try --kds-popover-try-right-dropup {
1285
+ inset: auto auto anchor(bottom) anchor(right);
1286
+ }
1287
+
1288
+ /* noinspection CssInvalidFunction,CssInvalidAtRule */
1289
+ @position-try --kds-popover-try-left-dropup {
1290
+ inset: auto anchor(left) anchor(bottom) auto;
1291
+ }
1179
1292
 
1180
1293
  .kds-popover {
1181
1294
  &[data-v-1e5f9d24] {
@@ -4295,17 +4408,17 @@ body:has(dialog.modal[open]) {
4295
4408
  }
4296
4409
 
4297
4410
  .description {
4298
- &[data-v-43067f23] {
4411
+ &[data-v-ed6ba7bb] {
4299
4412
  font: var(--kds-font-base-body-small);
4300
4413
  color: var(--kds-color-text-and-icon-neutral);
4301
4414
  overflow-wrap: anywhere;
4302
4415
 
4303
4416
  /* stylelint-disable knime/no-deep-nesting */
4304
4417
  }
4305
- &.plain[data-v-43067f23] {
4418
+ &.plain[data-v-ed6ba7bb] {
4306
4419
  white-space: pre-line;
4307
4420
  }
4308
- &[data-v-43067f23] {
4421
+ &[data-v-ed6ba7bb] {
4309
4422
  p {
4310
4423
  & {
4311
4424
  padding: 0;
@@ -4326,11 +4439,11 @@ i,
4326
4439
  }
4327
4440
  h3 {
4328
4441
  margin: 0;
4329
- font: var(--kds-font-base-body-large-strong);
4442
+ font: var(--kds-font-base-body-medium-strong);
4330
4443
  }
4331
4444
  h4 {
4332
4445
  margin: 0;
4333
- font: var(--kds-font-base-body-medium-strong);
4446
+ font: var(--kds-font-base-body-small-strong);
4334
4447
  }
4335
4448
  pre {
4336
4449
  & {
@@ -4409,7 +4522,7 @@ a {
4409
4522
  margin-left: var(--kds-spacing-container-0-12x);
4410
4523
  content: "";
4411
4524
  background-color: var(--link-color);
4412
- mask-image: var(--v0c7d182f);
4525
+ mask-image: var(--v4209a14a);
4413
4526
  mask-repeat: no-repeat;
4414
4527
  mask-size: contain;
4415
4528
  }