@sarafapp/ant-design 1.0.3 → 1.0.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.
- package/dist/index.d.ts +1 -24
- package/dist/index.es.js +96 -100
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/layout/SarafDialog.vue.es.js +0 -36
- package/dist/layout/SarafDialog.vue.es3.js +0 -5
- package/dist/layout/SarafDialogFooter.vue.es.js +0 -13
package/dist/index.d.ts
CHANGED
|
@@ -43,8 +43,6 @@ color: ButtonColor;
|
|
|
43
43
|
isLoading: boolean;
|
|
44
44
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
45
45
|
|
|
46
|
-
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
47
|
-
|
|
48
46
|
declare type __VLS_PrettifyLocal<T> = {
|
|
49
47
|
[K in keyof T]: T[K];
|
|
50
48
|
} & {};
|
|
@@ -241,21 +239,10 @@ declare function __VLS_template_2(): {
|
|
|
241
239
|
rootEl: any;
|
|
242
240
|
};
|
|
243
241
|
|
|
244
|
-
declare function __VLS_template_3(): {
|
|
245
|
-
attrs: Partial<{}>;
|
|
246
|
-
slots: {
|
|
247
|
-
default?(_: {}): any;
|
|
248
|
-
};
|
|
249
|
-
refs: {};
|
|
250
|
-
rootEl: HTMLDivElement;
|
|
251
|
-
};
|
|
252
|
-
|
|
253
242
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
254
243
|
|
|
255
244
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
256
245
|
|
|
257
|
-
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
258
|
-
|
|
259
246
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
260
247
|
new (): {
|
|
261
248
|
$slots: S;
|
|
@@ -268,12 +255,6 @@ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
|
268
255
|
};
|
|
269
256
|
};
|
|
270
257
|
|
|
271
|
-
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
272
|
-
new (): {
|
|
273
|
-
$slots: S;
|
|
274
|
-
};
|
|
275
|
-
};
|
|
276
|
-
|
|
277
258
|
export declare class AreaChartDataSource extends CategoricalChartDataSource<ChartSeries[]> {
|
|
278
259
|
constructor(settings: ChartSettings);
|
|
279
260
|
protected generateSeries(): ChartSeries[];
|
|
@@ -444,17 +425,13 @@ export declare const SarafDefaultSpinner: DefineComponent<__VLS_Props_23, {}, {}
|
|
|
444
425
|
size: SpinnerSizes;
|
|
445
426
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
446
427
|
|
|
447
|
-
export declare const SarafDialog: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
448
|
-
|
|
449
|
-
export declare const SarafDialogFooter: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
450
|
-
|
|
451
428
|
export declare const SarafDynamicCurrencyPriceTableCell: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
452
429
|
|
|
453
430
|
export declare const SarafFiledInvalidMessage: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
454
431
|
|
|
455
432
|
export declare const SarafIbanTableCell: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
456
433
|
|
|
457
|
-
declare const enum SarafInputTypes {
|
|
434
|
+
export declare const enum SarafInputTypes {
|
|
458
435
|
Text = "text",
|
|
459
436
|
Password = "password",
|
|
460
437
|
Number = "Number"
|
package/dist/index.es.js
CHANGED
|
@@ -1,105 +1,101 @@
|
|
|
1
|
-
import { ComponentSize as
|
|
1
|
+
import { ComponentSize as o } from "./Constants.es.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
3
|
+
import { default as f } from "./baseForm/SarafSearchFiled.vue.es.js";
|
|
4
|
+
import { default as p } from "./baseForm/SarafPasswordFiled.vue.es.js";
|
|
5
|
+
import { default as s } from "./dataDisplay/chart/SarafChart.vue.es.js";
|
|
6
|
+
import { default as d } from "./icons/ArrowDownIcon.vue.es.js";
|
|
7
|
+
import { default as x } from "./icons/ArrowUpIcon.vue.es.js";
|
|
8
8
|
import { default as c } from "./icons/BurgerIcon.vue.es.js";
|
|
9
|
-
import { default as
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import {
|
|
28
|
-
import { default as
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import {
|
|
47
|
-
import { default as Oa } from "./general/button/SarafButton.vue.es.js";
|
|
48
|
-
import { default as Va } from "./layout/SarafDialogFooter.vue.es.js";
|
|
49
|
-
import { SpinnerSizes as Xa } from "./loaders/spinners/model/Constants.es.js";
|
|
9
|
+
import { default as C } from "./loaders/spinners/SarafDefaultSpinner.vue.es.js";
|
|
10
|
+
import { BasicInputNames as b, InputSizes as I, InputStatus as h, SarafInputTypes as D, SarafSelectMode as y } from "./baseForm/model/Constants.es.js";
|
|
11
|
+
import { SelectItem as g } from "./baseForm/model/Model.es.js";
|
|
12
|
+
import { default as B } from "./baseForm/SarafTextFiled.vue.es.js";
|
|
13
|
+
import { default as F } from "./baseForm/SarafNumberFiled.vue.es.js";
|
|
14
|
+
import { default as z } from "./baseForm/SarafSelect.vue.es.js";
|
|
15
|
+
import { default as v } from "./baseForm/SarafFiledInvalidMessage.vue.es.js";
|
|
16
|
+
import { default as N } from "./baseTable/SarafTable.vue.es.js";
|
|
17
|
+
import { default as L } from "./baseTable/SarafBankCardTableCell.vue.es.js";
|
|
18
|
+
import { default as j } from "./baseTable/SarafIbanTableCell.vue.es.js";
|
|
19
|
+
import { default as E } from "./baseTable/SarafSymbolTableCell.vue.es.js";
|
|
20
|
+
import { default as J } from "./baseTable/SarafTradeAmountTableCell.vue.es.js";
|
|
21
|
+
import { default as O } from "./baseTable/SarafTradeSymbolPriceCell.vue.es.js";
|
|
22
|
+
import { default as V } from "./baseTable/SarafTradeDateCell.vue.es.js";
|
|
23
|
+
import { default as X } from "./baseTable/SarafPriceTableCell.vue.es.js";
|
|
24
|
+
import { default as Z } from "./baseTable/SarafTradeSymbolCell.vue.es.js";
|
|
25
|
+
import { default as $ } from "./baseTable/SarafDynamicCurrencyPriceTableCell.vue.es.js";
|
|
26
|
+
import { default as ra } from "./dataDisplay/tag/SarafTag.vue.es.js";
|
|
27
|
+
import { TagColors as oa } from "./dataDisplay/tag/model/Constants.es.js";
|
|
28
|
+
import { default as fa } from "./dataDisplay/tab/ui/SarafTabs.vue.es.js";
|
|
29
|
+
import { default as pa } from "./dataDisplay/tab/ui/SarafSecondaryTabs.vue.es.js";
|
|
30
|
+
import { SarafTab as sa } from "./dataDisplay/tab/model/SarafTab.es.js";
|
|
31
|
+
import { AreaChartDataSource as da } from "./dataDisplay/chart/model/AreaChartDataSource.es.js";
|
|
32
|
+
import { DonutChartDataSource as xa } from "./dataDisplay/chart/model/DonutChartDataSource.es.js";
|
|
33
|
+
import { ChartSeries as ca, ChartSettings as ia, ChartType as Ca, RawChartDataPoint as Ta } from "./dataDisplay/chart/model/ChartTypes.es.js";
|
|
34
|
+
import { TooltipDirective as Ia } from "./dataDisplay/tooltip/model/tooltipDirective.es.js";
|
|
35
|
+
import { default as Da } from "./dataEntry/checkbox/SarafCheckbox.vue.es.js";
|
|
36
|
+
import { default as Pa } from "./datePicker/SarafDatePicker.vue.es.js";
|
|
37
|
+
import { default as wa } from "./datePicker/SarafRangePicker.vue.es.js";
|
|
38
|
+
import { default as Aa } from "./icons/SarafArrowIcon.vue.es.js";
|
|
39
|
+
import { default as ka } from "./icons/GiftCardIcon.vue.es.js";
|
|
40
|
+
import { default as Ra } from "./icons/PlusIcon.vue.es.js";
|
|
41
|
+
import { default as Ma } from "./icons/ResetIcon.vue.es.js";
|
|
42
|
+
import { default as Ga } from "./icons/SarafLogoIcon.vue.es.js";
|
|
43
|
+
import { default as Ua } from "./icons/SearchIcon.vue.es.js";
|
|
44
|
+
import { ButtonColor as qa, ButtonType as Ea } from "./general/button/model/Constants.es.js";
|
|
45
|
+
import { default as Ja } from "./general/button/SarafButton.vue.es.js";
|
|
46
|
+
import { SpinnerSizes as Oa } from "./loaders/spinners/model/Constants.es.js";
|
|
50
47
|
export {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
da as AreaChartDataSource,
|
|
49
|
+
d as ArrowDownIcon,
|
|
50
|
+
x as ArrowUpIcon,
|
|
51
|
+
b as BasicInputNames,
|
|
55
52
|
c as BurgerIcon,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
ha as TooltipDirective
|
|
53
|
+
qa as ButtonColor,
|
|
54
|
+
Ea as ButtonType,
|
|
55
|
+
ca as ChartSeries,
|
|
56
|
+
ia as ChartSettings,
|
|
57
|
+
Ca as ChartType,
|
|
58
|
+
o as ComponentSize,
|
|
59
|
+
xa as DonutChartDataSource,
|
|
60
|
+
ka as GiftCardIcon,
|
|
61
|
+
I as InputSizes,
|
|
62
|
+
h as InputStatus,
|
|
63
|
+
Ra as PlusIcon,
|
|
64
|
+
Ta as RawChartDataPoint,
|
|
65
|
+
Ma as ResetIcon,
|
|
66
|
+
Aa as SarafArrowIcon,
|
|
67
|
+
L as SarafBankCardTableCell,
|
|
68
|
+
Ja as SarafButton,
|
|
69
|
+
s as SarafChart,
|
|
70
|
+
Da as SarafCheckbox,
|
|
71
|
+
Pa as SarafDatePicker,
|
|
72
|
+
C as SarafDefaultSpinner,
|
|
73
|
+
$ as SarafDynamicCurrencyPriceTableCell,
|
|
74
|
+
v as SarafFiledInvalidMessage,
|
|
75
|
+
j as SarafIbanTableCell,
|
|
76
|
+
D as SarafInputTypes,
|
|
77
|
+
Ga as SarafLogoIcon,
|
|
78
|
+
F as SarafNumberFiled,
|
|
79
|
+
p as SarafPasswordFiled,
|
|
80
|
+
X as SarafPriceTableCell,
|
|
81
|
+
wa as SarafRangePicker,
|
|
82
|
+
f as SarafSearchFiled,
|
|
83
|
+
pa as SarafSecondaryTabs,
|
|
84
|
+
z as SarafSelect,
|
|
85
|
+
y as SarafSelectMode,
|
|
86
|
+
E as SarafSymbolTableCell,
|
|
87
|
+
sa as SarafTab,
|
|
88
|
+
N as SarafTable,
|
|
89
|
+
fa as SarafTabs,
|
|
90
|
+
ra as SarafTag,
|
|
91
|
+
B as SarafTextFiled,
|
|
92
|
+
J as SarafTradeAmountTableCell,
|
|
93
|
+
V as SarafTradeDateCell,
|
|
94
|
+
Z as SarafTradeSymbolCell,
|
|
95
|
+
O as SarafTradeSymbolPriceCell,
|
|
96
|
+
Ua as SearchIcon,
|
|
97
|
+
g as SelectItem,
|
|
98
|
+
Oa as SpinnerSizes,
|
|
99
|
+
oa as TagColors,
|
|
100
|
+
Ia as TooltipDirective
|
|
105
101
|
};
|