orion-design 1.0.4 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Throne/index.d.ts +0 -2
- package/dist/Throne/index.js +7 -13
- package/dist/Throne/index.js.map +1 -1
- package/dist/auth/index.d.ts +16 -0
- package/dist/auth/index.js +49 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/components/Edittable/columns/EdittableColumnDate.d.ts +1 -1
- package/dist/components/Edittable/columns/EdittableColumnMultiselect.d.ts +1 -1
- package/dist/components/Edittable/columns/EdittableColumnNumber.d.ts +1 -1
- package/dist/components/Edittable/columns/EdittableColumnSingleselect.d.ts +1 -1
- package/dist/components/Form/Form.d.ts +2 -2
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Tabs/index.d.ts +114 -56
- package/dist/components/Tabs/index.js +88 -464
- package/dist/components/Tabs/index.js.map +1 -1
- package/dist/components/Tabs/tab-pane.d.ts +8 -16
- package/dist/components/Tabs/tab-pane.js +1 -34
- package/dist/components/Tabs/tab-pane.js.map +1 -1
- package/dist/components/Tabs/tab-pane.vue.d.ts +3 -28
- package/dist/components/Tabs/tabs.d.ts +12 -101
- package/dist/components/Tabs/tabs.js +2 -0
- package/dist/components/Tabs/tabs.js.map +1 -0
- package/dist/components/Tabs/tabs.vue.d.ts +63 -0
- package/dist/components/_util/browser.js +2 -2
- package/dist/components/_util/dom/element.js +1 -1
- package/dist/components/_util/dom/position.js +1 -1
- package/dist/components/_util/dom/scroll.js +1 -1
- package/dist/components/_util/dom/style.js +1 -1
- package/dist/components/_util/index.js +1 -1
- package/dist/components/_util/raf.js +1 -1
- package/dist/components/_util/vue/global-node.js +1 -1
- package/dist/components/components.d.ts +0 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +14 -14
- package/dist/components/index.js.map +1 -1
- package/dist/index-C8JNJPWW.js +8 -0
- package/dist/{index-C9tCD90X.js.map → index-C8JNJPWW.js.map} +1 -1
- package/dist/index.css +1 -1
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/Tabs/constants.d.ts +0 -19
- package/dist/components/Tabs/constants.js +0 -5
- package/dist/components/Tabs/constants.js.map +0 -1
- package/dist/components/Tabs/tab-bar.d.ts +0 -59
- package/dist/components/Tabs/tab-bar.js +0 -15
- package/dist/components/Tabs/tab-bar.js.map +0 -1
- package/dist/components/Tabs/tab-bar.vue.d.ts +0 -131
- package/dist/components/Tabs/tab-nav.d.ts +0 -237
- package/dist/index-C9tCD90X.js +0 -45
@@ -1,237 +0,0 @@
|
|
1
|
-
import { ExtractPropTypes } from 'vue';
|
2
|
-
import { TabsPaneContext } from './constants';
|
3
|
-
import { TabPaneName } from './tabs';
|
4
|
-
export declare const tabNavProps: {
|
5
|
-
readonly panes: import('../_util').EpPropFinalized<(new (...args: any[]) => {
|
6
|
-
uid: number;
|
7
|
-
slots: import('vue').Slots;
|
8
|
-
props: {
|
9
|
-
readonly label: string;
|
10
|
-
readonly disabled: boolean;
|
11
|
-
readonly closable: boolean;
|
12
|
-
readonly lazy: boolean;
|
13
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
14
|
-
};
|
15
|
-
paneName: string | number | undefined;
|
16
|
-
active: boolean;
|
17
|
-
index: string | undefined;
|
18
|
-
}[]) | (() => {
|
19
|
-
uid: number;
|
20
|
-
slots: import('vue').Slots;
|
21
|
-
props: {
|
22
|
-
readonly label: string;
|
23
|
-
readonly disabled: boolean;
|
24
|
-
readonly closable: boolean;
|
25
|
-
readonly lazy: boolean;
|
26
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
27
|
-
};
|
28
|
-
paneName: string | number | undefined;
|
29
|
-
active: boolean;
|
30
|
-
index: string | undefined;
|
31
|
-
}[]) | (((new (...args: any[]) => {
|
32
|
-
uid: number;
|
33
|
-
slots: import('vue').Slots;
|
34
|
-
props: {
|
35
|
-
readonly label: string;
|
36
|
-
readonly disabled: boolean;
|
37
|
-
readonly closable: boolean;
|
38
|
-
readonly lazy: boolean;
|
39
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
40
|
-
};
|
41
|
-
paneName: string | number | undefined;
|
42
|
-
active: boolean;
|
43
|
-
index: string | undefined;
|
44
|
-
}[]) | (() => {
|
45
|
-
uid: number;
|
46
|
-
slots: import('vue').Slots;
|
47
|
-
props: {
|
48
|
-
readonly label: string;
|
49
|
-
readonly disabled: boolean;
|
50
|
-
readonly closable: boolean;
|
51
|
-
readonly lazy: boolean;
|
52
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
53
|
-
};
|
54
|
-
paneName: string | number | undefined;
|
55
|
-
active: boolean;
|
56
|
-
index: string | undefined;
|
57
|
-
}[])) | null)[], unknown, unknown, () => [], boolean>;
|
58
|
-
readonly currentName: import('../_util').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
59
|
-
readonly type: import('../_util').EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "card", boolean>;
|
60
|
-
readonly stretch: BooleanConstructor;
|
61
|
-
};
|
62
|
-
export declare const tabNavEmits: {
|
63
|
-
tabClick: (tab: TabsPaneContext, tabName: TabPaneName, ev: Event) => boolean;
|
64
|
-
tabRemove: (tab: TabsPaneContext, ev: Event) => boolean;
|
65
|
-
};
|
66
|
-
export type TabNavProps = ExtractPropTypes<typeof tabNavProps>;
|
67
|
-
export type TabNavEmits = typeof tabNavEmits;
|
68
|
-
declare const TabNav: import('vue').DefineComponent<ExtractPropTypes<{
|
69
|
-
readonly panes: import('../_util').EpPropFinalized<(new (...args: any[]) => {
|
70
|
-
uid: number;
|
71
|
-
slots: import('vue').Slots;
|
72
|
-
props: {
|
73
|
-
readonly label: string;
|
74
|
-
readonly disabled: boolean;
|
75
|
-
readonly closable: boolean;
|
76
|
-
readonly lazy: boolean;
|
77
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
78
|
-
};
|
79
|
-
paneName: string | number | undefined;
|
80
|
-
active: boolean;
|
81
|
-
index: string | undefined;
|
82
|
-
}[]) | (() => {
|
83
|
-
uid: number;
|
84
|
-
slots: import('vue').Slots;
|
85
|
-
props: {
|
86
|
-
readonly label: string;
|
87
|
-
readonly disabled: boolean;
|
88
|
-
readonly closable: boolean;
|
89
|
-
readonly lazy: boolean;
|
90
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
91
|
-
};
|
92
|
-
paneName: string | number | undefined;
|
93
|
-
active: boolean;
|
94
|
-
index: string | undefined;
|
95
|
-
}[]) | (((new (...args: any[]) => {
|
96
|
-
uid: number;
|
97
|
-
slots: import('vue').Slots;
|
98
|
-
props: {
|
99
|
-
readonly label: string;
|
100
|
-
readonly disabled: boolean;
|
101
|
-
readonly closable: boolean;
|
102
|
-
readonly lazy: boolean;
|
103
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
104
|
-
};
|
105
|
-
paneName: string | number | undefined;
|
106
|
-
active: boolean;
|
107
|
-
index: string | undefined;
|
108
|
-
}[]) | (() => {
|
109
|
-
uid: number;
|
110
|
-
slots: import('vue').Slots;
|
111
|
-
props: {
|
112
|
-
readonly label: string;
|
113
|
-
readonly disabled: boolean;
|
114
|
-
readonly closable: boolean;
|
115
|
-
readonly lazy: boolean;
|
116
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
117
|
-
};
|
118
|
-
paneName: string | number | undefined;
|
119
|
-
active: boolean;
|
120
|
-
index: string | undefined;
|
121
|
-
}[])) | null)[], unknown, unknown, () => [], boolean>;
|
122
|
-
readonly currentName: import('../_util').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
123
|
-
readonly type: import('../_util').EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "card", boolean>;
|
124
|
-
readonly stretch: BooleanConstructor;
|
125
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
126
|
-
tabClick: (tab: TabsPaneContext, tabName: TabPaneName, ev: Event) => boolean;
|
127
|
-
tabRemove: (tab: TabsPaneContext, ev: Event) => boolean;
|
128
|
-
}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
129
|
-
readonly panes: import('../_util').EpPropFinalized<(new (...args: any[]) => {
|
130
|
-
uid: number;
|
131
|
-
slots: import('vue').Slots;
|
132
|
-
props: {
|
133
|
-
readonly label: string;
|
134
|
-
readonly disabled: boolean;
|
135
|
-
readonly closable: boolean;
|
136
|
-
readonly lazy: boolean;
|
137
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
138
|
-
};
|
139
|
-
paneName: string | number | undefined;
|
140
|
-
active: boolean;
|
141
|
-
index: string | undefined;
|
142
|
-
}[]) | (() => {
|
143
|
-
uid: number;
|
144
|
-
slots: import('vue').Slots;
|
145
|
-
props: {
|
146
|
-
readonly label: string;
|
147
|
-
readonly disabled: boolean;
|
148
|
-
readonly closable: boolean;
|
149
|
-
readonly lazy: boolean;
|
150
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
151
|
-
};
|
152
|
-
paneName: string | number | undefined;
|
153
|
-
active: boolean;
|
154
|
-
index: string | undefined;
|
155
|
-
}[]) | (((new (...args: any[]) => {
|
156
|
-
uid: number;
|
157
|
-
slots: import('vue').Slots;
|
158
|
-
props: {
|
159
|
-
readonly label: string;
|
160
|
-
readonly disabled: boolean;
|
161
|
-
readonly closable: boolean;
|
162
|
-
readonly lazy: boolean;
|
163
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
164
|
-
};
|
165
|
-
paneName: string | number | undefined;
|
166
|
-
active: boolean;
|
167
|
-
index: string | undefined;
|
168
|
-
}[]) | (() => {
|
169
|
-
uid: number;
|
170
|
-
slots: import('vue').Slots;
|
171
|
-
props: {
|
172
|
-
readonly label: string;
|
173
|
-
readonly disabled: boolean;
|
174
|
-
readonly closable: boolean;
|
175
|
-
readonly lazy: boolean;
|
176
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
177
|
-
};
|
178
|
-
paneName: string | number | undefined;
|
179
|
-
active: boolean;
|
180
|
-
index: string | undefined;
|
181
|
-
}[])) | null)[], unknown, unknown, () => [], boolean>;
|
182
|
-
readonly currentName: import('../_util').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
183
|
-
readonly type: import('../_util').EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "card", boolean>;
|
184
|
-
readonly stretch: BooleanConstructor;
|
185
|
-
}>> & Readonly<{
|
186
|
-
onTabClick?: ((tab: {
|
187
|
-
uid: number;
|
188
|
-
slots: import('vue').Slots;
|
189
|
-
props: {
|
190
|
-
readonly label: string;
|
191
|
-
readonly disabled: boolean;
|
192
|
-
readonly closable: boolean;
|
193
|
-
readonly lazy: boolean;
|
194
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
195
|
-
};
|
196
|
-
paneName: string | number | undefined;
|
197
|
-
active: boolean;
|
198
|
-
index: string | undefined;
|
199
|
-
}, tabName: TabPaneName, ev: Event) => any) | undefined;
|
200
|
-
onTabRemove?: ((tab: {
|
201
|
-
uid: number;
|
202
|
-
slots: import('vue').Slots;
|
203
|
-
props: {
|
204
|
-
readonly label: string;
|
205
|
-
readonly disabled: boolean;
|
206
|
-
readonly closable: boolean;
|
207
|
-
readonly lazy: boolean;
|
208
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
209
|
-
};
|
210
|
-
paneName: string | number | undefined;
|
211
|
-
active: boolean;
|
212
|
-
index: string | undefined;
|
213
|
-
}, ev: Event) => any) | undefined;
|
214
|
-
}>, {
|
215
|
-
readonly stretch: boolean;
|
216
|
-
readonly type: import('../_util').EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
|
217
|
-
readonly panes: {
|
218
|
-
uid: number;
|
219
|
-
slots: import('vue').Slots;
|
220
|
-
props: {
|
221
|
-
readonly label: string;
|
222
|
-
readonly disabled: boolean;
|
223
|
-
readonly closable: boolean;
|
224
|
-
readonly lazy: boolean;
|
225
|
-
readonly name?: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
226
|
-
};
|
227
|
-
paneName: string | number | undefined;
|
228
|
-
active: boolean;
|
229
|
-
index: string | undefined;
|
230
|
-
}[];
|
231
|
-
readonly currentName: import('../_util').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
232
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
233
|
-
export type TabNavInstance = InstanceType<typeof TabNav> & {
|
234
|
-
scrollToActiveTab: () => Promise<void>;
|
235
|
-
removeFocus: () => void;
|
236
|
-
};
|
237
|
-
export default TabNav;
|
package/dist/index-C9tCD90X.js
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
import { shallowRef as i, watchEffect as u, readonly as p, getCurrentScope as c, onScopeDispose as f, unref as l, getCurrentInstance as d, onMounted as _, nextTick as v } from "vue";
|
2
|
-
var w = Object.defineProperty, y = Object.defineProperties, O = Object.getOwnPropertyDescriptors, o = Object.getOwnPropertySymbols, g = Object.prototype.hasOwnProperty, P = Object.prototype.propertyIsEnumerable, s = (e, r, t) => r in e ? w(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, m = (e, r) => {
|
3
|
-
for (var t in r || (r = {}))
|
4
|
-
g.call(r, t) && s(e, t, r[t]);
|
5
|
-
if (o)
|
6
|
-
for (var t of o(r))
|
7
|
-
P.call(r, t) && s(e, t, r[t]);
|
8
|
-
return e;
|
9
|
-
}, $ = (e, r) => y(e, O(r));
|
10
|
-
function h(e, r) {
|
11
|
-
var t;
|
12
|
-
const n = i();
|
13
|
-
return u(() => {
|
14
|
-
n.value = e();
|
15
|
-
}, $(m({}, r), {
|
16
|
-
flush: (t = void 0) != null ? t : "sync"
|
17
|
-
})), p(n);
|
18
|
-
}
|
19
|
-
var a;
|
20
|
-
const b = typeof window < "u", j = (e) => typeof e == "string", D = () => {
|
21
|
-
}, E = b && ((a = window == null ? void 0 : window.navigator) == null ? void 0 : a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
22
|
-
function I(e) {
|
23
|
-
return typeof e == "function" ? e() : l(e);
|
24
|
-
}
|
25
|
-
function C(e) {
|
26
|
-
return e;
|
27
|
-
}
|
28
|
-
function x(e) {
|
29
|
-
return c() ? (f(e), !0) : !1;
|
30
|
-
}
|
31
|
-
function A(e, r = !0) {
|
32
|
-
d() ? _(e) : r ? e() : v(e);
|
33
|
-
}
|
34
|
-
export {
|
35
|
-
E as a,
|
36
|
-
j as b,
|
37
|
-
A as c,
|
38
|
-
C as d,
|
39
|
-
h as e,
|
40
|
-
b as i,
|
41
|
-
D as n,
|
42
|
-
I as r,
|
43
|
-
x as t
|
44
|
-
};
|
45
|
-
//# sourceMappingURL=index-C9tCD90X.js.map
|