@synergy-design-system/vue 2.30.2 → 2.30.4

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 (41) hide show
  1. package/package.json +2 -2
  2. package/src/components/SynVueAlert.vue +1 -1
  3. package/src/components/SynVueBadge.vue +1 -1
  4. package/src/components/SynVueBreadcrumb.vue +1 -1
  5. package/src/components/SynVueBreadcrumbItem.vue +1 -1
  6. package/src/components/SynVueButton.vue +1 -1
  7. package/src/components/SynVueButtonGroup.vue +1 -1
  8. package/src/components/SynVueCard.vue +1 -1
  9. package/src/components/SynVueCheckbox.vue +1 -1
  10. package/src/components/SynVueDetails.vue +1 -1
  11. package/src/components/SynVueDialog.vue +1 -1
  12. package/src/components/SynVueDivider.vue +1 -1
  13. package/src/components/SynVueDrawer.vue +1 -1
  14. package/src/components/SynVueDropdown.vue +1 -1
  15. package/src/components/SynVueFile.vue +1 -0
  16. package/src/components/SynVueIcon.vue +1 -1
  17. package/src/components/SynVueIconButton.vue +1 -1
  18. package/src/components/SynVueInput.vue +1 -1
  19. package/src/components/SynVueMenu.vue +1 -1
  20. package/src/components/SynVueMenuItem.vue +1 -1
  21. package/src/components/SynVueMenuLabel.vue +1 -1
  22. package/src/components/SynVueNavItem.vue +1 -0
  23. package/src/components/SynVueOption.vue +1 -1
  24. package/src/components/SynVuePopup.vue +1 -1
  25. package/src/components/SynVuePrioNav.vue +1 -0
  26. package/src/components/SynVueProgressBar.vue +1 -1
  27. package/src/components/SynVueProgressRing.vue +1 -1
  28. package/src/components/SynVueRadio.vue +1 -1
  29. package/src/components/SynVueRadioButton.vue +1 -1
  30. package/src/components/SynVueRadioGroup.vue +1 -1
  31. package/src/components/SynVueRangeTick.vue +1 -1
  32. package/src/components/SynVueSelect.vue +1 -1
  33. package/src/components/SynVueSpinner.vue +1 -1
  34. package/src/components/SynVueSwitch.vue +1 -1
  35. package/src/components/SynVueTab.vue +1 -1
  36. package/src/components/SynVueTabGroup.vue +1 -1
  37. package/src/components/SynVueTabPanel.vue +1 -1
  38. package/src/components/SynVueTag.vue +1 -1
  39. package/src/components/SynVueTextarea.vue +1 -1
  40. package/src/components/SynVueTooltip.vue +1 -1
  41. package/src/components/SynVueValidate.vue +1 -1
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://www.sick.com"
5
5
  },
6
6
  "dependencies": {
7
- "@synergy-design-system/components": "^2.30.2"
7
+ "@synergy-design-system/components": "^2.30.4"
8
8
  },
9
9
  "description": "Vue3 wrappers for the Synergy Design System",
10
10
  "exports": {
@@ -40,7 +40,7 @@
40
40
  "directory": "packages/vue"
41
41
  },
42
42
  "type": "module",
43
- "version": "2.30.2",
43
+ "version": "2.30.4",
44
44
  "devDependencies": {
45
45
  "@vitejs/plugin-vue": "^5.2.3",
46
46
  "@vue/tsconfig": "^0.7.0",
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Alerts are used to display important messages inline or as toast notifications.
10
- * @documentation https://synergy.style/components/alert
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-alert--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Badges are used to draw attention and display statuses or counts.
10
- * @documentation https://synergy.style/components/badge
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-badge--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
10
- * @documentation https://synergy.style/components/breadcrumb
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.
10
- * @documentation https://synergy.style/components/breadcrumb-item
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb-item--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Buttons represent actions that are available to the user.
10
- * @documentation https://synergy.style/components/button
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Button groups can be used to group related buttons into sections.
10
- * @documentation https://synergy.style/components/button-group
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button-group--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Cards can be used to group related subjects in a container.
10
- * @documentation https://synergy.style/components/card
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-card--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Checkboxes allow the user to toggle an option on or off.
10
- * @documentation https://synergy.style/components/checkbox
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-checkbox--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Details show a brief summary and expand to show additional content.
10
- * @documentation https://synergy.style/components/details
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-details--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention.
10
- * @documentation https://synergy.style/components/dialog
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dialog--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Dividers are used to visually separate or group elements.
10
- * @documentation https://synergy.style/components/divider
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-divider--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Drawers slide in from a container to expose additional options and information.
10
- * @documentation https://synergy.style/components/drawer
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-drawer--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Dropdowns expose additional content that "drops down" in a panel.
10
- * @documentation https://synergy.style/components/dropdown
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dropdown--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,6 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary File controls allow selecting an arbitrary number of files for uploading.
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-file--docs
10
11
  * @status stable
11
12
  *
12
13
  * @dependency syn-button
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Icons are symbols that can be used to represent various options within an application.
10
- * @documentation https://synergy.style/components/icon
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.
10
- * @documentation https://synergy.style/components/icon-button
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon-button--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Inputs collect data from the user.
10
- * @documentation https://synergy.style/components/input
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-input--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Menus provide a list of options for the user to choose from.
10
- * @documentation https://synergy.style/components/menu
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Menu items provide options for the user to pick from in a menu.
10
- * @documentation https://synergy.style/components/menu-item
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-item--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Menu labels are used to describe a group of menu items.
10
- * @documentation https://synergy.style/components/menu-label
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-label--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,6 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Flexible button / link component that can be used to quickly build navigations.
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-nav-item--docs
10
11
  * Takes one of 3 forms:
11
12
  * - button (default),
12
13
  * - link (overrides button if a 'href' is provided),
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Options define the selectable items within various form controls such as [select](/components/select).
10
- * @documentation https://synergy.style/components/option
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-option--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Popup is a utility that lets you declaratively anchor "popup" containers to another element.
10
- * @documentation https://synergy.style/components/popup
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-popup--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -11,6 +11,7 @@
11
11
  * together. It will automatically group all items not visible in the viewport into a custom
12
12
  * priority menu.
13
13
  *
14
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-prio-nav--docs
14
15
  * @example
15
16
  * <syn-prio-nav>
16
17
  * <syn-nav-item current horizontal>Item 1</syn-nav-item>
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Progress bars are used to show the status of an ongoing operation.
10
- * @documentation https://synergy.style/components/progress-bar
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-bar--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Progress rings are used to show the progress of a determinate operation in a circular fashion.
10
- * @documentation https://synergy.style/components/progress-ring
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-ring--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Radios allow the user to select a single option from a group.
10
- * @documentation https://synergy.style/components/radio
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Radios buttons allow the user to select a single option from a group using a button-like control.
10
- * @documentation https://synergy.style/components/radio-button
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-button--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.
10
- * @documentation https://synergy.style/components/radio-group
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-group--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Ticks visually improve positioning on range sliders.
10
- * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range-tick--docs
11
11
  * @status stable
12
12
  *
13
13
  * @slot - The tick's label
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Selects allow you to choose items from a menu of predefined options.
10
- * @documentation https://synergy.style/components/select
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-select--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Spinners are used to show the progress of an indeterminate operation.
10
- * @documentation https://synergy.style/components/spinner
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Switches allow the user to toggle an option on or off.
10
- * @documentation https://synergy.style/components/switch
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-switch--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).
10
- * @documentation https://synergy.style/components/tab
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Tab groups organize content into a container that shows one section at a time.
10
- * @documentation https://synergy.style/components/tab-group
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-group--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.
10
- * @documentation https://synergy.style/components/tab-panel
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-panel--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Tags are used as labels to organize things or to indicate a selection.
10
- * @documentation https://synergy.style/components/tag
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tag--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Textareas collect data from the user and allow multiple lines of text.
10
- * @documentation https://synergy.style/components/textarea
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-textarea--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -7,7 +7,7 @@
7
7
 
8
8
  /**
9
9
  * @summary Tooltips display additional information based on a specific action.
10
- * @documentation https://synergy.style/components/tooltip
10
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tooltip--docs
11
11
  * @status stable
12
12
  * @since 2.0
13
13
  *
@@ -9,7 +9,7 @@
9
9
  * @summary Validate provides form field validation messages in a unified way.
10
10
  * It does this by using [the native browser validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
11
11
  * and showing the validation message in a consistent, user defined way.
12
- *
12
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-validate--docs
13
13
  * @dependency syn-alert
14
14
  *
15
15
  * @slot - The form field that should be validated.