@platforma-sdk/ui-vue 1.42.15 → 1.42.18

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 (65) hide show
  1. package/.turbo/turbo-build.log +29 -28
  2. package/.turbo/turbo-type-check.log +1 -1
  3. package/CHANGELOG.md +8 -0
  4. package/dist/components/PlAgDataTable/PlAgDataTableSheets.vue2.js +5 -5
  5. package/dist/components/PlAgDataTable/PlAgDataTableV2.vue2.js +21 -21
  6. package/dist/components/PlAgDataTable/sources/table-source-v2.d.ts.map +1 -1
  7. package/dist/components/PlAgDataTable/sources/table-source-v2.js +124 -125
  8. package/dist/components/PlAgDataTable/sources/table-source-v2.js.map +1 -1
  9. package/dist/components/PlAgDataTable/sources/table-state-v2.js +3 -3
  10. package/dist/components/PlAgDataTable/sources/value-rendering.d.ts.map +1 -1
  11. package/dist/components/PlAgDataTable/sources/value-rendering.js +24 -25
  12. package/dist/components/PlAgDataTable/sources/value-rendering.js.map +1 -1
  13. package/dist/components/PlAnnotations/components/DynamicForm.vue2.js +12 -12
  14. package/dist/components/PlAnnotations/components/FilterSidebar.vue2.js +2 -2
  15. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts.map +1 -1
  16. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.js +21 -20
  17. package/dist/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.js.map +1 -1
  18. package/dist/components/PlMultiSequenceAlignment/data.d.ts.map +1 -1
  19. package/dist/components/PlMultiSequenceAlignment/data.js +170 -185
  20. package/dist/components/PlMultiSequenceAlignment/data.js.map +1 -1
  21. package/dist/components/PlTableFilters/filters-state.js +8 -8
  22. package/dist/components/PlTableFilters/filters_logic.d.ts.map +1 -1
  23. package/dist/components/PlTableFilters/filters_logic.js +67 -77
  24. package/dist/components/PlTableFilters/filters_logic.js.map +1 -1
  25. package/dist/defineApp.js +20 -20
  26. package/dist/internal/UpdateSerializer.js +3 -3
  27. package/dist/lib/model/common/dist/index.js +523 -414
  28. package/dist/lib/model/common/dist/index.js.map +1 -1
  29. package/dist/lib/ui/uikit/dist/components/DataTable/TableComponent.vue.js +1 -1
  30. package/dist/lib/ui/uikit/dist/components/PlAccordion/{ExpandTransition.vue.js → ExpandTransition.vue2.js} +1 -1
  31. package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue2.js.map +1 -0
  32. package/dist/lib/ui/uikit/dist/components/PlAccordion/PlAccordionSection.vue2.js +1 -1
  33. package/dist/lib/ui/uikit/dist/components/PlAutocomplete/PlAutocomplete.vue.js +1 -1
  34. package/dist/lib/ui/uikit/dist/components/PlDropdown/PlDropdown.vue.js +1 -1
  35. package/dist/lib/ui/uikit/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.js +1 -1
  36. package/dist/lib/ui/uikit/dist/components/PlDropdownMulti/PlDropdownMulti.vue.js +1 -1
  37. package/dist/lib/ui/uikit/dist/components/PlFileDialog/Local.vue.js +6 -6
  38. package/dist/lib/ui/uikit/dist/components/PlFileInput/PlFileInput.vue.js +28 -28
  39. package/dist/lib/ui/uikit/dist/components/PlFileInput/PlFileInput.vue.js.map +1 -1
  40. package/dist/lib/ui/uikit/dist/components/PlLogView/PlLogView.vue.js +89 -63
  41. package/dist/lib/ui/uikit/dist/components/PlLogView/PlLogView.vue.js.map +1 -1
  42. package/dist/lib/ui/uikit/dist/components/PlSlideModal/PlPureSlideModal.vue.js +1 -1
  43. package/dist/lib/ui/uikit/dist/components/PlTextArea/PlTextArea.vue.js +1 -1
  44. package/dist/lib/ui/uikit/dist/components/PlTextField/PlTextField.vue.js +1 -1
  45. package/dist/lib/ui/uikit/dist/generated/components/svg/images/{SvgRequired.vue.js → SvgRequired.vue2.js} +1 -1
  46. package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue2.js.map +1 -0
  47. package/dist/lib/ui/uikit/dist/helpers/dom.js.map +1 -1
  48. package/dist/lib/ui/uikit/dist/helpers/downloadContent.js +32 -0
  49. package/dist/lib/ui/uikit/dist/helpers/downloadContent.js.map +1 -0
  50. package/dist/lib/ui/uikit/dist/lib/model/common/dist/index.js +201 -159
  51. package/dist/lib/ui/uikit/dist/lib/model/common/dist/index.js.map +1 -1
  52. package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js +521 -517
  53. package/dist/lib/ui/uikit/dist/sdk/model/dist/index.js.map +1 -1
  54. package/dist/lib.js +52 -50
  55. package/dist/lib.js.map +1 -1
  56. package/dist/sdk/model/dist/index.js +410 -406
  57. package/dist/sdk/model/dist/index.js.map +1 -1
  58. package/package.json +4 -4
  59. package/src/components/PlAgDataTable/sources/table-source-v2.ts +20 -16
  60. package/src/components/PlAgDataTable/sources/value-rendering.ts +15 -7
  61. package/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue +1 -0
  62. package/src/components/PlMultiSequenceAlignment/data.ts +12 -12
  63. package/src/components/PlTableFilters/filters_logic.ts +18 -15
  64. package/dist/lib/ui/uikit/dist/components/PlAccordion/ExpandTransition.vue.js.map +0 -1
  65. package/dist/lib/ui/uikit/dist/generated/components/svg/images/SvgRequired.vue.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-sdk/ui-vue",
3
- "version": "1.42.15",
3
+ "version": "1.42.18",
4
4
  "type": "module",
5
5
  "main": "dist/lib.js",
6
6
  "styles": "dist/lib.js",
@@ -26,8 +26,8 @@
26
26
  "d3-format": "^3.1.0",
27
27
  "zod": "~3.23.8",
28
28
  "@milaboratories/biowasm-tools": "^1.1.0",
29
- "@milaboratories/uikit": "2.4.1",
30
- "@platforma-sdk/model": "~1.42.15"
29
+ "@platforma-sdk/model": "~1.42.16",
30
+ "@milaboratories/uikit": "2.4.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "happy-dom": "^15.11.7",
@@ -44,8 +44,8 @@
44
44
  "fast-json-patch": "^3.1.1",
45
45
  "@faker-js/faker": "^9.2.0",
46
46
  "@milaboratories/ts-configs": "1.0.5",
47
- "@milaboratories/build-configs": "1.0.5",
48
47
  "@milaboratories/eslint-config": "^1.0.4",
48
+ "@milaboratories/build-configs": "1.0.5",
49
49
  "@milaboratories/helpers": "^1.6.19"
50
50
  },
51
51
  "scripts": {
@@ -23,6 +23,10 @@ import {
23
23
  isColumnHidden,
24
24
  matchAxisId,
25
25
  isPTableValueAxis,
26
+ readAnnotation,
27
+ Annotation,
28
+ ValueType,
29
+ readAnnotationJson,
26
30
  } from '@platforma-sdk/model';
27
31
  import type {
28
32
  CellStyle,
@@ -180,12 +184,12 @@ export async function calculateGridOptions({
180
184
  indices.sort((a, b) => {
181
185
  if (specs[a].type !== specs[b].type) return specs[a].type === 'axis' ? -1 : 1;
182
186
 
183
- const aPriority = specs[a].spec.annotations?.['pl7.app/table/orderPriority'];
184
- const bPriority = specs[b].spec.annotations?.['pl7.app/table/orderPriority'];
187
+ const aPriority = readAnnotationJson(specs[a].spec, Annotation.Table.OrderPriority);
188
+ const bPriority = readAnnotationJson(specs[b].spec, Annotation.Table.OrderPriority);
185
189
 
186
190
  if (aPriority === undefined) return bPriority === undefined ? 0 : 1;
187
191
  if (bPriority === undefined) return -1;
188
- return Number(bPriority) - Number(aPriority);
192
+ return bPriority - aPriority;
189
193
  });
190
194
 
191
195
  // fields are indices of columns that would go to columnDefs
@@ -331,7 +335,7 @@ export function makeColDef(
331
335
  mainMenuItems: defaultMainMenuItems,
332
336
  context: spec,
333
337
  field: `${iCol}`,
334
- headerName: labeledSpec.spec.annotations?.['pl7.app/label']?.trim() ?? `Unlabeled ${spec.type} ${iCol}`,
338
+ headerName: readAnnotation(labeledSpec.spec, Annotation.Label)?.trim() ?? `Unlabeled ${spec.type} ${iCol}`,
335
339
  lockPosition: spec.type === 'axis',
336
340
  hide: hiddenColIds?.includes(colId) ?? isColumnOptional(spec.spec),
337
341
  valueFormatter: columnRenderingSpec.valueFormatter,
@@ -358,13 +362,13 @@ export function makeColDef(
358
362
  headerComponentParams: {
359
363
  type: ((): PlAgHeaderComponentType => {
360
364
  switch (valueType) {
361
- case 'Int':
362
- case 'Long':
363
- case 'Float':
364
- case 'Double':
365
+ case ValueType.Int:
366
+ case ValueType.Long:
367
+ case ValueType.Float:
368
+ case ValueType.Double:
365
369
  return 'Number';
366
- case 'String':
367
- case 'Bytes':
370
+ case ValueType.String:
371
+ case ValueType.Bytes:
368
372
  return 'Text';
369
373
  default:
370
374
  throw Error(`unsupported data type: ${valueType}`);
@@ -373,13 +377,13 @@ export function makeColDef(
373
377
  } satisfies PlAgHeaderComponentParams,
374
378
  cellDataType: (() => {
375
379
  switch (valueType) {
376
- case 'Int':
377
- case 'Long':
378
- case 'Float':
379
- case 'Double':
380
+ case ValueType.Int:
381
+ case ValueType.Long:
382
+ case ValueType.Float:
383
+ case ValueType.Double:
380
384
  return 'number';
381
- case 'String':
382
- case 'Bytes':
385
+ case ValueType.String:
386
+ case ValueType.Bytes:
383
387
  return 'text';
384
388
  default:
385
389
  throw Error(`unsupported data type: ${valueType}`);
@@ -1,4 +1,12 @@
1
- import { isPTableAbsent, PTableNA, type PTableColumnSpec, type PTableValue } from '@platforma-sdk/model';
1
+ import {
2
+ Annotation,
3
+ isPTableAbsent,
4
+ PTableNA,
5
+ readAnnotation,
6
+ ValueType,
7
+ type PTableColumnSpec,
8
+ type PTableValue,
9
+ } from '@platforma-sdk/model';
2
10
  import type { ValueFormatterFunc } from 'ag-grid-enterprise';
3
11
  import type { PTableHidden } from './common';
4
12
  import { isPTableHidden } from './common';
@@ -26,11 +34,11 @@ export function getColumnRenderingSpec(spec: PTableColumnSpec): ColumnRenderingS
26
34
  const valueType = spec.type === 'axis' ? spec.spec.type : spec.spec.valueType;
27
35
  let renderSpec: ColumnRenderingSpec;
28
36
  switch (valueType) {
29
- case 'Int':
30
- case 'Long':
31
- case 'Float':
32
- case 'Double': {
33
- const format = spec.spec.annotations?.['pl7.app/format'];
37
+ case ValueType.Int:
38
+ case ValueType.Long:
39
+ case ValueType.Float:
40
+ case ValueType.Double: {
41
+ const format = readAnnotation(spec.spec, Annotation.Format);
34
42
  const formatFn = format ? d3.format(format) : undefined;
35
43
  renderSpec = {
36
44
  valueFormatter: (params) => {
@@ -51,7 +59,7 @@ export function getColumnRenderingSpec(spec: PTableColumnSpec): ColumnRenderingS
51
59
  };
52
60
  break;
53
61
  }
54
- const fontFamily = spec.spec.annotations?.['pl7.app/table/fontFamily'];
62
+ const fontFamily = readAnnotation(spec.spec, Annotation.Table.FontFamily);
55
63
  if (fontFamily) renderSpec.fontFamily = fontFamily;
56
64
  return renderSpec;
57
65
  }
@@ -40,6 +40,7 @@ watch(
40
40
  <PlLogView
41
41
  :value="item[1]?.message"
42
42
  :valueToCopy="'fullMessage' in (item[1] ?? {}) ? (item[1] as unknown as FullMessage).fullMessage : item[1]?.message"
43
+ :download-filename="`output-${item[0]}-error.txt`"
43
44
  />
44
45
  </div>
45
46
  </template>
@@ -22,6 +22,9 @@ import {
22
22
  type PTableColumnId,
23
23
  type PTableSorting,
24
24
  pTableValue,
25
+ readAnnotation,
26
+ Annotation,
27
+ readAnnotationJson,
25
28
  } from '@platforma-sdk/model';
26
29
  import { ref, watch } from 'vue';
27
30
  import { highlightByChemicalProperties } from './chemical-properties';
@@ -68,7 +71,7 @@ async function getSequenceColumnsOptions({
68
71
  const options = columns.values()
69
72
  .filter((column) => sequenceColumnPredicate(column))
70
73
  .map(({ spec, columnId }) => ({
71
- label: spec.annotations?.['pl7.app/label'] ?? 'Unlabeled column',
74
+ label: readAnnotation(spec, Annotation.Label) ?? 'Unlabeled column',
72
75
  value: columnId,
73
76
  }))
74
77
  .toArray();
@@ -109,8 +112,8 @@ async function getLabelColumnsOptions({
109
112
  labelColumn
110
113
  ? canonicalizeJson({ type: 'column', id: labelColumn.columnId })
111
114
  : canonicalizeJson({ type: 'axis', id: axisId }),
112
- labelColumn?.spec.annotations?.['pl7.app/label']
113
- ?? axisSpec.annotations?.['pl7.app/label']
115
+ readAnnotation(labelColumn?.spec, Annotation.Label)
116
+ ?? readAnnotation(axisSpec, Annotation.Label)
114
117
  ?? 'Unlabeled axis',
115
118
  );
116
119
  }
@@ -124,11 +127,11 @@ async function getLabelColumnsOptions({
124
127
  });
125
128
 
126
129
  for (const { columnId, spec } of compatibleColumns) {
127
- const columnIdJson = canonicalizeJson({ type: 'column', id: columnId });
130
+ const columnIdJson = canonicalizeJson({ type: 'column', id: columnId } satisfies PTableColumnId);
128
131
  if (optionMap.has(columnIdJson)) continue;
129
132
  optionMap.set(
130
133
  columnIdJson,
131
- spec.annotations?.['pl7.app/label'] ?? 'Unlabeled column',
134
+ readAnnotation(spec, Annotation.Label) ?? 'Unlabeled column',
132
135
  );
133
136
  }
134
137
 
@@ -168,14 +171,14 @@ async function getMarkupColumnsOptions({
168
171
  }
169
172
  return columns.values()
170
173
  .filter((column) =>
171
- column.spec.annotations?.['pl7.app/sequence/isAnnotation'] === 'true'
174
+ !!readAnnotationJson(column.spec, Annotation.Sequence.IsAnnotation)
172
175
  && isJsonEqual(sequenceColumn.spec.axesSpec, column.spec.axesSpec)
173
176
  && Object.entries(sequenceColumn.spec.domain ?? {}).every((
174
177
  [key, value],
175
178
  ) => column.spec.domain?.[key] === value),
176
179
  ).map(({ columnId, spec }) => ({
177
180
  value: columnId,
178
- label: spec.annotations?.['pl7.app/label'] ?? 'Unlabeled column',
181
+ label: readAnnotation(spec, Annotation.Label) ?? 'Unlabeled column',
179
182
  }))
180
183
  .toArray();
181
184
  }
@@ -339,7 +342,7 @@ async function getMultipleAlignmentData({
339
342
  );
340
343
 
341
344
  const sequenceNames = sequenceColumns.map((column) =>
342
- column.spec.spec.annotations?.['pl7.app/label'] ?? 'Unlabeled column',
345
+ readAnnotation(column.spec.spec, Annotation.Label) ?? 'Unlabeled column',
343
346
  );
344
347
 
345
348
  const labels = Array.from(
@@ -386,10 +389,7 @@ async function getMultipleAlignmentData({
386
389
  return markupAlignedSequence(sequences[row][0], markup);
387
390
  },
388
391
  );
389
- const labels: Record<string, string> = JSON.parse(
390
- markupColumn.spec.spec.annotations
391
- ?.['pl7.app/sequence/annotation/mapping'] ?? '{}',
392
- );
392
+ const labels = readAnnotationJson(markupColumn.spec.spec, Annotation.Sequence.Annotation.Mapping) ?? {};
393
393
  result.highlightImage = highlightByMarkup({
394
394
  markupRows,
395
395
  columnCount: concatenatedSequences.at(0)?.length ?? 0,
@@ -12,6 +12,12 @@ import {
12
12
  type PlTableFilter,
13
13
  type PTableColumnSpec,
14
14
  getRawPlatformaInstance,
15
+ readDomain,
16
+ Annotation,
17
+ Domain,
18
+ readAnnotation,
19
+ parseJson,
20
+ readAnnotationJson,
15
21
  } from '@platforma-sdk/model';
16
22
  import semver from 'semver';
17
23
  import type { ListOption } from '@milaboratories/uikit';
@@ -127,7 +133,7 @@ export const isFilterDiscrete = (filter: PlTableFilter): filter is PlTableFilter
127
133
  };
128
134
 
129
135
  export function getColumnName(column: PTableColumnSpec, index: string | number) {
130
- return column.spec.annotations?.['pl7.app/label']?.trim() ?? 'Unlabeled ' + column.type + ' ' + index.toString();
136
+ return readAnnotation(column.spec, Annotation.Label)?.trim() ?? 'Unlabeled ' + column.type + ' ' + index.toString();
131
137
  }
132
138
 
133
139
  export function getFilterReference(filter: PlTableFilter): undefined | number | string {
@@ -220,18 +226,16 @@ export function parseNumber(column: PTableColumnSpec, value: string): number {
220
226
  const type = column.type === 'column' ? column.spec.valueType : column.spec.type;
221
227
  if ((type === 'Int' || type === 'Long') && !Number.isInteger(parsed)) throw Error('Model value is not an integer.');
222
228
 
223
- const min = column.spec.annotations?.['pl7.app/min'];
229
+ const min = readAnnotationJson(column.spec, Annotation.Min);
224
230
  if (min !== undefined) {
225
- const minValue = Number(min);
226
- if (Number.isFinite(minValue) && parsed < Number(min)) {
231
+ if (Number.isFinite(min) && parsed < min) {
227
232
  throw Error('Model value is too low.');
228
233
  }
229
234
  }
230
235
 
231
- const max = column.spec.annotations?.['pl7.app/max'];
236
+ const max = readAnnotationJson(column.spec, Annotation.Max);
232
237
  if (max !== undefined) {
233
- const maxValue = Number(max);
234
- if (Number.isFinite(maxValue) && parsed > Number(max)) {
238
+ if (Number.isFinite(max) && parsed > max) {
235
239
  throw Error('Model value is too high.');
236
240
  }
237
241
  }
@@ -240,7 +244,7 @@ export function parseNumber(column: PTableColumnSpec, value: string): number {
240
244
  }
241
245
 
242
246
  export function parseString(column: PTableColumnSpec, value: string): string {
243
- const alphabet = column.spec.domain?.['pl7.app/alphabet'] ?? column.spec.annotations?.['pl7.app/alphabet'];
247
+ const alphabet = readDomain(column.spec, Domain.Alphabet) ?? readAnnotation(column.spec, Annotation.Alphabet);
244
248
  if (alphabet === 'nucleotide' && !/^[AaTtGgCcNn]+$/.test(value)) throw Error('Model value is not a nucleotide.');
245
249
  if (alphabet === 'aminoacid' && !/^[AaCcDdEeFfGgHhIiKkLlMmNnPpQqRrSsTtVvWwYyXx*_]+$/.test(value)) throw Error('Model value is not an aminoacid.');
246
250
  return value;
@@ -260,8 +264,7 @@ export function makeWildcardOptions(
260
264
  column: PTableColumnSpec,
261
265
  reference: string,
262
266
  ): ListOption<string>[] {
263
- const alphabet = column.spec.domain?.['pl7.app/alphabet']
264
- ?? column.spec.annotations?.['pl7.app/alphabet'];
267
+ const alphabet = readDomain(column.spec, Domain.Alphabet) ?? readAnnotation(column.spec, Annotation.Alphabet);
265
268
  if (alphabet === 'nucleotide') {
266
269
  return [{
267
270
  label: 'N',
@@ -283,17 +286,17 @@ export function makeWildcardOptions(
283
286
  }
284
287
 
285
288
  export function makeDiscreteOptions(column: PTableColumnSpec): ListOption<number | string>[] {
286
- const discreteValuesAnnotation = column.spec.annotations?.['pl7.app/discreteValues'];
289
+ const discreteValuesAnnotation = readAnnotation(column.spec, Annotation.DiscreteValues);
287
290
  if (!discreteValuesAnnotation) return [];
288
291
 
289
292
  try {
290
- const discreteValues: (string | number)[] = JSON.parse(discreteValuesAnnotation);
293
+ const discreteValues = parseJson<number[] | string[]>(discreteValuesAnnotation);
291
294
  return discreteValues.map((v) => ({
292
- label: v.toString(),
295
+ label: `${v}`,
293
296
  value: v,
294
297
  }));
295
298
  } catch (err: unknown) {
296
- console.error(`Column ${column.id} has invalid 'pl7.app/discreteValues' annotation: '${discreteValuesAnnotation}'`, err);
299
+ console.error(`Column ${column.id} has invalid '${Annotation.DiscreteValues}' annotation: '${discreteValuesAnnotation}'`, err);
297
300
  return [];
298
301
  }
299
302
  }
@@ -301,7 +304,7 @@ export function makeDiscreteOptions(column: PTableColumnSpec): ListOption<number
301
304
  export function isAlphabetic(column: PTableColumnSpec): boolean {
302
305
  return semver.gt(getRawPlatformaInstance().sdkInfo.sdkVersion, '1.14.0')
303
306
  && (column.type === 'column' ? column.spec.valueType : column.spec.type) === 'String'
304
- && (column.spec.domain?.['pl7.app/alphabet'] ?? column.spec.annotations?.['pl7.app/alphabet']) !== undefined;
307
+ && (readDomain(column.spec, Domain.Alphabet) ?? readAnnotation(column.spec, Annotation.Alphabet)) !== undefined;
305
308
  }
306
309
 
307
310
  export function makePredicate(alphabetic: boolean, filter: PlTableFilter): SingleValuePredicateV2 {
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExpandTransition.vue.js","sources":["../../../../../../../../../lib/ui/uikit/src/components/PlAccordion/ExpandTransition.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nconst onStart = (el: Element) => {\n el.classList.add('expand-collapse-fix');\n (el as HTMLElement).style.setProperty('--component-height', el.scrollHeight + 'px');\n};\n\nconst onAfter = (el: Element) => {\n (el as HTMLElement).style.removeProperty('--component-height');\n el.classList.remove('expand-collapse-fix');\n};\n</script>\n\n<template>\n <Transition name=\"expand-collapse\" @enter=\"onStart\" @leave=\"onStart\" @after-enter=\"onAfter\" @after-leave=\"onAfter\">\n <slot/>\n </Transition>\n</template>\n\n<style>\n.expand-collapse-fix {\n overflow: hidden;\n}\n\n.expand-collapse-enter-active,\n.expand-collapse-leave-active {\n transition:\n height 0.2s ease-in-out,\n opacity 0.2s ease-in-out;\n height: var(--component-height);\n}\n\n.expand-collapse-enter-from,\n.expand-collapse-leave-to {\n opacity: 0.5;\n height: 0;\n}\n</style>\n"],"names":["onStart","el","onAfter"],"mappings":";;;;AACMA,UAAAA,IAAU,CAACC,MAAgB;AAC5BA,QAAA,UAAU,IAAI,qBAAqB,GACrCA,EAAmB,MAAM,YAAY,sBAAsBA,EAAG,eAAe,IAAI;AAAA,IAAA,GAG9EC,IAAU,CAACD,MAAgB;AAC9BA,QAAmB,MAAM,eAAe,oBAAoB,GAC1DA,EAAA,UAAU,OAAO,qBAAqB;AAAA,IAC3C;;;;;;;;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SvgRequired.vue.js","sources":["../../../../../../../../../../../lib/ui/uikit/src/generated/components/svg/images/SvgRequired.vue"],"sourcesContent":["<!-- ⚠️ AUTOGENERATED. DO NOT EDIT. -->\n<script lang=\"ts\">\nimport '../svg-styles.css';\nexport default { name: 'SvgRequired' };\n</script>\n\n<template>\n <div class=\"svg-icon SvgRequired\" style=\"width: 5px; height: 12px\" />\n</template>\n\n<style>\n .SvgRequired { background-image: url(\"data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2212%22%20viewBox%3D%220%200%205%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.51685%204.8L2.5%203.34159L3.47612%204.8L4.39607%204.12743L3.31461%202.7469L5%202.25133L4.64888%201.16106L3.00562%201.77699L3.06882%200H1.93118L1.99438%201.77699L0.351124%201.16106L0%202.25133L1.68539%202.7469L0.59691%204.12743L1.51685%204.8Z%22%20fill%3D%22%23F1222F%22%2F%3E%3C%2Fsvg%3E\"); }\n</style>\n"],"names":[],"mappings":";;;;;;;;;;;;;AAOoC,MAAA,IAAA;AAAA,EAAA,OAAA;AAAA;;;;;;"}