tuain-ng-forms-lib 0.12.3 → 0.12.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/bundles/tuain-ng-forms-lib.umd.js +145 -358
- package/bundles/tuain-ng-forms-lib.umd.js.map +1 -1
- package/esm2015/lib/components/elements/action.component.js +44 -0
- package/esm2015/lib/components/elements/field.component.js +38 -0
- package/esm2015/lib/components/elements/layout/form-header.component.js +1 -7
- package/esm2015/lib/components/elements/tables/table-record-action.component.js +3 -18
- package/esm2015/lib/tuain-ng-forms-lib.module.js +3 -5
- package/esm2015/public-api.js +3 -5
- package/fesm2015/tuain-ng-forms-lib.js +4 -210
- package/fesm2015/tuain-ng-forms-lib.js.map +1 -1
- package/lib/components/elements/{actions/action.component.d.ts → action.component.d.ts} +0 -4
- package/lib/components/elements/{fields/field.component.d.ts → field.component.d.ts} +1 -1
- package/lib/components/elements/layout/form-header.component.d.ts +2 -5
- package/lib/components/elements/tables/table-record-action.component.d.ts +1 -4
- package/package.json +1 -1
- package/public-api.d.ts +2 -4
- package/tuain-ng-forms-lib.metadata.json +1 -1
- package/esm2015/lib/components/elements/actions/action.component.js +0 -53
- package/esm2015/lib/components/elements/fields/field.component.js +0 -38
- package/esm2015/lib/components/elements/fields/password.component.js +0 -18
- package/esm2015/lib/services/icon-dictionary.service.js +0 -161
- package/lib/components/elements/fields/password.component.d.ts +0 -6
- package/lib/services/icon-dictionary.service.d.ts +0 -157
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
export declare const iconDictionary: {
|
|
2
|
-
SELECT: string;
|
|
3
|
-
selectHolder: string;
|
|
4
|
-
validateAML: string;
|
|
5
|
-
NEW: string;
|
|
6
|
-
'FORM-CREATE': string;
|
|
7
|
-
'FORM-EDIT': string;
|
|
8
|
-
'FORM-VIEW': string;
|
|
9
|
-
SHIELD: string;
|
|
10
|
-
LOGIN: string;
|
|
11
|
-
LOGOUT: string;
|
|
12
|
-
VIEW: string;
|
|
13
|
-
EDIT: string;
|
|
14
|
-
DETAIL: string;
|
|
15
|
-
DELETE: string;
|
|
16
|
-
SERVERPROCESS: string;
|
|
17
|
-
DEFAULT: string;
|
|
18
|
-
HOME: string;
|
|
19
|
-
IMAGE: string;
|
|
20
|
-
PICTURE: string;
|
|
21
|
-
TEXT: string;
|
|
22
|
-
MOVEUP: string;
|
|
23
|
-
MOVEDOWN: string;
|
|
24
|
-
NEWAFFILIATION: string;
|
|
25
|
-
AUTONEWAFFILIATION: string;
|
|
26
|
-
PROFILE: string;
|
|
27
|
-
ZIPFILE: string;
|
|
28
|
-
COPY: string;
|
|
29
|
-
FOLDER: string;
|
|
30
|
-
TAGS: string;
|
|
31
|
-
BARCODE: string;
|
|
32
|
-
BARCODE2: string;
|
|
33
|
-
KEYBOARD: string;
|
|
34
|
-
CART: string;
|
|
35
|
-
CAMARACOMERCIO: string;
|
|
36
|
-
SARLAFT: string;
|
|
37
|
-
SCREENING: string;
|
|
38
|
-
ENTITY: string;
|
|
39
|
-
COIN: string;
|
|
40
|
-
CREDITCARD: string;
|
|
41
|
-
CONTACTS: string;
|
|
42
|
-
LOCATION: string;
|
|
43
|
-
CODES: string;
|
|
44
|
-
BPMCODES: string;
|
|
45
|
-
MAIL: string;
|
|
46
|
-
MAP: string;
|
|
47
|
-
WARNING: string;
|
|
48
|
-
NOTIFICATION: string;
|
|
49
|
-
QUESTION: string;
|
|
50
|
-
INFO: string;
|
|
51
|
-
SAVE: string;
|
|
52
|
-
INBOXFULL: string;
|
|
53
|
-
INBOXEMPTY: string;
|
|
54
|
-
DATABASE: string;
|
|
55
|
-
UNDO: string;
|
|
56
|
-
REDO: string;
|
|
57
|
-
CHAT: string;
|
|
58
|
-
BRIEFCASE: string;
|
|
59
|
-
USER: string;
|
|
60
|
-
ADDUSER: string;
|
|
61
|
-
REMOVEUSER: string;
|
|
62
|
-
SPINNER: string;
|
|
63
|
-
SEARCH: string;
|
|
64
|
-
ZOOMIN: string;
|
|
65
|
-
ZOOMOUT: string;
|
|
66
|
-
KEY: string;
|
|
67
|
-
LOCK: string;
|
|
68
|
-
lockDoc: string;
|
|
69
|
-
UNLOCK: string;
|
|
70
|
-
CONFIG: string;
|
|
71
|
-
TUNE: string;
|
|
72
|
-
GEAR: string;
|
|
73
|
-
ADMIN: string;
|
|
74
|
-
LIST: string;
|
|
75
|
-
FORMRECORD: string;
|
|
76
|
-
PIE: string;
|
|
77
|
-
GRAPH: string;
|
|
78
|
-
TROPHY: string;
|
|
79
|
-
GIFT: string;
|
|
80
|
-
GAUGE: string;
|
|
81
|
-
FIRE: string;
|
|
82
|
-
LAB: string;
|
|
83
|
-
DELIVER: string;
|
|
84
|
-
MOBILE: string;
|
|
85
|
-
MOBILE2: string;
|
|
86
|
-
RECHARGE: string;
|
|
87
|
-
TREE: string;
|
|
88
|
-
EARTH: string;
|
|
89
|
-
TARGET: string;
|
|
90
|
-
POWER: string;
|
|
91
|
-
VERIFY: string;
|
|
92
|
-
UPLOAD: string;
|
|
93
|
-
DOWNLOAD: string;
|
|
94
|
-
DOWNLOADSET: string;
|
|
95
|
-
LINK: string;
|
|
96
|
-
ATACH: string;
|
|
97
|
-
EYE: string;
|
|
98
|
-
NOEYE: string;
|
|
99
|
-
BOOKMARK: string;
|
|
100
|
-
STAR: string;
|
|
101
|
-
HEART: string;
|
|
102
|
-
HEARTBROKEN: string;
|
|
103
|
-
HAPPY: string;
|
|
104
|
-
SAD: string;
|
|
105
|
-
ACTIVATE: string;
|
|
106
|
-
INACTIVATE: string;
|
|
107
|
-
APPROVE: string;
|
|
108
|
-
REJECT: string;
|
|
109
|
-
CANCEL: string;
|
|
110
|
-
CLOSE: string;
|
|
111
|
-
CLEAN: string;
|
|
112
|
-
CHECK: string;
|
|
113
|
-
UNCHECK: string;
|
|
114
|
-
SELECTROW: string;
|
|
115
|
-
UNSELECTROW: string;
|
|
116
|
-
CHECKED: string;
|
|
117
|
-
UNCHECKED: string;
|
|
118
|
-
ENTER: string;
|
|
119
|
-
EXIT: string;
|
|
120
|
-
CUT: string;
|
|
121
|
-
FILTER: string;
|
|
122
|
-
PLAY: string;
|
|
123
|
-
STOP: string;
|
|
124
|
-
UP: string;
|
|
125
|
-
DOWN: string;
|
|
126
|
-
RIGHT: string;
|
|
127
|
-
LEFT: string;
|
|
128
|
-
SORTASC: string;
|
|
129
|
-
SORTDSC: string;
|
|
130
|
-
TABLE: string;
|
|
131
|
-
OFFICE: string;
|
|
132
|
-
SHARE: string;
|
|
133
|
-
FACEBOOK: string;
|
|
134
|
-
WHATSAPP: string;
|
|
135
|
-
TWITTER: string;
|
|
136
|
-
YOUTUBE: string;
|
|
137
|
-
PDF: string;
|
|
138
|
-
EXCEL: string;
|
|
139
|
-
HOLDER: string;
|
|
140
|
-
XXX: string;
|
|
141
|
-
BANK: string;
|
|
142
|
-
CREDITCARD2: string;
|
|
143
|
-
BUS: string;
|
|
144
|
-
TELEVISION: string;
|
|
145
|
-
BACK: string;
|
|
146
|
-
SEND: string;
|
|
147
|
-
TEXTFILE: string;
|
|
148
|
-
PERSON: string;
|
|
149
|
-
BATCHFILE: string;
|
|
150
|
-
REQUESTS: string;
|
|
151
|
-
THUMBUP: string;
|
|
152
|
-
THUMBDOWN: string;
|
|
153
|
-
EXCLAMATION: string;
|
|
154
|
-
};
|
|
155
|
-
export declare class IconDictionaryService {
|
|
156
|
-
mapIcon: (iconName: any) => any;
|
|
157
|
-
}
|