@synergy-design-system/metadata 3.8.0 → 3.10.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/CHANGELOG.md +21 -0
- package/data/core/component/component:syn-chart.json +181 -0
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +10 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +31 -0
- package/data/core/token/token:tokens-charts-js-index-js.json +31 -0
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +31 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +32 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +32 -0
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/index.json +108 -1
- package/data/layers/examples/component/component:syn-chart.md +191 -0
- package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +1 -1
- package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +1 -1
- package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +1 -1
- package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +1 -1
- package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +1 -1
- package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +1 -1
- package/data/layers/full/component/component:syn-button/angular/button.component.ts +1 -1
- package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +1 -1
- package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +1 -1
- package/data/layers/full/component/component:syn-card/angular/card.component.ts +1 -1
- package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +1 -1
- package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +84 -0
- package/data/layers/full/component/component:syn-chart/components/chart.component.ts +181 -0
- package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +110 -0
- package/data/layers/full/component/component:syn-chart/components/chart.styles.ts +15 -0
- package/data/layers/full/component/component:syn-chart/components/chart.ts +14 -0
- package/data/layers/full/component/component:syn-chart/components/types.ts +5 -0
- package/data/layers/full/component/component:syn-chart/react/SynChartJSXElement.ts +1 -0
- package/data/layers/full/component/component:syn-chart/react/chart.ts +28 -0
- package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +76 -0
- package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +1 -1
- package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +1 -1
- package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +1 -1
- package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +1 -1
- package/data/layers/full/component/component:syn-details/angular/details.component.ts +1 -1
- package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +1 -1
- package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +1 -1
- package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +1 -1
- package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +1 -1
- package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +1 -1
- package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +1 -1
- package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +1 -1
- package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +1 -1
- package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +1 -1
- package/data/layers/full/component/component:syn-file/angular/file.component.ts +1 -1
- package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +1 -1
- package/data/layers/full/component/component:syn-header/angular/header.component.ts +1 -1
- package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +1 -1
- package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +1 -1
- package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +1 -1
- package/data/layers/full/component/component:syn-input/angular/input.component.ts +1 -1
- package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +1 -1
- package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +1 -1
- package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +1 -1
- package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +1 -1
- package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +1 -1
- package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +1 -1
- package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +1 -1
- package/data/layers/full/component/component:syn-option/angular/option.component.ts +1 -1
- package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +1 -1
- package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +1 -1
- package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +1 -1
- package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +1 -1
- package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +1 -1
- package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +1 -1
- package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +1 -1
- package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +1 -1
- package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +1 -1
- package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +1 -1
- package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +1 -1
- package/data/layers/full/component/component:syn-range/angular/range.component.ts +1 -1
- package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +1 -1
- package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +1 -1
- package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +1 -1
- package/data/layers/full/component/component:syn-select/angular/select.component.ts +1 -1
- package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +1 -1
- package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +1 -1
- package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +1 -1
- package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +1 -1
- package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +1 -1
- package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +1 -1
- package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +1 -1
- package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +1 -1
- package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +1 -1
- package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +1 -1
- package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +1 -1
- package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +1 -1
- package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +1 -1
- package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +1 -1
- package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +1 -1
- package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +1 -1
- package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +1 -1
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:angular-package/angular/README.md +4 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +18 -0
- package/data/layers/full/setup/setup:components-package/components/README.md +84 -2
- package/data/layers/full/setup/setup:components-package/components/package.json +8 -5
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:react-package/react/README.md +4 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +19 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +16 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/README.md +119 -19
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +11 -6
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:vue-package/vue/README.md +4 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +9 -2
- package/data/layers/full/tokens/charts/js/index.d.ts +664 -0
- package/data/layers/full/tokens/charts/js/index.js +664 -0
- package/data/layers/full/tokens/charts/scss/_tokens.scss +136 -0
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +142 -0
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +142 -0
- package/data/layers/full/tokens/figma-variables/sick2025-light.json +12 -12
- package/data/layers/full/tokens/js/index.d.ts +1 -1
- package/data/layers/full/tokens/js/index.js +1 -1
- package/data/layers/full/tokens/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +12 -12
- package/data/layers/interface/component/component:syn-chart.json +51 -0
- package/data/layers/interface/component/component:syn-chart.md +61 -0
- package/data/layers/rules/component/component:syn-chart.md +39 -0
- package/data/manifest.json +3 -3
- package/package.json +5 -5
- package/dist/intentPolicy/capabilities/action.d.ts +0 -2
- package/dist/intentPolicy/capabilities/action.js +0 -26
- package/dist/intentPolicy/capabilities/assistance.d.ts +0 -2
- package/dist/intentPolicy/capabilities/assistance.js +0 -10
- package/dist/intentPolicy/capabilities/disclosure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/disclosure.js +0 -14
- package/dist/intentPolicy/capabilities/feedback.d.ts +0 -2
- package/dist/intentPolicy/capabilities/feedback.js +0 -42
- package/dist/intentPolicy/capabilities/index.d.ts +0 -6
- package/dist/intentPolicy/capabilities/index.js +0 -22
- package/dist/intentPolicy/capabilities/input.d.ts +0 -2
- package/dist/intentPolicy/capabilities/input.js +0 -38
- package/dist/intentPolicy/capabilities/navigation.d.ts +0 -2
- package/dist/intentPolicy/capabilities/navigation.js +0 -54
- package/dist/intentPolicy/capabilities/status.d.ts +0 -2
- package/dist/intentPolicy/capabilities/status.js +0 -14
- package/dist/intentPolicy/capabilities/structure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/structure.js +0 -22
- package/dist/intentPolicy/categories/action.d.ts +0 -2
- package/dist/intentPolicy/categories/action.js +0 -4
- package/dist/intentPolicy/categories/assistance.d.ts +0 -2
- package/dist/intentPolicy/categories/assistance.js +0 -4
- package/dist/intentPolicy/categories/disclosure.d.ts +0 -2
- package/dist/intentPolicy/categories/disclosure.js +0 -4
- package/dist/intentPolicy/categories/feedback.d.ts +0 -2
- package/dist/intentPolicy/categories/feedback.js +0 -4
- package/dist/intentPolicy/categories/index.d.ts +0 -5
- package/dist/intentPolicy/categories/index.js +0 -22
- package/dist/intentPolicy/categories/input.d.ts +0 -2
- package/dist/intentPolicy/categories/input.js +0 -4
- package/dist/intentPolicy/categories/navigation.d.ts +0 -2
- package/dist/intentPolicy/categories/navigation.js +0 -4
- package/dist/intentPolicy/categories/status.d.ts +0 -2
- package/dist/intentPolicy/categories/status.js +0 -4
- package/dist/intentPolicy/categories/structure.d.ts +0 -2
- package/dist/intentPolicy/categories/structure.js +0 -4
- package/dist/intentPolicy/intents/action.d.ts +0 -2
- package/dist/intentPolicy/intents/action.js +0 -38
- package/dist/intentPolicy/intents/assistance.d.ts +0 -2
- package/dist/intentPolicy/intents/assistance.js +0 -14
- package/dist/intentPolicy/intents/disclosure.d.ts +0 -2
- package/dist/intentPolicy/intents/disclosure.js +0 -20
- package/dist/intentPolicy/intents/feedback.d.ts +0 -2
- package/dist/intentPolicy/intents/feedback.js +0 -32
- package/dist/intentPolicy/intents/index.d.ts +0 -7
- package/dist/intentPolicy/intents/index.js +0 -23
- package/dist/intentPolicy/intents/input.d.ts +0 -2
- package/dist/intentPolicy/intents/input.js +0 -62
- package/dist/intentPolicy/intents/navigation.d.ts +0 -2
- package/dist/intentPolicy/intents/navigation.js +0 -44
- package/dist/intentPolicy/intents/status.d.ts +0 -2
- package/dist/intentPolicy/intents/status.js +0 -26
- package/dist/intentPolicy/intents/structure.d.ts +0 -2
- package/dist/intentPolicy/intents/structure.js +0 -32
- package/dist/intentPolicy/patterns/action.d.ts +0 -2
- package/dist/intentPolicy/patterns/action.js +0 -195
- package/dist/intentPolicy/patterns/assistance.d.ts +0 -2
- package/dist/intentPolicy/patterns/assistance.js +0 -13
- package/dist/intentPolicy/patterns/disclosure.d.ts +0 -2
- package/dist/intentPolicy/patterns/disclosure.js +0 -23
- package/dist/intentPolicy/patterns/feedback.d.ts +0 -2
- package/dist/intentPolicy/patterns/feedback.js +0 -44
- package/dist/intentPolicy/patterns/index.d.ts +0 -6
- package/dist/intentPolicy/patterns/index.js +0 -22
- package/dist/intentPolicy/patterns/input.d.ts +0 -2
- package/dist/intentPolicy/patterns/input.js +0 -99
- package/dist/intentPolicy/patterns/navigation.d.ts +0 -2
- package/dist/intentPolicy/patterns/navigation.js +0 -192
- package/dist/intentPolicy/patterns/status.d.ts +0 -2
- package/dist/intentPolicy/patterns/status.js +0 -32
- package/dist/intentPolicy/patterns/structure.d.ts +0 -2
- package/dist/intentPolicy/patterns/structure.js +0 -107
package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynIconButton from '@synergy-design-system/components/components/icon-button/icon-button.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
18
18
|
import '@synergy-design-system/components/components/icon-button/icon-button.js';
|
|
@@ -23,7 +23,7 @@ import '@synergy-design-system/components/components/icon-button/icon-button.js'
|
|
|
23
23
|
|
|
24
24
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
25
25
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
26
|
-
import type
|
|
26
|
+
import type SynIconButton from '@synergy-design-system/components/components/icon-button/icon-button.component.js';
|
|
27
27
|
|
|
28
28
|
// DOM Reference to the element
|
|
29
29
|
const nativeElement = ref<SynIconButton>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynInput from '@synergy-design-system/components/components/input/input.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynClearEvent } from '@synergy-design-system/components';
|
|
@@ -62,7 +62,7 @@ import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
|
62
62
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
63
63
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
64
64
|
import type { SynClampEvent } from '@synergy-design-system/components';
|
|
65
|
-
import type
|
|
65
|
+
import type SynInput from '@synergy-design-system/components/components/input/input.component.js';
|
|
66
66
|
|
|
67
67
|
// DOM Reference to the element
|
|
68
68
|
const nativeElement = ref<SynInput>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynMenu from '@synergy-design-system/components/components/menu/menu.component.js';
|
|
16
16
|
import type { SynSelectEvent } from '@synergy-design-system/components';
|
|
17
17
|
import '@synergy-design-system/components/components/menu/menu.js';
|
|
18
18
|
|
|
@@ -19,7 +19,7 @@ import { computed, ref } from 'vue';
|
|
|
19
19
|
import '@synergy-design-system/components/components/menu/menu.js';
|
|
20
20
|
|
|
21
21
|
import type { SynSelectEvent } from '@synergy-design-system/components';
|
|
22
|
-
import type
|
|
22
|
+
import type SynMenu from '@synergy-design-system/components/components/menu/menu.component.js';
|
|
23
23
|
|
|
24
24
|
// DOM Reference to the element
|
|
25
25
|
const nativeElement = ref<SynMenu>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynMenuItem from '@synergy-design-system/components/components/menu-item/menu-item.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/menu-item/menu-item.js';
|
|
18
18
|
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
import { computed, ref } from 'vue';
|
|
35
35
|
import '@synergy-design-system/components/components/menu-item/menu-item.js';
|
|
36
36
|
|
|
37
|
-
import type
|
|
37
|
+
import type SynMenuItem from '@synergy-design-system/components/components/menu-item/menu-item.component.js';
|
|
38
38
|
|
|
39
39
|
// DOM Reference to the element
|
|
40
40
|
const nativeElement = ref<SynMenuItem>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynMenuLabel from '@synergy-design-system/components/components/menu-label/menu-label.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/menu-label/menu-label.js';
|
|
18
18
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import { computed, ref } from 'vue';
|
|
25
25
|
import '@synergy-design-system/components/components/menu-label/menu-label.js';
|
|
26
26
|
|
|
27
|
-
import type
|
|
27
|
+
import type SynMenuLabel from '@synergy-design-system/components/components/menu-label/menu-label.component.js';
|
|
28
28
|
|
|
29
29
|
// DOM Reference to the element
|
|
30
30
|
const nativeElement = ref<SynMenuLabel>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynNavItem from '@synergy-design-system/components/components/nav-item/nav-item.component.js';
|
|
16
16
|
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
@@ -59,7 +59,7 @@ import type { SynShowEvent } from '@synergy-design-system/components';
|
|
|
59
59
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
60
60
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
61
61
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
62
|
-
import type
|
|
62
|
+
import type SynNavItem from '@synergy-design-system/components/components/nav-item/nav-item.component.js';
|
|
63
63
|
|
|
64
64
|
// DOM Reference to the element
|
|
65
65
|
const nativeElement = ref<SynNavItem>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynOptgroup from '@synergy-design-system/components/components/optgroup/optgroup.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/optgroup/optgroup.js';
|
|
18
18
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
import { computed, ref } from 'vue';
|
|
31
31
|
import '@synergy-design-system/components/components/optgroup/optgroup.js';
|
|
32
32
|
|
|
33
|
-
import type
|
|
33
|
+
import type SynOptgroup from '@synergy-design-system/components/components/optgroup/optgroup.component.js';
|
|
34
34
|
|
|
35
35
|
// DOM Reference to the element
|
|
36
36
|
const nativeElement = ref<SynOptgroup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynOption from '@synergy-design-system/components/components/option/option.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/option/option.js';
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
import { computed, ref } from 'vue';
|
|
27
27
|
import '@synergy-design-system/components/components/option/option.js';
|
|
28
28
|
|
|
29
|
-
import type
|
|
29
|
+
import type SynOption from '@synergy-design-system/components/components/option/option.component.js';
|
|
30
30
|
|
|
31
31
|
// DOM Reference to the element
|
|
32
32
|
const nativeElement = ref<SynOption>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynPagination from '@synergy-design-system/components/components/pagination/pagination.component.js';
|
|
16
16
|
import type { SynPaginationPageChangedEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynPaginationPageSizeChangedEvent } from '@synergy-design-system/components';
|
|
18
18
|
import '@synergy-design-system/components/components/pagination/pagination.js';
|
|
@@ -35,7 +35,7 @@ import '@synergy-design-system/components/components/pagination/pagination.js';
|
|
|
35
35
|
|
|
36
36
|
import type { SynPaginationPageChangedEvent } from '@synergy-design-system/components';
|
|
37
37
|
import type { SynPaginationPageSizeChangedEvent } from '@synergy-design-system/components';
|
|
38
|
-
import type
|
|
38
|
+
import type SynPagination from '@synergy-design-system/components/components/pagination/pagination.component.js';
|
|
39
39
|
|
|
40
40
|
// DOM Reference to the element
|
|
41
41
|
const nativeElement = ref<SynPagination>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynPopup from '@synergy-design-system/components/components/popup/popup.component.js';
|
|
16
16
|
import type { SynRepositionEvent } from '@synergy-design-system/components';
|
|
17
17
|
import '@synergy-design-system/components/components/popup/popup.js';
|
|
18
18
|
|
|
@@ -38,7 +38,7 @@ import { computed, ref } from 'vue';
|
|
|
38
38
|
import '@synergy-design-system/components/components/popup/popup.js';
|
|
39
39
|
|
|
40
40
|
import type { SynRepositionEvent } from '@synergy-design-system/components';
|
|
41
|
-
import type
|
|
41
|
+
import type SynPopup from '@synergy-design-system/components/components/popup/popup.component.js';
|
|
42
42
|
|
|
43
43
|
// DOM Reference to the element
|
|
44
44
|
const nativeElement = ref<SynPopup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynPrioNav from '@synergy-design-system/components/components/prio-nav/prio-nav.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/prio-nav/prio-nav.js';
|
|
18
18
|
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
import { computed, ref } from 'vue';
|
|
44
44
|
import '@synergy-design-system/components/components/prio-nav/prio-nav.js';
|
|
45
45
|
|
|
46
|
-
import type
|
|
46
|
+
import type SynPrioNav from '@synergy-design-system/components/components/prio-nav/prio-nav.component.js';
|
|
47
47
|
|
|
48
48
|
// DOM Reference to the element
|
|
49
49
|
const nativeElement = ref<SynPrioNav>();
|
package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynProgressBar from '@synergy-design-system/components/components/progress-bar/progress-bar.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/progress-bar/progress-bar.js';
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
import { computed, ref } from 'vue';
|
|
27
27
|
import '@synergy-design-system/components/components/progress-bar/progress-bar.js';
|
|
28
28
|
|
|
29
|
-
import type
|
|
29
|
+
import type SynProgressBar from '@synergy-design-system/components/components/progress-bar/progress-bar.component.js';
|
|
30
30
|
|
|
31
31
|
// DOM Reference to the element
|
|
32
32
|
const nativeElement = ref<SynProgressBar>();
|
package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynProgressRing from '@synergy-design-system/components/components/progress-ring/progress-ring.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/progress-ring/progress-ring.js';
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
import { computed, ref } from 'vue';
|
|
27
27
|
import '@synergy-design-system/components/components/progress-ring/progress-ring.js';
|
|
28
28
|
|
|
29
|
-
import type
|
|
29
|
+
import type SynProgressRing from '@synergy-design-system/components/components/progress-ring/progress-ring.component.js';
|
|
30
30
|
|
|
31
31
|
// DOM Reference to the element
|
|
32
32
|
const nativeElement = ref<SynProgressRing>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynRadio from '@synergy-design-system/components/components/radio/radio.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
18
18
|
import '@synergy-design-system/components/components/radio/radio.js';
|
|
@@ -29,7 +29,7 @@ import '@synergy-design-system/components/components/radio/radio.js';
|
|
|
29
29
|
|
|
30
30
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
31
31
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
32
|
-
import type
|
|
32
|
+
import type SynRadio from '@synergy-design-system/components/components/radio/radio.component.js';
|
|
33
33
|
|
|
34
34
|
// DOM Reference to the element
|
|
35
35
|
const nativeElement = ref<SynRadio>();
|
package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynRadioButton from '@synergy-design-system/components/components/radio-button/radio-button.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
18
18
|
import '@synergy-design-system/components/components/radio-button/radio-button.js';
|
|
@@ -30,7 +30,7 @@ import '@synergy-design-system/components/components/radio-button/radio-button.j
|
|
|
30
30
|
|
|
31
31
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
32
32
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
33
|
-
import type
|
|
33
|
+
import type SynRadioButton from '@synergy-design-system/components/components/radio-button/radio-button.component.js';
|
|
34
34
|
|
|
35
35
|
// DOM Reference to the element
|
|
36
36
|
const nativeElement = ref<SynRadioButton>();
|
package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynRadioGroup from '@synergy-design-system/components/components/radio-group/radio-group.component.js';
|
|
16
16
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
@@ -35,7 +35,7 @@ import '@synergy-design-system/components/components/radio-group/radio-group.js'
|
|
|
35
35
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
36
36
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
37
37
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
38
|
-
import type
|
|
38
|
+
import type SynRadioGroup from '@synergy-design-system/components/components/radio-group/radio-group.component.js';
|
|
39
39
|
|
|
40
40
|
// DOM Reference to the element
|
|
41
41
|
const nativeElement = ref<SynRadioGroup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynRange from '@synergy-design-system/components/components/range/range.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
@@ -66,7 +66,7 @@ import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
|
66
66
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
67
67
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
68
68
|
import type { SynMoveEvent } from '@synergy-design-system/components';
|
|
69
|
-
import type
|
|
69
|
+
import type SynRange from '@synergy-design-system/components/components/range/range.component.js';
|
|
70
70
|
|
|
71
71
|
// DOM Reference to the element
|
|
72
72
|
const nativeElement = ref<SynRange>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynRangeTick from '@synergy-design-system/components/components/range-tick/range-tick.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/range-tick/range-tick.js';
|
|
18
18
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
import { computed, ref } from 'vue';
|
|
24
24
|
import '@synergy-design-system/components/components/range-tick/range-tick.js';
|
|
25
25
|
|
|
26
|
-
import type
|
|
26
|
+
import type SynRangeTick from '@synergy-design-system/components/components/range-tick/range-tick.component.js';
|
|
27
27
|
|
|
28
28
|
// DOM Reference to the element
|
|
29
29
|
const nativeElement = ref<SynRangeTick>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynSelect from '@synergy-design-system/components/components/select/select.component.js';
|
|
16
16
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynClearEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
@@ -66,7 +66,7 @@ import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
|
66
66
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
67
67
|
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
68
68
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
69
|
-
import type
|
|
69
|
+
import type SynSelect from '@synergy-design-system/components/components/select/select.component.js';
|
|
70
70
|
|
|
71
71
|
// DOM Reference to the element
|
|
72
72
|
const nativeElement = ref<SynSelect>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynSideNav from '@synergy-design-system/components/components/side-nav/side-nav.component.js';
|
|
16
16
|
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
@@ -72,7 +72,7 @@ import type { SynShowEvent } from '@synergy-design-system/components';
|
|
|
72
72
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
73
73
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
74
74
|
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
75
|
-
import type
|
|
75
|
+
import type SynSideNav from '@synergy-design-system/components/components/side-nav/side-nav.component.js';
|
|
76
76
|
|
|
77
77
|
// DOM Reference to the element
|
|
78
78
|
const nativeElement = ref<SynSideNav>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynSpinner from '@synergy-design-system/components/components/spinner/spinner.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/spinner/spinner.js';
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { computed, ref } from 'vue';
|
|
21
21
|
import '@synergy-design-system/components/components/spinner/spinner.js';
|
|
22
22
|
|
|
23
|
-
import type
|
|
23
|
+
import type SynSpinner from '@synergy-design-system/components/components/spinner/spinner.component.js';
|
|
24
24
|
|
|
25
25
|
// DOM Reference to the element
|
|
26
26
|
const nativeElement = ref<SynSpinner>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynSwitch from '@synergy-design-system/components/components/switch/switch.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
@@ -38,7 +38,7 @@ import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
|
38
38
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
39
39
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
40
40
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
41
|
-
import type
|
|
41
|
+
import type SynSwitch from '@synergy-design-system/components/components/switch/switch.component.js';
|
|
42
42
|
|
|
43
43
|
// DOM Reference to the element
|
|
44
44
|
const nativeElement = ref<SynSwitch>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTab from '@synergy-design-system/components/components/tab/tab.component.js';
|
|
16
16
|
import type { SynCloseEvent } from '@synergy-design-system/components';
|
|
17
17
|
import '@synergy-design-system/components/components/tab/tab.js';
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ import { computed, ref } from 'vue';
|
|
|
25
25
|
import '@synergy-design-system/components/components/tab/tab.js';
|
|
26
26
|
|
|
27
27
|
import type { SynCloseEvent } from '@synergy-design-system/components';
|
|
28
|
-
import type
|
|
28
|
+
import type SynTab from '@synergy-design-system/components/components/tab/tab.component.js';
|
|
29
29
|
|
|
30
30
|
// DOM Reference to the element
|
|
31
31
|
const nativeElement = ref<SynTab>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTabGroup from '@synergy-design-system/components/components/tab-group/tab-group.component.js';
|
|
16
16
|
import type { SynTabShowEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynTabHideEvent } from '@synergy-design-system/components';
|
|
18
18
|
import '@synergy-design-system/components/components/tab-group/tab-group.js';
|
|
@@ -39,7 +39,7 @@ import '@synergy-design-system/components/components/tab-group/tab-group.js';
|
|
|
39
39
|
|
|
40
40
|
import type { SynTabShowEvent } from '@synergy-design-system/components';
|
|
41
41
|
import type { SynTabHideEvent } from '@synergy-design-system/components';
|
|
42
|
-
import type
|
|
42
|
+
import type SynTabGroup from '@synergy-design-system/components/components/tab-group/tab-group.component.js';
|
|
43
43
|
|
|
44
44
|
// DOM Reference to the element
|
|
45
45
|
const nativeElement = ref<SynTabGroup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTabPanel from '@synergy-design-system/components/components/tab-panel/tab-panel.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/tab-panel/tab-panel.js';
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
import { computed, ref } from 'vue';
|
|
21
21
|
import '@synergy-design-system/components/components/tab-panel/tab-panel.js';
|
|
22
22
|
|
|
23
|
-
import type
|
|
23
|
+
import type SynTabPanel from '@synergy-design-system/components/components/tab-panel/tab-panel.component.js';
|
|
24
24
|
|
|
25
25
|
// DOM Reference to the element
|
|
26
26
|
const nativeElement = ref<SynTabPanel>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTag from '@synergy-design-system/components/components/tag/tag.component.js';
|
|
16
16
|
import type { SynRemoveEvent } from '@synergy-design-system/components';
|
|
17
17
|
import '@synergy-design-system/components/components/tag/tag.js';
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@ import { computed, ref } from 'vue';
|
|
|
26
26
|
import '@synergy-design-system/components/components/tag/tag.js';
|
|
27
27
|
|
|
28
28
|
import type { SynRemoveEvent } from '@synergy-design-system/components';
|
|
29
|
-
import type
|
|
29
|
+
import type SynTag from '@synergy-design-system/components/components/tag/tag.component.js';
|
|
30
30
|
|
|
31
31
|
// DOM Reference to the element
|
|
32
32
|
const nativeElement = ref<SynTag>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTagGroup from '@synergy-design-system/components/components/tag-group/tag-group.component.js';
|
|
16
16
|
|
|
17
17
|
import '@synergy-design-system/components/components/tag-group/tag-group.js';
|
|
18
18
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
import { computed, ref } from 'vue';
|
|
24
24
|
import '@synergy-design-system/components/components/tag-group/tag-group.js';
|
|
25
25
|
|
|
26
|
-
import type
|
|
26
|
+
import type SynTagGroup from '@synergy-design-system/components/components/tag-group/tag-group.component.js';
|
|
27
27
|
|
|
28
28
|
// DOM Reference to the element
|
|
29
29
|
const nativeElement = ref<SynTagGroup>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTextarea from '@synergy-design-system/components/components/textarea/textarea.component.js';
|
|
16
16
|
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
@@ -35,7 +35,7 @@ import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
|
35
35
|
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
36
36
|
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
37
37
|
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
38
|
-
import type
|
|
38
|
+
import type SynTextarea from '@synergy-design-system/components/components/textarea/textarea.component.js';
|
|
39
39
|
|
|
40
40
|
// DOM Reference to the element
|
|
41
41
|
const nativeElement = ref<SynTextarea>();
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
EventEmitter,
|
|
13
13
|
AfterContentInit,
|
|
14
14
|
} from '@angular/core';
|
|
15
|
-
import type
|
|
15
|
+
import type SynTooltip from '@synergy-design-system/components/components/tooltip/tooltip.component.js';
|
|
16
16
|
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
17
17
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
18
18
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
@@ -40,7 +40,7 @@ import type { SynShowEvent } from '@synergy-design-system/components';
|
|
|
40
40
|
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
41
41
|
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
42
42
|
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
43
|
-
import type
|
|
43
|
+
import type SynTooltip from '@synergy-design-system/components/components/tooltip/tooltip.component.js';
|
|
44
44
|
|
|
45
45
|
// DOM Reference to the element
|
|
46
46
|
const nativeElement = ref<SynTooltip>();
|