@prosync_solutions/ui 0.1.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.
Files changed (79) hide show
  1. package/README.docx +0 -0
  2. package/README.md +129 -0
  3. package/dist/chunks/ProSidebarItem-CNJJi_zd.js +4 -0
  4. package/dist/chunks/ProSidebarItem-W3KGbpUN.js +1 -0
  5. package/dist/chunks/ProSpinner.vue_vue_type_script_setup_true_lang-C3WfTGch.js +661 -0
  6. package/dist/chunks/ProSpinner.vue_vue_type_script_setup_true_lang-g-x6G5qO.js +1 -0
  7. package/dist/components/ProAvatar/ProAvatar.vue.d.ts +14 -0
  8. package/dist/components/ProAvatar/index.d.ts +1 -0
  9. package/dist/components/ProBanner/ProBanner.vue.d.ts +40 -0
  10. package/dist/components/ProBanner/index.d.ts +1 -0
  11. package/dist/components/ProBreadcrumbs/ProBreadcrumbs.vue.d.ts +10 -0
  12. package/dist/components/ProBreadcrumbs/index.d.ts +1 -0
  13. package/dist/components/ProButton/ProButton.vue.d.ts +32 -0
  14. package/dist/components/ProButton/index.d.ts +1 -0
  15. package/dist/components/ProCard/ProCard.vue.d.ts +25 -0
  16. package/dist/components/ProCard/index.d.ts +1 -0
  17. package/dist/components/ProDivider/ProDivider.vue.d.ts +20 -0
  18. package/dist/components/ProDivider/index.d.ts +1 -0
  19. package/dist/components/ProDrawer/ProDrawer.vue.d.ts +33 -0
  20. package/dist/components/ProDrawer/index.d.ts +1 -0
  21. package/dist/components/ProEmpty/ProEmpty.vue.d.ts +25 -0
  22. package/dist/components/ProEmpty/index.d.ts +1 -0
  23. package/dist/components/ProFormField/ProFormField.vue.d.ts +19 -0
  24. package/dist/components/ProFormField/index.d.ts +1 -0
  25. package/dist/components/ProInput/ProInput.vue.d.ts +31 -0
  26. package/dist/components/ProInput/index.d.ts +1 -0
  27. package/dist/components/ProMenu/ProMenu.vue.d.ts +44 -0
  28. package/dist/components/ProMenu/index.d.ts +1 -0
  29. package/dist/components/ProModal/ProModal.vue.d.ts +33 -0
  30. package/dist/components/ProModal/index.d.ts +1 -0
  31. package/dist/components/ProPageHeader/ProPageHeader.vue.d.ts +26 -0
  32. package/dist/components/ProPageHeader/index.d.ts +1 -0
  33. package/dist/components/ProPagination/ProPagination.vue.d.ts +13 -0
  34. package/dist/components/ProPagination/index.d.ts +1 -0
  35. package/dist/components/ProSelect/ProSelect.vue.d.ts +22 -0
  36. package/dist/components/ProSelect/index.d.ts +1 -0
  37. package/dist/components/ProSidebar/ProSidebar.vue.d.ts +33 -0
  38. package/dist/components/ProSidebar/index.d.ts +1 -0
  39. package/dist/components/ProSidebarItem/ProSidebarItem.vue.d.ts +7 -0
  40. package/dist/components/ProSidebarItem/index.d.ts +1 -0
  41. package/dist/components/ProSkeleton/ProSkeleton.vue.d.ts +22 -0
  42. package/dist/components/ProSkeleton/index.d.ts +1 -0
  43. package/dist/components/ProSpinner/ProSpinner.vue.d.ts +10 -0
  44. package/dist/components/ProSpinner/index.d.ts +1 -0
  45. package/dist/components/ProStatisticCard/ProStatisticCard.vue.d.ts +17 -0
  46. package/dist/components/ProStatisticCard/index.d.ts +1 -0
  47. package/dist/components/ProStatusBadge/ProStatusBadge.vue.d.ts +6 -0
  48. package/dist/components/ProStatusBadge/index.d.ts +1 -0
  49. package/dist/components/ProTable/ProTable.vue.d.ts +19 -0
  50. package/dist/components/ProTable/index.d.ts +1 -0
  51. package/dist/components/ProTableCell/ProTableCell.vue.d.ts +16 -0
  52. package/dist/components/ProTableCell/index.d.ts +1 -0
  53. package/dist/components/ProTableRow/ProTableRow.vue.d.ts +29 -0
  54. package/dist/components/ProTableRow/index.d.ts +1 -0
  55. package/dist/components/ProTabs/ProTabs.vue.d.ts +27 -0
  56. package/dist/components/ProTabs/index.d.ts +1 -0
  57. package/dist/components/ProTag/ProTag.vue.d.ts +28 -0
  58. package/dist/components/ProTag/index.d.ts +1 -0
  59. package/dist/components/ProTextarea/ProTextarea.vue.d.ts +21 -0
  60. package/dist/components/ProTextarea/index.d.ts +1 -0
  61. package/dist/components/ProToast/ProToast.vue.d.ts +18 -0
  62. package/dist/components/ProToast/index.d.ts +1 -0
  63. package/dist/components/ProTooltip/ProTooltip.vue.d.ts +21 -0
  64. package/dist/components/ProTooltip/index.d.ts +1 -0
  65. package/dist/components/ProTopbar/ProTopbar.vue.d.ts +27 -0
  66. package/dist/components/ProTopbar/index.d.ts +1 -0
  67. package/dist/components/index.d.ts +30 -0
  68. package/dist/components/tier1/index.d.ts +12 -0
  69. package/dist/index.d.ts +6 -0
  70. package/dist/prosync-ui-tier1.js +36 -0
  71. package/dist/prosync-ui-tier1.umd.cjs +1 -0
  72. package/dist/prosync-ui.js +1034 -0
  73. package/dist/prosync-ui.umd.cjs +1 -0
  74. package/dist/tier1.d.ts +17 -0
  75. package/dist/types/index.d.ts +62 -0
  76. package/dist/ui.css +1 -0
  77. package/package.json +75 -0
  78. package/src/styles/tokens-tier1.css +80 -0
  79. package/src/styles/tokens.json +673 -0
@@ -0,0 +1,19 @@
1
+ import type { TableColumn } from '../../types';
2
+ interface Props {
3
+ columns: TableColumn[];
4
+ bordered?: boolean;
5
+ }
6
+ declare var __VLS_5: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_5) => any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ bordered: boolean;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTable } from './ProTable.vue';
@@ -0,0 +1,16 @@
1
+ interface Props {
2
+ text?: string;
3
+ subtitle?: string;
4
+ }
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTableCell } from './ProTableCell.vue';
@@ -0,0 +1,29 @@
1
+ interface Props {
2
+ expandable?: boolean;
3
+ defaultExpanded?: boolean;
4
+ columnCount?: number;
5
+ }
6
+ declare var __VLS_12: {}, __VLS_14: {}, __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
7
+ type __VLS_Slots = {} & {
8
+ 'first-cell'?: (props: typeof __VLS_12) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_14) => any;
11
+ } & {
12
+ expanded?: (props: typeof __VLS_16) => any;
13
+ } & {
14
+ 'first-cell'?: (props: typeof __VLS_18) => any;
15
+ } & {
16
+ default?: (props: typeof __VLS_20) => any;
17
+ };
18
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
19
+ expandable: boolean;
20
+ defaultExpanded: boolean;
21
+ columnCount: number;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
+ export default _default;
25
+ type __VLS_WithSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTableRow } from './ProTableRow.vue';
@@ -0,0 +1,27 @@
1
+ import type { Component } from 'vue';
2
+ interface Tab {
3
+ key: string;
4
+ label: string;
5
+ icon?: Component;
6
+ badge?: number | string;
7
+ }
8
+ type __VLS_Props = {
9
+ tabs: Tab[];
10
+ modelValue: string;
11
+ };
12
+ declare var __VLS_5: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_5) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ "update:modelValue": (value: string) => any;
18
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ export default _default;
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTabs } from './ProTabs.vue';
@@ -0,0 +1,28 @@
1
+ import type { TagVariant } from '../../types';
2
+ type __VLS_Props = {
3
+ variant?: TagVariant;
4
+ label?: string;
5
+ iconLeft?: any;
6
+ iconRight?: any;
7
+ };
8
+ declare var __VLS_1: {}, __VLS_7: {}, __VLS_9: {};
9
+ type __VLS_Slots = {} & {
10
+ 'icon-left'?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ default?: (props: typeof __VLS_7) => any;
13
+ } & {
14
+ 'icon-right'?: (props: typeof __VLS_9) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
+ label: string;
18
+ variant: TagVariant;
19
+ iconLeft: any;
20
+ iconRight: any;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTag } from './ProTag.vue';
@@ -0,0 +1,21 @@
1
+ interface Props {
2
+ modelValue: string;
3
+ label?: string;
4
+ placeholder?: string;
5
+ required?: boolean;
6
+ infoText?: string;
7
+ isAiExtracted?: boolean;
8
+ id?: string;
9
+ rows?: number;
10
+ }
11
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (...args: any[]) => void;
13
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
14
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
15
+ }>, {
16
+ required: boolean;
17
+ isAiExtracted: boolean;
18
+ modelValue: string;
19
+ rows: number;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as ProTextarea } from './ProTextarea.vue';
@@ -0,0 +1,18 @@
1
+ import type { ToastType } from '../../types';
2
+ interface Props {
3
+ type?: ToastType;
4
+ message: string;
5
+ modelValue: boolean;
6
+ autoDismiss?: boolean;
7
+ duration?: number;
8
+ }
9
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: boolean) => any;
11
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
13
+ }>, {
14
+ type: ToastType;
15
+ autoDismiss: boolean;
16
+ duration: number;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as ProToast } from './ProToast.vue';
@@ -0,0 +1,21 @@
1
+ import type { TooltipPlacement } from '../../types';
2
+ interface Props {
3
+ content: string;
4
+ placement?: TooltipPlacement;
5
+ visible?: boolean;
6
+ }
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
10
+ };
11
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
+ placement: TooltipPlacement;
13
+ visible: boolean;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTooltip } from './ProTooltip.vue';
@@ -0,0 +1,27 @@
1
+ interface Props {
2
+ userName?: string;
3
+ userEmail?: string;
4
+ userAvatar?: string;
5
+ }
6
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_12: {
7
+ close: () => void;
8
+ };
9
+ type __VLS_Slots = {} & {
10
+ left?: (props: typeof __VLS_1) => any;
11
+ } & {
12
+ right?: (props: typeof __VLS_3) => any;
13
+ } & {
14
+ 'menu-items'?: (props: typeof __VLS_12) => any;
15
+ };
16
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
17
+ userName: string;
18
+ userEmail: string;
19
+ userAvatar: string;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ export default _default;
23
+ type __VLS_WithSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1 @@
1
+ export { default as ProTopbar } from './ProTopbar.vue';
@@ -0,0 +1,30 @@
1
+ export { ProButton } from './ProButton';
2
+ export { ProCard } from './ProCard';
3
+ export { ProFormField } from './ProFormField';
4
+ export { ProInput } from './ProInput';
5
+ export { ProSelect } from './ProSelect';
6
+ export { ProTable } from './ProTable';
7
+ export { ProTableRow } from './ProTableRow';
8
+ export { ProTableCell } from './ProTableCell';
9
+ export { ProTag } from './ProTag';
10
+ export { ProBanner } from './ProBanner';
11
+ export { ProToast } from './ProToast';
12
+ export { ProBreadcrumbs } from './ProBreadcrumbs';
13
+ export { ProPageHeader } from './ProPageHeader';
14
+ export { ProTopbar } from './ProTopbar';
15
+ export { ProSidebar } from './ProSidebar';
16
+ export { ProSidebarItem } from './ProSidebarItem';
17
+ export { ProMenu } from './ProMenu';
18
+ export { ProStatisticCard } from './ProStatisticCard';
19
+ export { ProStatusBadge } from './ProStatusBadge';
20
+ export { ProModal } from './ProModal';
21
+ export { ProDrawer } from './ProDrawer';
22
+ export { ProTextarea } from './ProTextarea';
23
+ export { ProAvatar } from './ProAvatar';
24
+ export { ProTooltip } from './ProTooltip';
25
+ export { ProDivider } from './ProDivider';
26
+ export { ProTabs } from './ProTabs';
27
+ export { ProPagination } from './ProPagination';
28
+ export { ProEmpty } from './ProEmpty';
29
+ export { ProSkeleton } from './ProSkeleton';
30
+ export { ProSpinner } from './ProSpinner';
@@ -0,0 +1,12 @@
1
+ export { ProButton } from '../ProButton';
2
+ export { ProCard } from '../ProCard';
3
+ export { ProFormField } from '../ProFormField';
4
+ export { ProInput } from '../ProInput';
5
+ export { ProSelect } from '../ProSelect';
6
+ export { ProTag } from '../ProTag';
7
+ export { ProTextarea } from '../ProTextarea';
8
+ export { ProModal } from '../ProModal';
9
+ export { ProToast } from '../ProToast';
10
+ export { ProAvatar } from '../ProAvatar';
11
+ export { ProDivider } from '../ProDivider';
12
+ export { ProSpinner } from '../ProSpinner';
@@ -0,0 +1,6 @@
1
+ import type { Plugin } from 'vue';
2
+ import './styles/index.css';
3
+ export { ProButton, ProCard, ProFormField, ProInput, ProSelect, ProTable, ProTableRow, ProTableCell, ProTag, ProBanner, ProToast, ProBreadcrumbs, ProPageHeader, ProTopbar, ProSidebar, ProSidebarItem, ProMenu, ProStatisticCard, ProStatusBadge, ProModal, ProDrawer, ProTextarea, ProAvatar, ProTooltip, ProDivider, ProTabs, ProPagination, ProEmpty, ProSkeleton, ProSpinner, } from './components';
4
+ export type { NavItem, BreadcrumbItem, TableColumn, SelectOption, TagVariant, BannerVariant, ButtonVariant, ButtonSize, ToastType, TrendData, StatusConfig, OverlaySize, DrawerPlacement, SkeletonShape, DividerDirection, AvatarSize, TooltipPlacement, PaddingSize, } from './types';
5
+ declare const ProsyncUI: Plugin;
6
+ export default ProsyncUI;
@@ -0,0 +1,36 @@
1
+ import { c as s, _ as e, d as n, e as t, f as i, g as _, h as P, i as c, j as m, b as f, k as l, P as d } from "./chunks/ProSpinner.vue_vue_type_script_setup_true_lang-C3WfTGch.js";
2
+ const p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3
+ __proto__: null,
4
+ ProAvatar: s,
5
+ ProButton: e,
6
+ ProCard: n,
7
+ ProDivider: t,
8
+ ProFormField: i,
9
+ ProInput: _,
10
+ ProModal: P,
11
+ ProSelect: c,
12
+ ProSpinner: m,
13
+ ProTag: f,
14
+ ProTextarea: l,
15
+ ProToast: d
16
+ }, Symbol.toStringTag, { value: "Module" })), u = {
17
+ install(a) {
18
+ for (const [o, r] of Object.entries(p))
19
+ a.component(o, r);
20
+ }
21
+ };
22
+ export {
23
+ s as ProAvatar,
24
+ e as ProButton,
25
+ n as ProCard,
26
+ t as ProDivider,
27
+ i as ProFormField,
28
+ _ as ProInput,
29
+ P as ProModal,
30
+ c as ProSelect,
31
+ m as ProSpinner,
32
+ f as ProTag,
33
+ l as ProTextarea,
34
+ d as ProToast,
35
+ u as default
36
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("./chunks/ProSpinner.vue_vue_type_script_setup_true_lang-g-x6G5qO.js"),n=Object.freeze(Object.defineProperty({__proto__:null,ProAvatar:o._sfc_main$2,ProButton:o._sfc_main,ProCard:o._sfc_main$3,ProDivider:o._sfc_main$4,ProFormField:o._sfc_main$5,ProInput:o._sfc_main$6,ProModal:o._sfc_main$7,ProSelect:o._sfc_main$8,ProSpinner:o._sfc_main$9,ProTag:o._sfc_main$1,ProTextarea:o._sfc_main$10,ProToast:o.ProToast},Symbol.toStringTag,{value:"Module"})),a={install(r){for(const[_,e]of Object.entries(n))r.component(_,e)}};exports.ProAvatar=o._sfc_main$2;exports.ProButton=o._sfc_main;exports.ProCard=o._sfc_main$3;exports.ProDivider=o._sfc_main$4;exports.ProFormField=o._sfc_main$5;exports.ProInput=o._sfc_main$6;exports.ProModal=o._sfc_main$7;exports.ProSelect=o._sfc_main$8;exports.ProSpinner=o._sfc_main$9;exports.ProTag=o._sfc_main$1;exports.ProTextarea=o._sfc_main$10;exports.ProToast=o.ProToast;exports.default=a;