@rlucan/ui 19.0.6 → 20.0.2
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/fesm2022/rlucan-ui.mjs +113 -113
- package/fesm2022/rlucan-ui.mjs.map +1 -1
- package/index.d.ts +905 -5
- package/package.json +10 -9
- package/ui.scss +17 -17
- package/lib/action-button/action-button.component.d.ts +0 -28
- package/lib/action-icon/action-icon.component.d.ts +0 -15
- package/lib/auto-complete/auto-complete.component.d.ts +0 -67
- package/lib/autocomplete/autocomplete.component.d.ts +0 -57
- package/lib/avatar/avatar.component.d.ts +0 -14
- package/lib/button/button.component.d.ts +0 -18
- package/lib/checkbox/checkbox.component.d.ts +0 -15
- package/lib/checkbox-group/checkbox-group.component.d.ts +0 -18
- package/lib/currency/currency.component.d.ts +0 -31
- package/lib/date/date.component.d.ts +0 -24
- package/lib/dialog/dialog.component.d.ts +0 -13
- package/lib/directives/force-visibility/force-visibility.directive.d.ts +0 -22
- package/lib/editor/editor.component.d.ts +0 -24
- package/lib/elements/burger/burger.component.d.ts +0 -9
- package/lib/elements/expander/expander.component.d.ts +0 -10
- package/lib/elements/validation-message/validation-message.component.d.ts +0 -12
- package/lib/file/file.component.d.ts +0 -36
- package/lib/file-uploader/ui-file-uploader.component.d.ts +0 -107
- package/lib/input/input.component.d.ts +0 -42
- package/lib/input-autocomplete/input-autocomplete.component.d.ts +0 -44
- package/lib/layouts/base/ui-base-layout.component.d.ts +0 -8
- package/lib/layouts/base/ui-base.component.d.ts +0 -23
- package/lib/layouts/simple/ui-simple-layout.component.d.ts +0 -8
- package/lib/layouts/simple/ui-simple.component.d.ts +0 -40
- package/lib/radio/radio.component.d.ts +0 -8
- package/lib/radio-group/radio-group.component.d.ts +0 -19
- package/lib/select/select.component.d.ts +0 -37
- package/lib/services/message-box.service.d.ts +0 -58
- package/lib/services/toast.service.d.ts +0 -13
- package/lib/services/ui-file.service.d.ts +0 -37
- package/lib/services/ui-translate.service.d.ts +0 -11
- package/lib/submit-button/submit-button.component.d.ts +0 -21
- package/lib/table/table.component.d.ts +0 -39
- package/lib/text-area/text-area.component.d.ts +0 -18
- package/lib/ui.model.d.ts +0 -2
- package/lib/ui.module.d.ts +0 -60
- package/public-api.d.ts +0 -30
package/public-api.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export * from './lib/ui.module';
|
|
2
|
-
export * from './lib/action-button/action-button.component';
|
|
3
|
-
export * from './lib/action-icon/action-icon.component';
|
|
4
|
-
export * from './lib/autocomplete/autocomplete.component';
|
|
5
|
-
export * from './lib/auto-complete/auto-complete.component';
|
|
6
|
-
export * from './lib/avatar/avatar.component';
|
|
7
|
-
export * from './lib/button/button.component';
|
|
8
|
-
export * from './lib/checkbox/checkbox.component';
|
|
9
|
-
export * from './lib/checkbox-group/checkbox-group.component';
|
|
10
|
-
export * from './lib/currency/currency.component';
|
|
11
|
-
export * from './lib/date/date.component';
|
|
12
|
-
export * from './lib/dialog/dialog.component';
|
|
13
|
-
export * from './lib/file/file.component';
|
|
14
|
-
export * from './lib/file-uploader/ui-file-uploader.component';
|
|
15
|
-
export * from './lib/input/input.component';
|
|
16
|
-
export * from './lib/input-autocomplete/input-autocomplete.component';
|
|
17
|
-
export * from './lib/radio/radio.component';
|
|
18
|
-
export * from './lib/radio-group/radio-group.component';
|
|
19
|
-
export * from './lib/select/select.component';
|
|
20
|
-
export * from './lib/submit-button/submit-button.component';
|
|
21
|
-
export * from './lib/table/table.component';
|
|
22
|
-
export * from './lib/text-area/text-area.component';
|
|
23
|
-
export * from './lib/editor/editor.component';
|
|
24
|
-
export * from './lib/directives/force-visibility/force-visibility.directive';
|
|
25
|
-
export * from './lib/elements/burger/burger.component';
|
|
26
|
-
export * from './lib/elements/expander/expander.component';
|
|
27
|
-
export * from './lib/services/message-box.service';
|
|
28
|
-
export * from './lib/services/toast.service';
|
|
29
|
-
export * from './lib/services/ui-file.service';
|
|
30
|
-
export * from './lib/services/ui-translate.service';
|