@siemens/ix-vue 0.0.0-20240419081748
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/LICENSE +9 -0
- package/README.md +4 -0
- package/dist/components.d.ts +95 -0
- package/dist/components.js +831 -0
- package/dist/components.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/internal-components.d.ts +1 -0
- package/dist/internal-components.js +11 -0
- package/dist/internal-components.js.map +1 -0
- package/dist/ix-icon.d.ts +2 -0
- package/dist/ix-icon.js +4 -0
- package/dist/ix-icon.js.map +1 -0
- package/dist/plugin.d.ts +2 -0
- package/dist/plugin.js +9 -0
- package/dist/plugin.js.map +1 -0
- package/dist/toast/index.d.ts +1 -0
- package/dist/toast/index.js +2 -0
- package/dist/toast/index.js.map +1 -0
- package/dist/toast/toast.d.ts +6 -0
- package/dist/toast/toast.js +19 -0
- package/dist/toast/toast.js.map +1 -0
- package/dist/vue-component-lib/utils.d.ts +4 -0
- package/dist/vue-component-lib/utils.js +110 -0
- package/dist/vue-component-lib/utils.js.map +1 -0
- package/package.json +48 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Siemens AG
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import type { JSX } from '@siemens/ix/components';
|
|
2
|
+
export declare const IxActionCard: (props: JSX.IxActionCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
3
|
+
export declare const IxApplication: (props: JSX.IxApplication & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
4
|
+
export declare const IxApplicationHeader: (props: JSX.IxApplicationHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
5
|
+
export declare const IxAvatar: (props: JSX.IxAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
6
|
+
export declare const IxBasicNavigation: (props: JSX.IxBasicNavigation & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
7
|
+
export declare const IxBlind: (props: JSX.IxBlind & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
8
|
+
export declare const IxBreadcrumb: (props: JSX.IxBreadcrumb & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
9
|
+
export declare const IxBreadcrumbItem: (props: JSX.IxBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
export declare const IxButton: (props: JSX.IxButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
11
|
+
export declare const IxCard: (props: JSX.IxCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
12
|
+
export declare const IxCardAccordion: (props: JSX.IxCardAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
13
|
+
export declare const IxCardContent: (props: JSX.IxCardContent & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
14
|
+
export declare const IxCardList: (props: JSX.IxCardList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
15
|
+
export declare const IxCardTitle: (props: JSX.IxCardTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
16
|
+
export declare const IxCategoryFilter: (props: JSX.IxCategoryFilter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
17
|
+
export declare const IxChip: (props: JSX.IxChip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
18
|
+
export declare const IxCol: (props: JSX.IxCol & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
19
|
+
export declare const IxContent: (props: JSX.IxContent & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
20
|
+
export declare const IxContentHeader: (props: JSX.IxContentHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
21
|
+
export declare const IxDateDropdown: (props: JSX.IxDateDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
22
|
+
export declare const IxDatePicker: (props: JSX.IxDatePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
23
|
+
export declare const IxDatetimePicker: (props: JSX.IxDatetimePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
24
|
+
export declare const IxDivider: (props: JSX.IxDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
25
|
+
export declare const IxDrawer: (props: JSX.IxDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
26
|
+
export declare const IxDropdown: (props: JSX.IxDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
27
|
+
export declare const IxDropdownButton: (props: JSX.IxDropdownButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
28
|
+
export declare const IxDropdownHeader: (props: JSX.IxDropdownHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
29
|
+
export declare const IxDropdownItem: (props: JSX.IxDropdownItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
30
|
+
export declare const IxDropdownQuickActions: (props: JSX.IxDropdownQuickActions & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
31
|
+
export declare const IxEmptyState: (props: JSX.IxEmptyState & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
32
|
+
export declare const IxEventList: (props: JSX.IxEventList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
33
|
+
export declare const IxEventListItem: (props: JSX.IxEventListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
34
|
+
export declare const IxExpandingSearch: (props: JSX.IxExpandingSearch & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
35
|
+
export declare const IxFilterChip: (props: JSX.IxFilterChip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
36
|
+
export declare const IxFlipTile: (props: JSX.IxFlipTile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
37
|
+
export declare const IxFlipTileContent: (props: JSX.IxFlipTileContent & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
38
|
+
export declare const IxFormField: (props: JSX.IxFormField & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
39
|
+
export declare const IxGroup: (props: JSX.IxGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
40
|
+
export declare const IxGroupContextMenu: (props: JSX.IxGroupContextMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
41
|
+
export declare const IxGroupItem: (props: JSX.IxGroupItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
42
|
+
export declare const IxIconButton: (props: JSX.IxIconButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
43
|
+
export declare const IxIconToggleButton: (props: JSX.IxIconToggleButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
44
|
+
export declare const IxInputGroup: (props: JSX.IxInputGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
45
|
+
export declare const IxKeyValue: (props: JSX.IxKeyValue & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
46
|
+
export declare const IxKeyValueList: (props: JSX.IxKeyValueList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
47
|
+
export declare const IxKpi: (props: JSX.IxKpi & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
48
|
+
export declare const IxLayoutGrid: (props: JSX.IxLayoutGrid & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
49
|
+
export declare const IxLinkButton: (props: JSX.IxLinkButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
50
|
+
export declare const IxMapNavigation: (props: JSX.IxMapNavigation & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
51
|
+
export declare const IxMapNavigationOverlay: (props: JSX.IxMapNavigationOverlay & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
52
|
+
export declare const IxMenu: (props: JSX.IxMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
53
|
+
export declare const IxMenuAbout: (props: JSX.IxMenuAbout & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
54
|
+
export declare const IxMenuAboutItem: (props: JSX.IxMenuAboutItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
55
|
+
export declare const IxMenuAboutNews: (props: JSX.IxMenuAboutNews & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
56
|
+
export declare const IxMenuAvatar: (props: JSX.IxMenuAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
57
|
+
export declare const IxMenuAvatarItem: (props: JSX.IxMenuAvatarItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
58
|
+
export declare const IxMenuCategory: (props: JSX.IxMenuCategory & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
59
|
+
export declare const IxMenuItem: (props: JSX.IxMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
60
|
+
export declare const IxMenuSettings: (props: JSX.IxMenuSettings & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
61
|
+
export declare const IxMenuSettingsItem: (props: JSX.IxMenuSettingsItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
62
|
+
export declare const IxMessageBar: (props: JSX.IxMessageBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
63
|
+
export declare const IxModal: (props: JSX.IxModal & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
64
|
+
export declare const IxModalContent: (props: JSX.IxModalContent & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
65
|
+
export declare const IxModalExample: (props: JSX.IxModalExample & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
66
|
+
export declare const IxModalFooter: (props: JSX.IxModalFooter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
67
|
+
export declare const IxModalHeader: (props: JSX.IxModalHeader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
68
|
+
export declare const IxPagination: (props: JSX.IxPagination & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
69
|
+
export declare const IxPane: (props: JSX.IxPane & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
70
|
+
export declare const IxPaneLayout: (props: JSX.IxPaneLayout & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
71
|
+
export declare const IxPill: (props: JSX.IxPill & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
72
|
+
export declare const IxPushCard: (props: JSX.IxPushCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
73
|
+
export declare const IxRow: (props: JSX.IxRow & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
74
|
+
export declare const IxSelect: (props: JSX.IxSelect & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
75
|
+
export declare const IxSelectItem: (props: JSX.IxSelectItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
76
|
+
export declare const IxSlider: (props: JSX.IxSlider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
77
|
+
export declare const IxSpinner: (props: JSX.IxSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
78
|
+
export declare const IxSplitButton: (props: JSX.IxSplitButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
79
|
+
export declare const IxSplitButtonItem: (props: JSX.IxSplitButtonItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
80
|
+
export declare const IxTabItem: (props: JSX.IxTabItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
81
|
+
export declare const IxTabs: (props: JSX.IxTabs & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
82
|
+
export declare const IxTile: (props: JSX.IxTile & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
83
|
+
export declare const IxTimePicker: (props: JSX.IxTimePicker & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
84
|
+
export declare const IxToast: (props: JSX.IxToast & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
85
|
+
export declare const IxToastContainer: (props: JSX.IxToastContainer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
86
|
+
export declare const IxToggle: (props: JSX.IxToggle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
87
|
+
export declare const IxToggleButton: (props: JSX.IxToggleButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
88
|
+
export declare const IxTooltip: (props: JSX.IxTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
89
|
+
export declare const IxTree: (props: JSX.IxTree & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
90
|
+
export declare const IxTreeItem: (props: JSX.IxTreeItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
91
|
+
export declare const IxTypography: (props: JSX.IxTypography & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
92
|
+
export declare const IxUpload: (props: JSX.IxUpload & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
93
|
+
export declare const IxValidationTooltip: (props: JSX.IxValidationTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
94
|
+
export declare const IxWorkflowStep: (props: JSX.IxWorkflowStep & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
95
|
+
export declare const IxWorkflowSteps: (props: JSX.IxWorkflowSteps & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|