@ng-formworks/bootstrap5 16.3.0 → 17.3.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.
@@ -1,105 +1,105 @@
1
- export const cssFrameworkCfgBootstrap5 = {
2
- "name": "bootstrap-5",
3
- "text": "Bootstrap 5",
4
- "scripts": [
5
- "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
6
- ],
7
- "stylesheets": [
8
- "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css",
9
- ],
10
- "widgetstyles": {
11
- "__themes__": [
12
- { "name": "bootstrap5_default", "text": "Bootstrap5 default" },
13
- { "name": "dark", "text": "Dark" },
14
- { "name": "light", "text": "Light" }
15
- ],
16
- "$ref": {
17
- "fieldHtmlClass": "btn float-end btn-info"
18
- },
19
- "__array_item_nonref__": {
20
- "htmlClass": "list-group-item"
21
- },
22
- "__form_group__": {
23
- "htmlClass": "form-group"
24
- },
25
- "__control_label__": {
26
- "labelHtmlClass": "control-label"
27
- },
28
- "__active__": {
29
- "activeClass": "active"
30
- },
31
- "__required_asterisk__": "text-danger",
32
- "__screen_reader__": "visually-hidden",
33
- "__remove_item__": "btn-close float-end",
34
- "__help_block__": "help-block",
35
- "__field_addon_left__": "input-group-text",
36
- "__field_addon_right__": "input-group-text",
37
- "alt-date": {},
38
- "alt-datetime": {},
39
- "__array__": {
40
- "htmlClass": "list-group"
41
- },
42
- "array": {},
43
- "authfieldset": {},
44
- "advancedfieldset": {},
45
- "button": {
46
- "fieldHtmlClass": "btn btn-sm btn-primary"
47
- },
48
- "checkbox": { "fieldHtmlClass": "checkbox" },
49
- "checkboxes": {
50
- "fieldHtmlClass": "checkbox"
51
- },
52
- "checkboxbuttons": {
53
- "fieldHtmlClass": "visually-hidden",
54
- "htmlClass": "btn-group",
55
- "itemLabelHtmlClass": "btn"
56
- },
57
- "checkboxes-inline": {
58
- "htmlClass": "checkbox",
59
- "itemLabelHtmlClass": "checkbox-inline"
60
- },
61
- "date": {},
62
- "datetime-local": {},
63
- "fieldset": {},
64
- "integer": {},
65
- "number": {},
66
- "optionfieldset": {},
67
- "password": {},
68
- "radiobuttons": {
69
- "fieldHtmlClass": "visually-hidden",
70
- "htmlClass": "btn-group",
71
- "itemLabelHtmlClass": "btn"
72
- },
73
- "radio": { "fieldHtmlClass": "radio" },
74
- "radios": {
75
- "fieldHtmlClass": "radio"
76
- },
77
- "radios-inline": {
78
- "htmlClass": "radio",
79
- "itemLabelHtmlClass": "radio-inline"
80
- },
81
- "range": {},
82
- "section": {},
83
- "selectfieldset": {},
84
- "select": {},
85
- "submit": {
86
- "fieldHtmlClass": "btn btn-primary"
87
- },
88
- "text": {},
89
- "tabs": {
90
- "labelHtmlClass": "nav nav-tabs",
91
- "htmlClass": "tab-content",
92
- "fieldHtmlClass": "tab-pane"
93
- },
94
- "tabarray": {
95
- "labelHtmlClass": "nav nav-tabs",
96
- "htmlClass": "tab-content",
97
- "fieldHtmlClass": "tab-pane"
98
- },
99
- "textarea": {},
100
- "default": {
101
- "fieldHtmlClass": "form-control"
102
- }
103
- }
104
- };
1
+ export const cssFrameworkCfgBootstrap5 = {
2
+ "name": "bootstrap-5",
3
+ "text": "Bootstrap 5",
4
+ "scripts": [
5
+ "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
6
+ ],
7
+ "stylesheets": [
8
+ "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css",
9
+ ],
10
+ "widgetstyles": {
11
+ "__themes__": [
12
+ { "name": "bootstrap5_default", "text": "Bootstrap5 default" },
13
+ { "name": "dark", "text": "Dark" },
14
+ { "name": "light", "text": "Light" }
15
+ ],
16
+ "$ref": {
17
+ "fieldHtmlClass": "btn float-end btn-info"
18
+ },
19
+ "__array_item_nonref__": {
20
+ "htmlClass": "list-group-item"
21
+ },
22
+ "__form_group__": {
23
+ "htmlClass": "form-group"
24
+ },
25
+ "__control_label__": {
26
+ "labelHtmlClass": "control-label"
27
+ },
28
+ "__active__": {
29
+ "activeClass": "active"
30
+ },
31
+ "__required_asterisk__": "text-danger",
32
+ "__screen_reader__": "visually-hidden",
33
+ "__remove_item__": "btn-close float-end",
34
+ "__help_block__": "help-block",
35
+ "__field_addon_left__": "input-group-text",
36
+ "__field_addon_right__": "input-group-text",
37
+ "alt-date": {},
38
+ "alt-datetime": {},
39
+ "__array__": {
40
+ "htmlClass": "list-group"
41
+ },
42
+ "array": {},
43
+ "authfieldset": {},
44
+ "advancedfieldset": {},
45
+ "button": {
46
+ "fieldHtmlClass": "btn btn-sm btn-primary"
47
+ },
48
+ "checkbox": { "fieldHtmlClass": "checkbox" },
49
+ "checkboxes": {
50
+ "fieldHtmlClass": "checkbox"
51
+ },
52
+ "checkboxbuttons": {
53
+ "fieldHtmlClass": "visually-hidden",
54
+ "htmlClass": "btn-group",
55
+ "itemLabelHtmlClass": "btn"
56
+ },
57
+ "checkboxes-inline": {
58
+ "htmlClass": "checkbox",
59
+ "itemLabelHtmlClass": "checkbox-inline"
60
+ },
61
+ "date": {},
62
+ "datetime-local": {},
63
+ "fieldset": {},
64
+ "integer": {},
65
+ "number": {},
66
+ "optionfieldset": {},
67
+ "password": {},
68
+ "radiobuttons": {
69
+ "fieldHtmlClass": "visually-hidden",
70
+ "htmlClass": "btn-group",
71
+ "itemLabelHtmlClass": "btn"
72
+ },
73
+ "radio": { "fieldHtmlClass": "radio" },
74
+ "radios": {
75
+ "fieldHtmlClass": "radio"
76
+ },
77
+ "radios-inline": {
78
+ "htmlClass": "radio",
79
+ "itemLabelHtmlClass": "radio-inline"
80
+ },
81
+ "range": {},
82
+ "section": {},
83
+ "selectfieldset": {},
84
+ "select": {},
85
+ "submit": {
86
+ "fieldHtmlClass": "btn btn-primary"
87
+ },
88
+ "text": {},
89
+ "tabs": {
90
+ "labelHtmlClass": "nav nav-tabs",
91
+ "htmlClass": "tab-content",
92
+ "fieldHtmlClass": "tab-pane"
93
+ },
94
+ "tabarray": {
95
+ "labelHtmlClass": "nav nav-tabs",
96
+ "htmlClass": "tab-content",
97
+ "fieldHtmlClass": "tab-pane"
98
+ },
99
+ "textarea": {},
100
+ "default": {
101
+ "fieldHtmlClass": "form-control"
102
+ }
103
+ }
104
+ };
105
105
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vdHN0cmFwNS1jc3NmcmFtZXdvcmsuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy1mb3Jtd29ya3MtYm9vdHN0cmFwNS9zcmMvbGliL2Jvb3RzdHJhcDUtY3NzZnJhbWV3b3JrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFxQjtJQUV2RCxNQUFNLEVBQUUsYUFBYTtJQUNyQixNQUFNLEVBQUMsYUFBYTtJQUNwQixTQUFTLEVBQUU7UUFDUCx3RUFBd0U7S0FDM0U7SUFDRCxhQUFhLEVBQUU7UUFDWCxtRUFBbUU7S0FDdEU7SUFDRCxjQUFjLEVBQUU7UUFDWixZQUFZLEVBQUU7WUFDVixFQUFDLE1BQU0sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLEVBQUMsb0JBQW9CLEVBQUM7WUFDekQsRUFBQyxNQUFNLEVBQUMsTUFBTSxFQUFDLE1BQU0sRUFBQyxNQUFNLEVBQUM7WUFDN0IsRUFBQyxNQUFNLEVBQUMsT0FBTyxFQUFDLE1BQU0sRUFBQyxPQUFPLEVBQUM7U0FDbEM7UUFDRCxNQUFNLEVBQUU7WUFDSixnQkFBZ0IsRUFBRSx3QkFBd0I7U0FDN0M7UUFDRCx1QkFBdUIsRUFBRTtZQUNyQixXQUFXLEVBQUUsaUJBQWlCO1NBQ2pDO1FBQ0QsZ0JBQWdCLEVBQUU7WUFDZCxXQUFXLEVBQUUsWUFBWTtTQUM1QjtRQUNELG1CQUFtQixFQUFFO1lBQ2pCLGdCQUFnQixFQUFFLGVBQWU7U0FDcEM7UUFDRCxZQUFZLEVBQUU7WUFDVixhQUFhLEVBQUUsUUFBUTtTQUMxQjtRQUNELHVCQUF1QixFQUFFLGFBQWE7UUFDdEMsbUJBQW1CLEVBQUUsaUJBQWlCO1FBQ3RDLGlCQUFpQixFQUFFLHNCQUFzQjtRQUN6QyxnQkFBZ0IsRUFBRSxZQUFZO1FBQzlCLHNCQUFzQixFQUFFLGtCQUFrQjtRQUMxQyx1QkFBdUIsRUFBRSxrQkFBa0I7UUFDM0MsVUFBVSxFQUFFLEVBQUU7UUFDZCxjQUFjLEVBQUUsRUFBRTtRQUNsQixXQUFXLEVBQUU7WUFDVCxXQUFXLEVBQUUsWUFBWTtTQUM1QjtRQUNELE9BQU8sRUFBRSxFQUFFO1FBQ1gsY0FBYyxFQUFFLEVBQUU7UUFDbEIsa0JBQWtCLEVBQUUsRUFBRTtRQUN0QixRQUFRLEVBQUU7WUFDTixnQkFBZ0IsRUFBRSx3QkFBd0I7U0FDN0M7UUFDRCxVQUFVLEVBQUUsRUFBRSxnQkFBZ0IsRUFBRSxVQUFVLEVBQUU7UUFDNUMsWUFBWSxFQUFFO1lBQ1YsZ0JBQWdCLEVBQUUsVUFBVTtTQUMvQjtRQUNELGlCQUFpQixFQUFFO1lBQ2YsZ0JBQWdCLEVBQUUsaUJBQWlCO1lBQ25DLFdBQVcsRUFBRSxXQUFXO1lBQ3hCLG9CQUFvQixFQUFFLEtBQUs7U0FDOUI7UUFDRCxtQkFBbUIsRUFBRTtZQUNqQixXQUFXLEVBQUUsVUFBVTtZQUN2QixvQkFBb0IsRUFBRSxpQkFBaUI7U0FDMUM7UUFDRCxNQUFNLEVBQUUsRUFBRTtRQUNWLGdCQUFnQixFQUFFLEVBQUU7UUFDcEIsVUFBVSxFQUFFLEVBQUU7UUFDZCxTQUFTLEVBQUUsRUFBRTtRQUNiLFFBQVEsRUFBRSxFQUFFO1FBQ1osZ0JBQWdCLEVBQUUsRUFBRTtRQUNwQixVQUFVLEVBQUUsRUFBRTtRQUNkLGNBQWMsRUFBRTtZQUNaLGdCQUFnQixFQUFFLGlCQUFpQjtZQUNuQyxXQUFXLEVBQUUsV0FBVztZQUN4QixvQkFBb0IsRUFBRSxLQUFLO1NBQzlCO1FBQ0QsT0FBTyxFQUFFLEVBQUUsZ0JBQWdCLEVBQUUsT0FBTyxFQUFFO1FBQ3RDLFFBQVEsRUFBRTtZQUNOLGdCQUFnQixFQUFFLE9BQU87U0FDNUI7UUFDRCxlQUFlLEVBQUU7WUFDYixXQUFXLEVBQUUsT0FBTztZQUNwQixvQkFBb0IsRUFBRSxjQUFjO1NBQ3ZDO1FBQ0QsT0FBTyxFQUFFLEVBQUU7UUFDWCxTQUFTLEVBQUUsRUFBRTtRQUNiLGdCQUFnQixFQUFFLEVBQUU7UUFDcEIsUUFBUSxFQUFFLEVBQUU7UUFDWixRQUFRLEVBQUU7WUFDTixnQkFBZ0IsRUFBRSxpQkFBaUI7U0FDdEM7UUFDRCxNQUFNLEVBQUUsRUFBRTtRQUNWLE1BQU0sRUFBRTtZQUNKLGdCQUFnQixFQUFFLGNBQWM7WUFDaEMsV0FBVyxFQUFFLGFBQWE7WUFDMUIsZ0JBQWdCLEVBQUUsVUFBVTtTQUMvQjtRQUNELFVBQVUsRUFBRTtZQUNSLGdCQUFnQixFQUFFLGNBQWM7WUFDaEMsV0FBVyxFQUFFLGFBQWE7WUFDMUIsZ0JBQWdCLEVBQUUsVUFBVTtTQUMvQjtRQUNELFVBQVUsRUFBRSxFQUFFO1FBQ2QsU0FBUyxFQUFFO1lBQ1AsZ0JBQWdCLEVBQUUsY0FBYztTQUNuQztLQUNKO0NBQ0osQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzc19mdyB9IGZyb20gXCJAbmctZm9ybXdvcmtzL2Nzc2ZyYW1ld29ya1wiO1xyXG5cclxuZXhwb3J0IGNvbnN0IGNzc0ZyYW1ld29ya0NmZ0Jvb3RzdHJhcDU6Y3NzX2Z3LmZyYW1ld29ya2NmZz17XHJcblxyXG4gICAgXCJuYW1lXCI6IFwiYm9vdHN0cmFwLTVcIixcclxuICAgIFwidGV4dFwiOlwiQm9vdHN0cmFwIDVcIixcclxuICAgIFwic2NyaXB0c1wiOiBbXHJcbiAgICAgICAgXCIvL2Nkbi5qc2RlbGl2ci5uZXQvbnBtL2Jvb3RzdHJhcEA1LjMuMi9kaXN0L2pzL2Jvb3RzdHJhcC5idW5kbGUubWluLmpzXCJcclxuICAgIF0sXHJcbiAgICBcInN0eWxlc2hlZXRzXCI6IFtcclxuICAgICAgICBcIi8vY2RuLmpzZGVsaXZyLm5ldC9ucG0vYm9vdHN0cmFwQDUuMy4yL2Rpc3QvY3NzL2Jvb3RzdHJhcC5taW4uY3NzXCIsXHJcbiAgICBdLFxyXG4gICAgXCJ3aWRnZXRzdHlsZXNcIjoge1xyXG4gICAgICAgIFwiX190aGVtZXNfX1wiOiBbXHJcbiAgICAgICAgICAgIHtcIm5hbWVcIjpcImJvb3RzdHJhcDVfZGVmYXVsdFwiLFwidGV4dFwiOlwiQm9vdHN0cmFwNSBkZWZhdWx0XCJ9LFxyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJkYXJrXCIsXCJ0ZXh0XCI6XCJEYXJrXCJ9LFxyXG4gICAgICAgICAgICB7XCJuYW1lXCI6XCJsaWdodFwiLFwidGV4dFwiOlwiTGlnaHRcIn1cclxuICAgICAgICBdLFxyXG4gICAgICAgIFwiJHJlZlwiOiB7XHJcbiAgICAgICAgICAgIFwiZmllbGRIdG1sQ2xhc3NcIjogXCJidG4gZmxvYXQtZW5kIGJ0bi1pbmZvXCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwiX19hcnJheV9pdGVtX25vbnJlZl9fXCI6IHtcclxuICAgICAgICAgICAgXCJodG1sQ2xhc3NcIjogXCJsaXN0LWdyb3VwLWl0ZW1cIlxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgXCJfX2Zvcm1fZ3JvdXBfX1wiOiB7XHJcbiAgICAgICAgICAgIFwiaHRtbENsYXNzXCI6IFwiZm9ybS1ncm91cFwiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcIl9fY29udHJvbF9sYWJlbF9fXCI6IHtcclxuICAgICAgICAgICAgXCJsYWJlbEh0bWxDbGFzc1wiOiBcImNvbnRyb2wtbGFiZWxcIlxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgXCJfX2FjdGl2ZV9fXCI6IHtcclxuICAgICAgICAgICAgXCJhY3RpdmVDbGFzc1wiOiBcImFjdGl2ZVwiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcIl9fcmVxdWlyZWRfYXN0ZXJpc2tfX1wiOiBcInRleHQtZGFuZ2VyXCIsXHJcbiAgICAgICAgXCJfX3NjcmVlbl9yZWFkZXJfX1wiOiBcInZpc3VhbGx5LWhpZGRlblwiLFxyXG4gICAgICAgIFwiX19yZW1vdmVfaXRlbV9fXCI6IFwiYnRuLWNsb3NlICBmbG9hdC1lbmRcIixcclxuICAgICAgICBcIl9faGVscF9ibG9ja19fXCI6IFwiaGVscC1ibG9ja1wiLFxyXG4gICAgICAgIFwiX19maWVsZF9hZGRvbl9sZWZ0X19cIjogXCJpbnB1dC1ncm91cC10ZXh0XCIsXHJcbiAgICAgICAgXCJfX2ZpZWxkX2FkZG9uX3JpZ2h0X19cIjogXCJpbnB1dC1ncm91cC10ZXh0XCIsXHJcbiAgICAgICAgXCJhbHQtZGF0ZVwiOiB7fSxcclxuICAgICAgICBcImFsdC1kYXRldGltZVwiOiB7fSxcclxuICAgICAgICBcIl9fYXJyYXlfX1wiOiB7XHJcbiAgICAgICAgICAgIFwiaHRtbENsYXNzXCI6IFwibGlzdC1ncm91cFwiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcImFycmF5XCI6IHt9LFxyXG4gICAgICAgIFwiYXV0aGZpZWxkc2V0XCI6IHt9LFxyXG4gICAgICAgIFwiYWR2YW5jZWRmaWVsZHNldFwiOiB7fSxcclxuICAgICAgICBcImJ1dHRvblwiOiB7XHJcbiAgICAgICAgICAgIFwiZmllbGRIdG1sQ2xhc3NcIjogXCJidG4gYnRuLXNtIGJ0bi1wcmltYXJ5XCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwiY2hlY2tib3hcIjogeyBcImZpZWxkSHRtbENsYXNzXCI6IFwiY2hlY2tib3hcIiB9LFxyXG4gICAgICAgIFwiY2hlY2tib3hlc1wiOiB7XHJcbiAgICAgICAgICAgIFwiZmllbGRIdG1sQ2xhc3NcIjogXCJjaGVja2JveFwiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcImNoZWNrYm94YnV0dG9uc1wiOiB7XHJcbiAgICAgICAgICAgIFwiZmllbGRIdG1sQ2xhc3NcIjogXCJ2aXN1YWxseS1oaWRkZW5cIixcclxuICAgICAgICAgICAgXCJodG1sQ2xhc3NcIjogXCJidG4tZ3JvdXBcIixcclxuICAgICAgICAgICAgXCJpdGVtTGFiZWxIdG1sQ2xhc3NcIjogXCJidG5cIlxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgXCJjaGVja2JveGVzLWlubGluZVwiOiB7XHJcbiAgICAgICAgICAgIFwiaHRtbENsYXNzXCI6IFwiY2hlY2tib3hcIixcclxuICAgICAgICAgICAgXCJpdGVtTGFiZWxIdG1sQ2xhc3NcIjogXCJjaGVja2JveC1pbmxpbmVcIlxyXG4gICAgICAgIH0sXHJcbiAgICAgICAgXCJkYXRlXCI6IHt9LFxyXG4gICAgICAgIFwiZGF0ZXRpbWUtbG9jYWxcIjoge30sXHJcbiAgICAgICAgXCJmaWVsZHNldFwiOiB7fSxcclxuICAgICAgICBcImludGVnZXJcIjoge30sXHJcbiAgICAgICAgXCJudW1iZXJcIjoge30sXHJcbiAgICAgICAgXCJvcHRpb25maWVsZHNldFwiOiB7fSxcclxuICAgICAgICBcInBhc3N3b3JkXCI6IHt9LFxyXG4gICAgICAgIFwicmFkaW9idXR0b25zXCI6IHtcclxuICAgICAgICAgICAgXCJmaWVsZEh0bWxDbGFzc1wiOiBcInZpc3VhbGx5LWhpZGRlblwiLFxyXG4gICAgICAgICAgICBcImh0bWxDbGFzc1wiOiBcImJ0bi1ncm91cFwiLFxyXG4gICAgICAgICAgICBcIml0ZW1MYWJlbEh0bWxDbGFzc1wiOiBcImJ0blwiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcInJhZGlvXCI6IHsgXCJmaWVsZEh0bWxDbGFzc1wiOiBcInJhZGlvXCIgfSxcclxuICAgICAgICBcInJhZGlvc1wiOiB7XHJcbiAgICAgICAgICAgIFwiZmllbGRIdG1sQ2xhc3NcIjogXCJyYWRpb1wiXHJcbiAgICAgICAgfSxcclxuICAgICAgICBcInJhZGlvcy1pbmxpbmVcIjoge1xyXG4gICAgICAgICAgICBcImh0bWxDbGFzc1wiOiBcInJhZGlvXCIsXHJcbiAgICAgICAgICAgIFwiaXRlbUxhYmVsSHRtbENsYXNzXCI6IFwicmFkaW8taW5saW5lXCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwicmFuZ2VcIjoge30sXHJcbiAgICAgICAgXCJzZWN0aW9uXCI6IHt9LFxyXG4gICAgICAgIFwic2VsZWN0ZmllbGRzZXRcIjoge30sXHJcbiAgICAgICAgXCJzZWxlY3RcIjoge30sXHJcbiAgICAgICAgXCJzdWJtaXRcIjoge1xyXG4gICAgICAgICAgICBcImZpZWxkSHRtbENsYXNzXCI6IFwiYnRuIGJ0bi1wcmltYXJ5XCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwidGV4dFwiOiB7fSxcclxuICAgICAgICBcInRhYnNcIjoge1xyXG4gICAgICAgICAgICBcImxhYmVsSHRtbENsYXNzXCI6IFwibmF2IG5hdi10YWJzXCIsXHJcbiAgICAgICAgICAgIFwiaHRtbENsYXNzXCI6IFwidGFiLWNvbnRlbnRcIixcclxuICAgICAgICAgICAgXCJmaWVsZEh0bWxDbGFzc1wiOiBcInRhYi1wYW5lXCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwidGFiYXJyYXlcIjoge1xyXG4gICAgICAgICAgICBcImxhYmVsSHRtbENsYXNzXCI6IFwibmF2IG5hdi10YWJzXCIsXHJcbiAgICAgICAgICAgIFwiaHRtbENsYXNzXCI6IFwidGFiLWNvbnRlbnRcIixcclxuICAgICAgICAgICAgXCJmaWVsZEh0bWxDbGFzc1wiOiBcInRhYi1wYW5lXCJcclxuICAgICAgICB9LFxyXG4gICAgICAgIFwidGV4dGFyZWFcIjoge30sXHJcbiAgICAgICAgXCJkZWZhdWx0XCI6IHtcclxuICAgICAgICAgICAgXCJmaWVsZEh0bWxDbGFzc1wiOiBcImZvcm0tY29udHJvbFwiXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59Il19
@@ -1,38 +1,38 @@
1
- import { Component, Input, ViewEncapsulation } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@ng-formworks/core";
4
- import * as i2 from "@ng-formworks/cssframework";
5
- /**
6
- * Bootstrap 5 framework for Angular JSON Schema Form.
7
- *
8
- */
9
- export class Bootstrap5FrameworkComponent {
10
- constructor(changeDetector, jsf) {
11
- this.changeDetector = changeDetector;
12
- this.jsf = jsf;
13
- this.frameworkInitialized = false;
14
- this.formControl = null;
15
- this.debugOutput = '';
16
- this.debug = '';
17
- this.parentArray = null;
18
- this.isOrderable = false;
19
- }
20
- ngOnInit() {
21
- }
22
- ngOnChanges() {
23
- }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.JsonSchemaFormService }], target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: Bootstrap5FrameworkComponent, selector: "bootstrap-5-framework", inputs: { layoutNode: "layoutNode", layoutIndex: "layoutIndex", dataIndex: "dataIndex" }, usesOnChanges: true, ngImport: i0, template: `
1
+ import { Component, Input, ViewEncapsulation } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ng-formworks/core";
4
+ import * as i2 from "@ng-formworks/cssframework";
5
+ /**
6
+ * Bootstrap 5 framework for Angular JSON Schema Form.
7
+ *
8
+ */
9
+ export class Bootstrap5FrameworkComponent {
10
+ constructor(changeDetector, jsf) {
11
+ this.changeDetector = changeDetector;
12
+ this.jsf = jsf;
13
+ this.frameworkInitialized = false;
14
+ this.formControl = null;
15
+ this.debugOutput = '';
16
+ this.debug = '';
17
+ this.parentArray = null;
18
+ this.isOrderable = false;
19
+ }
20
+ ngOnInit() {
21
+ }
22
+ ngOnChanges() {
23
+ }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.JsonSchemaFormService }], target: i0.ɵɵFactoryTarget.Component }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Bootstrap5FrameworkComponent, selector: "bootstrap-5-framework", inputs: { layoutNode: "layoutNode", layoutIndex: "layoutIndex", dataIndex: "dataIndex" }, usesOnChanges: true, ngImport: i0, template: `
26
26
  <div>
27
27
  <css-framework [layoutNode]="layoutNode"
28
28
  [layoutIndex]="layoutIndex"
29
29
  [dataIndex]="dataIndex">
30
30
  </css-framework>
31
31
  </div>
32
- `, isInline: true, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"], dependencies: [{ kind: "component", type: i2.CssFrameworkComponent, selector: "css-framework", inputs: ["layoutNode", "layoutIndex", "dataIndex", "widgetStyles"] }], encapsulation: i0.ViewEncapsulation.None }); }
33
- }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkComponent, decorators: [{
35
- type: Component,
32
+ `, isInline: true, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"], dependencies: [{ kind: "component", type: i2.CssFrameworkComponent, selector: "css-framework", inputs: ["layoutNode", "layoutIndex", "dataIndex", "widgetStyles"] }], encapsulation: i0.ViewEncapsulation.None }); }
33
+ }
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkComponent, decorators: [{
35
+ type: Component,
36
36
  args: [{ selector: 'bootstrap-5-framework', template: `
37
37
  <div>
38
38
  <css-framework [layoutNode]="layoutNode"
@@ -40,12 +40,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
40
40
  [dataIndex]="dataIndex">
41
41
  </css-framework>
42
42
  </div>
43
- `, encapsulation: ViewEncapsulation.None, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"] }]
44
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.JsonSchemaFormService }]; }, propDecorators: { layoutNode: [{
45
- type: Input
46
- }], layoutIndex: [{
47
- type: Input
48
- }], dataIndex: [{
49
- type: Input
50
- }] } });
51
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vdHN0cmFwNS1mcmFtZXdvcmsuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctZm9ybXdvcmtzLWJvb3RzdHJhcDUvc3JjL2xpYi9ib290c3RyYXA1LWZyYW1ld29yay5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxLQUFLLEVBR0wsaUJBQWlCLEVBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7O0FBR3ZCOzs7R0FHRztBQWVILE1BQU0sT0FBTyw0QkFBNEI7SUFldkMsWUFDUyxjQUFpQyxFQUNqQyxHQUEwQjtRQUQxQixtQkFBYyxHQUFkLGNBQWMsQ0FBbUI7UUFDakMsUUFBRyxHQUFILEdBQUcsQ0FBdUI7UUFoQm5DLHlCQUFvQixHQUFHLEtBQUssQ0FBQztRQUk3QixnQkFBVyxHQUFRLElBQUksQ0FBQztRQUN4QixnQkFBVyxHQUFRLEVBQUUsQ0FBQztRQUN0QixVQUFLLEdBQVEsRUFBRSxDQUFDO1FBQ2hCLGdCQUFXLEdBQVEsSUFBSSxDQUFDO1FBQ3hCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO0lBVXBCLENBQUM7SUFJRCxRQUFRO0lBRVIsQ0FBQztJQUVELFdBQVc7SUFFWCxDQUFDOytHQTdCVSw0QkFBNEI7bUdBQTVCLDRCQUE0Qiw0S0FYN0I7Ozs7Ozs7R0FPVDs7NEZBSVUsNEJBQTRCO2tCQWR4QyxTQUFTOytCQUVFLHVCQUF1QixZQUN2Qjs7Ozs7OztHQU9ULGlCQUVhLGlCQUFpQixDQUFDLElBQUk7NElBWTNCLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcclxuICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICBDb21wb25lbnQsXHJcbiAgSW5wdXQsXHJcbiAgT25DaGFuZ2VzLFxyXG4gIE9uSW5pdCxcclxuICBWaWV3RW5jYXBzdWxhdGlvblxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBKc29uU2NoZW1hRm9ybVNlcnZpY2UgfSBmcm9tICdAbmctZm9ybXdvcmtzL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIEJvb3RzdHJhcCA1IGZyYW1ld29yayBmb3IgQW5ndWxhciBKU09OIFNjaGVtYSBGb3JtLlxyXG4gKlxyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOmNvbXBvbmVudC1zZWxlY3RvclxyXG4gIHNlbGVjdG9yOiAnYm9vdHN0cmFwLTUtZnJhbWV3b3JrJyxcclxuICB0ZW1wbGF0ZTogYFxyXG4gIDxkaXY+XHJcbiAgICA8Y3NzLWZyYW1ld29yayBbbGF5b3V0Tm9kZV09XCJsYXlvdXROb2RlXCIgXHJcbiAgICBbbGF5b3V0SW5kZXhdPVwibGF5b3V0SW5kZXhcIiBcclxuICAgIFtkYXRhSW5kZXhdPVwiZGF0YUluZGV4XCI+XHJcbiAgICA8L2Nzcy1mcmFtZXdvcms+XHJcbiAgPC9kaXY+XHJcbiAgYCxcclxuICBzdHlsZVVybHM6IFsnLi9ib290c3RyYXA1LWZyYW1ld29yay5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246Vmlld0VuY2Fwc3VsYXRpb24uTm9uZVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQm9vdHN0cmFwNUZyYW1ld29ya0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcclxuICBmcmFtZXdvcmtJbml0aWFsaXplZCA9IGZhbHNlO1xyXG4gIHdpZGdldE9wdGlvbnM6IGFueTsgLy8gT3B0aW9ucyBwYXNzZWQgdG8gY2hpbGQgd2lkZ2V0XHJcbiAgd2lkZ2V0TGF5b3V0Tm9kZTogYW55OyAvLyBsYXlvdXROb2RlIHBhc3NlZCB0byBjaGlsZCB3aWRnZXRcclxuICBvcHRpb25zOiBhbnk7IC8vIE9wdGlvbnMgdXNlZCBpbiB0aGlzIGZyYW1ld29ya1xyXG4gIGZvcm1Db250cm9sOiBhbnkgPSBudWxsO1xyXG4gIGRlYnVnT3V0cHV0OiBhbnkgPSAnJztcclxuICBkZWJ1ZzogYW55ID0gJyc7XHJcbiAgcGFyZW50QXJyYXk6IGFueSA9IG51bGw7XHJcbiAgaXNPcmRlcmFibGUgPSBmYWxzZTtcclxuICBASW5wdXQoKSBsYXlvdXROb2RlOiBhbnk7XHJcbiAgQElucHV0KCkgbGF5b3V0SW5kZXg6IG51bWJlcltdO1xyXG4gIEBJbnB1dCgpIGRhdGFJbmRleDogbnVtYmVyW107XHJcbiAgXHJcbiAgXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgY2hhbmdlRGV0ZWN0b3I6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgcHVibGljIGpzZjogSnNvblNjaGVtYUZvcm1TZXJ2aWNlXHJcbiAgKSB7XHJcbiAgfVxyXG4gIFxyXG4gIFxyXG4gIFxyXG4gIG5nT25Jbml0KCkge1xyXG4gIFxyXG4gIH1cclxuICBcclxuICBuZ09uQ2hhbmdlcygpIHtcclxuICBcclxuICB9XHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgfVxyXG4gICJdfQ==
43
+ `, encapsulation: ViewEncapsulation.None, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"] }]
44
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.JsonSchemaFormService }], propDecorators: { layoutNode: [{
45
+ type: Input
46
+ }], layoutIndex: [{
47
+ type: Input
48
+ }], dataIndex: [{
49
+ type: Input
50
+ }] } });
51
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vdHN0cmFwNS1mcmFtZXdvcmsuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctZm9ybXdvcmtzLWJvb3RzdHJhcDUvc3JjL2xpYi9ib290c3RyYXA1LWZyYW1ld29yay5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVMLFNBQVMsRUFDVCxLQUFLLEVBR0wsaUJBQWlCLEVBQ2xCLE1BQU0sZUFBZSxDQUFDOzs7O0FBR3ZCOzs7R0FHRztBQWVILE1BQU0sT0FBTyw0QkFBNEI7SUFldkMsWUFDUyxjQUFpQyxFQUNqQyxHQUEwQjtRQUQxQixtQkFBYyxHQUFkLGNBQWMsQ0FBbUI7UUFDakMsUUFBRyxHQUFILEdBQUcsQ0FBdUI7UUFoQm5DLHlCQUFvQixHQUFHLEtBQUssQ0FBQztRQUk3QixnQkFBVyxHQUFRLElBQUksQ0FBQztRQUN4QixnQkFBVyxHQUFRLEVBQUUsQ0FBQztRQUN0QixVQUFLLEdBQVEsRUFBRSxDQUFDO1FBQ2hCLGdCQUFXLEdBQVEsSUFBSSxDQUFDO1FBQ3hCLGdCQUFXLEdBQUcsS0FBSyxDQUFDO0lBVXBCLENBQUM7SUFJRCxRQUFRO0lBRVIsQ0FBQztJQUVELFdBQVc7SUFFWCxDQUFDOytHQTdCVSw0QkFBNEI7bUdBQTVCLDRCQUE0Qiw0S0FYN0I7Ozs7Ozs7R0FPVDs7NEZBSVUsNEJBQTRCO2tCQWR4QyxTQUFTOytCQUVFLHVCQUF1QixZQUN2Qjs7Ozs7OztHQU9ULGlCQUVhLGlCQUFpQixDQUFDLElBQUk7MEhBWTNCLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcclxuICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICBDb21wb25lbnQsXHJcbiAgSW5wdXQsXHJcbiAgT25DaGFuZ2VzLFxyXG4gIE9uSW5pdCxcclxuICBWaWV3RW5jYXBzdWxhdGlvblxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBKc29uU2NoZW1hRm9ybVNlcnZpY2UgfSBmcm9tICdAbmctZm9ybXdvcmtzL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIEJvb3RzdHJhcCA1IGZyYW1ld29yayBmb3IgQW5ndWxhciBKU09OIFNjaGVtYSBGb3JtLlxyXG4gKlxyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgLy8gdHNsaW50OmRpc2FibGUtbmV4dC1saW5lOmNvbXBvbmVudC1zZWxlY3RvclxyXG4gIHNlbGVjdG9yOiAnYm9vdHN0cmFwLTUtZnJhbWV3b3JrJyxcclxuICB0ZW1wbGF0ZTogYFxyXG4gIDxkaXY+XHJcbiAgICA8Y3NzLWZyYW1ld29yayBbbGF5b3V0Tm9kZV09XCJsYXlvdXROb2RlXCIgXHJcbiAgICBbbGF5b3V0SW5kZXhdPVwibGF5b3V0SW5kZXhcIiBcclxuICAgIFtkYXRhSW5kZXhdPVwiZGF0YUluZGV4XCI+XHJcbiAgICA8L2Nzcy1mcmFtZXdvcms+XHJcbiAgPC9kaXY+XHJcbiAgYCxcclxuICBzdHlsZVVybHM6IFsnLi9ib290c3RyYXA1LWZyYW1ld29yay5jb21wb25lbnQuc2NzcyddLFxyXG4gIGVuY2Fwc3VsYXRpb246Vmlld0VuY2Fwc3VsYXRpb24uTm9uZVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQm9vdHN0cmFwNUZyYW1ld29ya0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcclxuICBmcmFtZXdvcmtJbml0aWFsaXplZCA9IGZhbHNlO1xyXG4gIHdpZGdldE9wdGlvbnM6IGFueTsgLy8gT3B0aW9ucyBwYXNzZWQgdG8gY2hpbGQgd2lkZ2V0XHJcbiAgd2lkZ2V0TGF5b3V0Tm9kZTogYW55OyAvLyBsYXlvdXROb2RlIHBhc3NlZCB0byBjaGlsZCB3aWRnZXRcclxuICBvcHRpb25zOiBhbnk7IC8vIE9wdGlvbnMgdXNlZCBpbiB0aGlzIGZyYW1ld29ya1xyXG4gIGZvcm1Db250cm9sOiBhbnkgPSBudWxsO1xyXG4gIGRlYnVnT3V0cHV0OiBhbnkgPSAnJztcclxuICBkZWJ1ZzogYW55ID0gJyc7XHJcbiAgcGFyZW50QXJyYXk6IGFueSA9IG51bGw7XHJcbiAgaXNPcmRlcmFibGUgPSBmYWxzZTtcclxuICBASW5wdXQoKSBsYXlvdXROb2RlOiBhbnk7XHJcbiAgQElucHV0KCkgbGF5b3V0SW5kZXg6IG51bWJlcltdO1xyXG4gIEBJbnB1dCgpIGRhdGFJbmRleDogbnVtYmVyW107XHJcbiAgXHJcbiAgXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgY2hhbmdlRGV0ZWN0b3I6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgcHVibGljIGpzZjogSnNvblNjaGVtYUZvcm1TZXJ2aWNlXHJcbiAgKSB7XHJcbiAgfVxyXG4gIFxyXG4gIFxyXG4gIFxyXG4gIG5nT25Jbml0KCkge1xyXG4gIFxyXG4gIH1cclxuICBcclxuICBuZ09uQ2hhbmdlcygpIHtcclxuICBcclxuICB9XHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgXHJcbiAgfVxyXG4gICJdfQ==
@@ -1,49 +1,49 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { Framework, FrameworkLibraryService, JsonSchemaFormModule, JsonSchemaFormService, WidgetLibraryModule, WidgetLibraryService } from '@ng-formworks/core';
4
- import { CssFrameworkModule } from '@ng-formworks/cssframework';
5
- import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
6
- import { Bootstrap5Framework } from './bootstrap5.framework';
7
- import * as i0 from "@angular/core";
8
- export class Bootstrap5FrameworkModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, declarations: [Bootstrap5FrameworkComponent], imports: [JsonSchemaFormModule,
11
- CommonModule,
12
- WidgetLibraryModule,
13
- CssFrameworkModule], exports: [JsonSchemaFormModule,
14
- Bootstrap5FrameworkComponent] }); }
15
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, providers: [
16
- JsonSchemaFormService,
17
- FrameworkLibraryService,
18
- WidgetLibraryService,
19
- { provide: Framework, useClass: Bootstrap5Framework, multi: true },
20
- ], imports: [JsonSchemaFormModule,
21
- CommonModule,
22
- WidgetLibraryModule,
23
- CssFrameworkModule, JsonSchemaFormModule] }); }
24
- }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, decorators: [{
26
- type: NgModule,
27
- args: [{
28
- imports: [
29
- JsonSchemaFormModule,
30
- CommonModule,
31
- WidgetLibraryModule,
32
- CssFrameworkModule
33
- ],
34
- declarations: [
35
- Bootstrap5FrameworkComponent,
36
- ],
37
- exports: [
38
- JsonSchemaFormModule,
39
- Bootstrap5FrameworkComponent,
40
- ],
41
- providers: [
42
- JsonSchemaFormService,
43
- FrameworkLibraryService,
44
- WidgetLibraryService,
45
- { provide: Framework, useClass: Bootstrap5Framework, multi: true },
46
- ]
47
- }]
48
- }] });
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { Framework, FrameworkLibraryService, JsonSchemaFormModule, JsonSchemaFormService, WidgetLibraryModule, WidgetLibraryService } from '@ng-formworks/core';
4
+ import { CssFrameworkModule } from '@ng-formworks/cssframework';
5
+ import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
6
+ import { Bootstrap5Framework } from './bootstrap5.framework';
7
+ import * as i0 from "@angular/core";
8
+ export class Bootstrap5FrameworkModule {
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, declarations: [Bootstrap5FrameworkComponent], imports: [JsonSchemaFormModule,
11
+ CommonModule,
12
+ WidgetLibraryModule,
13
+ CssFrameworkModule], exports: [JsonSchemaFormModule,
14
+ Bootstrap5FrameworkComponent] }); }
15
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, providers: [
16
+ JsonSchemaFormService,
17
+ FrameworkLibraryService,
18
+ WidgetLibraryService,
19
+ { provide: Framework, useClass: Bootstrap5Framework, multi: true },
20
+ ], imports: [JsonSchemaFormModule,
21
+ CommonModule,
22
+ WidgetLibraryModule,
23
+ CssFrameworkModule, JsonSchemaFormModule] }); }
24
+ }
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, decorators: [{
26
+ type: NgModule,
27
+ args: [{
28
+ imports: [
29
+ JsonSchemaFormModule,
30
+ CommonModule,
31
+ WidgetLibraryModule,
32
+ CssFrameworkModule
33
+ ],
34
+ declarations: [
35
+ Bootstrap5FrameworkComponent,
36
+ ],
37
+ exports: [
38
+ JsonSchemaFormModule,
39
+ Bootstrap5FrameworkComponent,
40
+ ],
41
+ providers: [
42
+ JsonSchemaFormService,
43
+ FrameworkLibraryService,
44
+ WidgetLibraryService,
45
+ { provide: Framework, useClass: Bootstrap5Framework, multi: true },
46
+ ]
47
+ }]
48
+ }] });
49
49
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vdHN0cmFwNS1mcmFtZXdvcmsubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmctZm9ybXdvcmtzLWJvb3RzdHJhcDUvc3JjL2xpYi9ib290c3RyYXA1LWZyYW1ld29yay5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUNILFNBQVMsRUFDVCx1QkFBdUIsRUFDdkIsb0JBQW9CLEVBQ3BCLHFCQUFxQixFQUNyQixtQkFBbUIsRUFDbkIsb0JBQW9CLEVBQ3ZCLE1BQU0sb0JBQW9CLENBQUM7QUFDNUIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDaEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBdUI3RCxNQUFNLE9BQU8seUJBQXlCOytHQUF6Qix5QkFBeUI7Z0hBQXpCLHlCQUF5QixpQkFiOUIsNEJBQTRCLGFBTjVCLG9CQUFvQjtZQUNwQixZQUFZO1lBQ1osbUJBQW1CO1lBQ25CLGtCQUFrQixhQU1sQixvQkFBb0I7WUFDcEIsNEJBQTRCO2dIQVN2Qix5QkFBeUIsYUFQdkI7WUFDUCxxQkFBcUI7WUFDckIsdUJBQXVCO1lBQ3ZCLG9CQUFvQjtZQUNwQixFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLG1CQUFtQixFQUFFLEtBQUssRUFBRSxJQUFJLEVBQUU7U0FDckUsWUFqQkcsb0JBQW9CO1lBQ3BCLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsa0JBQWtCLEVBTWxCLG9CQUFvQjs7NEZBVWYseUJBQXlCO2tCQXJCckMsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQixZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsa0JBQWtCO3FCQUNyQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1YsNEJBQTRCO3FCQUMvQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsb0JBQW9CO3dCQUNwQiw0QkFBNEI7cUJBQy9CO29CQUNELFNBQVMsRUFBRTt3QkFDUCxxQkFBcUI7d0JBQ3JCLHVCQUF1Qjt3QkFDdkIsb0JBQW9CO3dCQUNwQixFQUFFLE9BQU8sRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLG1CQUFtQixFQUFFLEtBQUssRUFBRSxJQUFJLEVBQUU7cUJBQ3JFO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHtcclxuICAgIEZyYW1ld29yayxcclxuICAgIEZyYW1ld29ya0xpYnJhcnlTZXJ2aWNlLFxyXG4gICAgSnNvblNjaGVtYUZvcm1Nb2R1bGUsXHJcbiAgICBKc29uU2NoZW1hRm9ybVNlcnZpY2UsXHJcbiAgICBXaWRnZXRMaWJyYXJ5TW9kdWxlLFxyXG4gICAgV2lkZ2V0TGlicmFyeVNlcnZpY2VcclxufSBmcm9tICdAbmctZm9ybXdvcmtzL2NvcmUnO1xyXG5pbXBvcnQgeyBDc3NGcmFtZXdvcmtNb2R1bGUgfSBmcm9tICdAbmctZm9ybXdvcmtzL2Nzc2ZyYW1ld29yayc7XHJcbmltcG9ydCB7IEJvb3RzdHJhcDVGcmFtZXdvcmtDb21wb25lbnQgfSBmcm9tICcuL2Jvb3RzdHJhcDUtZnJhbWV3b3JrLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEJvb3RzdHJhcDVGcmFtZXdvcmsgfSBmcm9tICcuL2Jvb3RzdHJhcDUuZnJhbWV3b3JrJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBpbXBvcnRzOiBbXHJcbiAgICAgICAgSnNvblNjaGVtYUZvcm1Nb2R1bGUsXHJcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgICAgIFdpZGdldExpYnJhcnlNb2R1bGUsXHJcbiAgICAgICAgQ3NzRnJhbWV3b3JrTW9kdWxlXHJcbiAgICBdLFxyXG4gICAgZGVjbGFyYXRpb25zOiBbXHJcbiAgICAgICAgQm9vdHN0cmFwNUZyYW1ld29ya0NvbXBvbmVudCxcclxuICAgIF0sXHJcbiAgICBleHBvcnRzOiBbXHJcbiAgICAgICAgSnNvblNjaGVtYUZvcm1Nb2R1bGUsXHJcbiAgICAgICAgQm9vdHN0cmFwNUZyYW1ld29ya0NvbXBvbmVudCxcclxuICAgIF0sXHJcbiAgICBwcm92aWRlcnM6IFtcclxuICAgICAgICBKc29uU2NoZW1hRm9ybVNlcnZpY2UsXHJcbiAgICAgICAgRnJhbWV3b3JrTGlicmFyeVNlcnZpY2UsXHJcbiAgICAgICAgV2lkZ2V0TGlicmFyeVNlcnZpY2UsXHJcbiAgICAgICAgeyBwcm92aWRlOiBGcmFtZXdvcmssIHVzZUNsYXNzOiBCb290c3RyYXA1RnJhbWV3b3JrLCBtdWx0aTogdHJ1ZSB9LFxyXG4gICAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQm9vdHN0cmFwNUZyYW1ld29ya01vZHVsZSB7XHJcbn1cclxuIl19
@@ -1,21 +1,21 @@
1
- import { Injectable } from '@angular/core';
2
- import { CssFramework } from '@ng-formworks/cssframework';
3
- import { cssFrameworkCfgBootstrap5 } from './bootstrap5-cssframework';
4
- import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@ng-formworks/cssframework";
7
- // Bootstrap 4 Framework
8
- // https://github.com/ng-bootstrap/ng-bootstrap
9
- export class Bootstrap5Framework extends CssFramework {
10
- constructor(cssFWService) {
11
- super(cssFrameworkCfgBootstrap5, cssFWService);
12
- this.cssFWService = cssFWService;
13
- this.framework = Bootstrap5FrameworkComponent;
14
- }
15
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework, deps: [{ token: i1.CssframeworkService }], target: i0.ɵɵFactoryTarget.Injectable }); }
16
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework }); }
17
- }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework, decorators: [{
19
- type: Injectable
20
- }], ctorParameters: function () { return [{ type: i1.CssframeworkService }]; } });
1
+ import { Injectable } from '@angular/core';
2
+ import { CssFramework } from '@ng-formworks/cssframework';
3
+ import { cssFrameworkCfgBootstrap5 } from './bootstrap5-cssframework';
4
+ import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@ng-formworks/cssframework";
7
+ // Bootstrap 4 Framework
8
+ // https://github.com/ng-bootstrap/ng-bootstrap
9
+ export class Bootstrap5Framework extends CssFramework {
10
+ constructor(cssFWService) {
11
+ super(cssFrameworkCfgBootstrap5, cssFWService);
12
+ this.cssFWService = cssFWService;
13
+ this.framework = Bootstrap5FrameworkComponent;
14
+ }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework, deps: [{ token: i1.CssframeworkService }], target: i0.ɵɵFactoryTarget.Injectable }); }
16
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework }); }
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework, decorators: [{
19
+ type: Injectable
20
+ }], ctorParameters: () => [{ type: i1.CssframeworkService }] });
21
21
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vdHN0cmFwNS5mcmFtZXdvcmsuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy1mb3Jtd29ya3MtYm9vdHN0cmFwNS9zcmMvbGliL2Jvb3RzdHJhcDUuZnJhbWV3b3JrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLFlBQVksRUFBdUIsTUFBTSw0QkFBNEIsQ0FBQztBQUMvRSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN0RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQzs7O0FBRWhGLHdCQUF3QjtBQUN4QiwrQ0FBK0M7QUFHL0MsTUFBTSxPQUFPLG1CQUFvQixTQUFRLFlBQVk7SUFJbkQsWUFBbUIsWUFBZ0M7UUFDakQsS0FBSyxDQUFDLHlCQUF5QixFQUFDLFlBQVksQ0FBQyxDQUFDO1FBRDdCLGlCQUFZLEdBQVosWUFBWSxDQUFvQjtRQUZuRCxjQUFTLEdBQUcsNEJBQTRCLENBQUM7SUFJekMsQ0FBQzsrR0FOVSxtQkFBbUI7bUhBQW5CLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFEL0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ3NzRnJhbWV3b3JrLCBDc3NmcmFtZXdvcmtTZXJ2aWNlIH0gZnJvbSAnQG5nLWZvcm13b3Jrcy9jc3NmcmFtZXdvcmsnO1xyXG5pbXBvcnQgeyBjc3NGcmFtZXdvcmtDZmdCb290c3RyYXA1IH0gZnJvbSAnLi9ib290c3RyYXA1LWNzc2ZyYW1ld29yayc7XHJcbmltcG9ydCB7IEJvb3RzdHJhcDVGcmFtZXdvcmtDb21wb25lbnQgfSBmcm9tICcuL2Jvb3RzdHJhcDUtZnJhbWV3b3JrLmNvbXBvbmVudCc7XHJcblxyXG4vLyBCb290c3RyYXAgNCBGcmFtZXdvcmtcclxuLy8gaHR0cHM6Ly9naXRodWIuY29tL25nLWJvb3RzdHJhcC9uZy1ib290c3RyYXBcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEJvb3RzdHJhcDVGcmFtZXdvcmsgZXh0ZW5kcyBDc3NGcmFtZXdvcmsge1xyXG4gIFxyXG4gIGZyYW1ld29yayA9IEJvb3RzdHJhcDVGcmFtZXdvcmtDb21wb25lbnQ7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBjc3NGV1NlcnZpY2U6Q3NzZnJhbWV3b3JrU2VydmljZSl7XHJcbiAgICBzdXBlcihjc3NGcmFtZXdvcmtDZmdCb290c3RyYXA1LGNzc0ZXU2VydmljZSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctZm9ybXdvcmtzLWJvb3RzdHJhcDUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9uZy1mb3Jtd29ya3MtYm9vdHN0cmFwNS9zcmMvbmctZm9ybXdvcmtzLWJvb3RzdHJhcDUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWNfYXBpJztcbiJdfQ==
@@ -1,7 +1,7 @@
1
- /*
2
- * Public API Surface of @ng-formworks/bootstrap5
3
- */
4
- export * from './lib/bootstrap5-framework.component';
5
- export * from './lib/bootstrap5-framework.module';
6
- export * from './lib/bootstrap5.framework';
1
+ /*
2
+ * Public API Surface of @ng-formworks/bootstrap5
3
+ */
4
+ export * from './lib/bootstrap5-framework.component';
5
+ export * from './lib/bootstrap5-framework.module';
6
+ export * from './lib/bootstrap5.framework';
7
7
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL25nLWZvcm13b3Jrcy1ib290c3RyYXA1L3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsNEJBQTRCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgQG5nLWZvcm13b3Jrcy9ib290c3RyYXA1XHJcbiAqL1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYm9vdHN0cmFwNS1mcmFtZXdvcmsuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYm9vdHN0cmFwNS1mcmFtZXdvcmsubW9kdWxlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYm9vdHN0cmFwNS5mcmFtZXdvcmsnO1xyXG5cclxuIl19
@@ -6,37 +6,37 @@ import * as i1$1 from '@ng-formworks/cssframework';
6
6
  import { CssFramework, CssFrameworkModule } from '@ng-formworks/cssframework';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
- /**
10
- * Bootstrap 5 framework for Angular JSON Schema Form.
11
- *
12
- */
13
- class Bootstrap5FrameworkComponent {
14
- constructor(changeDetector, jsf) {
15
- this.changeDetector = changeDetector;
16
- this.jsf = jsf;
17
- this.frameworkInitialized = false;
18
- this.formControl = null;
19
- this.debugOutput = '';
20
- this.debug = '';
21
- this.parentArray = null;
22
- this.isOrderable = false;
23
- }
24
- ngOnInit() {
25
- }
26
- ngOnChanges() {
27
- }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.JsonSchemaFormService }], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: Bootstrap5FrameworkComponent, selector: "bootstrap-5-framework", inputs: { layoutNode: "layoutNode", layoutIndex: "layoutIndex", dataIndex: "dataIndex" }, usesOnChanges: true, ngImport: i0, template: `
9
+ /**
10
+ * Bootstrap 5 framework for Angular JSON Schema Form.
11
+ *
12
+ */
13
+ class Bootstrap5FrameworkComponent {
14
+ constructor(changeDetector, jsf) {
15
+ this.changeDetector = changeDetector;
16
+ this.jsf = jsf;
17
+ this.frameworkInitialized = false;
18
+ this.formControl = null;
19
+ this.debugOutput = '';
20
+ this.debug = '';
21
+ this.parentArray = null;
22
+ this.isOrderable = false;
23
+ }
24
+ ngOnInit() {
25
+ }
26
+ ngOnChanges() {
27
+ }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.JsonSchemaFormService }], target: i0.ɵɵFactoryTarget.Component }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: Bootstrap5FrameworkComponent, selector: "bootstrap-5-framework", inputs: { layoutNode: "layoutNode", layoutIndex: "layoutIndex", dataIndex: "dataIndex" }, usesOnChanges: true, ngImport: i0, template: `
30
30
  <div>
31
31
  <css-framework [layoutNode]="layoutNode"
32
32
  [layoutIndex]="layoutIndex"
33
33
  [dataIndex]="dataIndex">
34
34
  </css-framework>
35
35
  </div>
36
- `, isInline: true, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"], dependencies: [{ kind: "component", type: i1$1.CssFrameworkComponent, selector: "css-framework", inputs: ["layoutNode", "layoutIndex", "dataIndex", "widgetStyles"] }], encapsulation: i0.ViewEncapsulation.None }); }
37
- }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkComponent, decorators: [{
39
- type: Component,
36
+ `, isInline: true, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"], dependencies: [{ kind: "component", type: i1$1.CssFrameworkComponent, selector: "css-framework", inputs: ["layoutNode", "layoutIndex", "dataIndex", "widgetStyles"] }], encapsulation: i0.ViewEncapsulation.None }); }
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkComponent, decorators: [{
39
+ type: Component,
40
40
  args: [{ selector: 'bootstrap-5-framework', template: `
41
41
  <div>
42
42
  <css-framework [layoutNode]="layoutNode"
@@ -44,183 +44,183 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
44
44
  [dataIndex]="dataIndex">
45
45
  </css-framework>
46
46
  </div>
47
- `, encapsulation: ViewEncapsulation.None, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"] }]
48
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.JsonSchemaFormService }]; }, propDecorators: { layoutNode: [{
49
- type: Input
50
- }], layoutIndex: [{
51
- type: Input
52
- }], dataIndex: [{
53
- type: Input
47
+ `, encapsulation: ViewEncapsulation.None, styles: [":host ::ng-deep .list-group-item .form-control-feedback{top:40px}:host ::ng-deep .checkbox,:host ::ng-deep .radio{margin-top:0;margin-bottom:0}:host ::ng-deep .checkbox-inline,:host ::ng-deep .checkbox-inline+.checkbox-inline,:host ::ng-deep .checkbox-inline+.radio-inline,:host ::ng-deep .radio-inline,:host ::ng-deep .radio-inline+.radio-inline,:host ::ng-deep .radio-inline+.checkbox-inline{margin-left:0;margin-right:10px}:host ::ng-deep .checkbox-inline:last-child,:host ::ng-deep .radio-inline:last-child{margin-right:0}:host ::ng-deep .ng-invalid.ng-touched{border:1px solid #f44336}.input-group .form-control:first-child,.input-group-text:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-text:first-child{border-right:0}.input-group .form-control:last-child,.input-group-text:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text:last-child{border-left:0}.input-group .form-control:not(:first-child):not(:last-child),.input-group-text:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.btn-close>span:first-child{display:none}\n"] }]
48
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i1.JsonSchemaFormService }], propDecorators: { layoutNode: [{
49
+ type: Input
50
+ }], layoutIndex: [{
51
+ type: Input
52
+ }], dataIndex: [{
53
+ type: Input
54
54
  }] } });
55
55
 
56
- const cssFrameworkCfgBootstrap5 = {
57
- "name": "bootstrap-5",
58
- "text": "Bootstrap 5",
59
- "scripts": [
60
- "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
61
- ],
62
- "stylesheets": [
63
- "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css",
64
- ],
65
- "widgetstyles": {
66
- "__themes__": [
67
- { "name": "bootstrap5_default", "text": "Bootstrap5 default" },
68
- { "name": "dark", "text": "Dark" },
69
- { "name": "light", "text": "Light" }
70
- ],
71
- "$ref": {
72
- "fieldHtmlClass": "btn float-end btn-info"
73
- },
74
- "__array_item_nonref__": {
75
- "htmlClass": "list-group-item"
76
- },
77
- "__form_group__": {
78
- "htmlClass": "form-group"
79
- },
80
- "__control_label__": {
81
- "labelHtmlClass": "control-label"
82
- },
83
- "__active__": {
84
- "activeClass": "active"
85
- },
86
- "__required_asterisk__": "text-danger",
87
- "__screen_reader__": "visually-hidden",
88
- "__remove_item__": "btn-close float-end",
89
- "__help_block__": "help-block",
90
- "__field_addon_left__": "input-group-text",
91
- "__field_addon_right__": "input-group-text",
92
- "alt-date": {},
93
- "alt-datetime": {},
94
- "__array__": {
95
- "htmlClass": "list-group"
96
- },
97
- "array": {},
98
- "authfieldset": {},
99
- "advancedfieldset": {},
100
- "button": {
101
- "fieldHtmlClass": "btn btn-sm btn-primary"
102
- },
103
- "checkbox": { "fieldHtmlClass": "checkbox" },
104
- "checkboxes": {
105
- "fieldHtmlClass": "checkbox"
106
- },
107
- "checkboxbuttons": {
108
- "fieldHtmlClass": "visually-hidden",
109
- "htmlClass": "btn-group",
110
- "itemLabelHtmlClass": "btn"
111
- },
112
- "checkboxes-inline": {
113
- "htmlClass": "checkbox",
114
- "itemLabelHtmlClass": "checkbox-inline"
115
- },
116
- "date": {},
117
- "datetime-local": {},
118
- "fieldset": {},
119
- "integer": {},
120
- "number": {},
121
- "optionfieldset": {},
122
- "password": {},
123
- "radiobuttons": {
124
- "fieldHtmlClass": "visually-hidden",
125
- "htmlClass": "btn-group",
126
- "itemLabelHtmlClass": "btn"
127
- },
128
- "radio": { "fieldHtmlClass": "radio" },
129
- "radios": {
130
- "fieldHtmlClass": "radio"
131
- },
132
- "radios-inline": {
133
- "htmlClass": "radio",
134
- "itemLabelHtmlClass": "radio-inline"
135
- },
136
- "range": {},
137
- "section": {},
138
- "selectfieldset": {},
139
- "select": {},
140
- "submit": {
141
- "fieldHtmlClass": "btn btn-primary"
142
- },
143
- "text": {},
144
- "tabs": {
145
- "labelHtmlClass": "nav nav-tabs",
146
- "htmlClass": "tab-content",
147
- "fieldHtmlClass": "tab-pane"
148
- },
149
- "tabarray": {
150
- "labelHtmlClass": "nav nav-tabs",
151
- "htmlClass": "tab-content",
152
- "fieldHtmlClass": "tab-pane"
153
- },
154
- "textarea": {},
155
- "default": {
156
- "fieldHtmlClass": "form-control"
157
- }
158
- }
56
+ const cssFrameworkCfgBootstrap5 = {
57
+ "name": "bootstrap-5",
58
+ "text": "Bootstrap 5",
59
+ "scripts": [
60
+ "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
61
+ ],
62
+ "stylesheets": [
63
+ "//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css",
64
+ ],
65
+ "widgetstyles": {
66
+ "__themes__": [
67
+ { "name": "bootstrap5_default", "text": "Bootstrap5 default" },
68
+ { "name": "dark", "text": "Dark" },
69
+ { "name": "light", "text": "Light" }
70
+ ],
71
+ "$ref": {
72
+ "fieldHtmlClass": "btn float-end btn-info"
73
+ },
74
+ "__array_item_nonref__": {
75
+ "htmlClass": "list-group-item"
76
+ },
77
+ "__form_group__": {
78
+ "htmlClass": "form-group"
79
+ },
80
+ "__control_label__": {
81
+ "labelHtmlClass": "control-label"
82
+ },
83
+ "__active__": {
84
+ "activeClass": "active"
85
+ },
86
+ "__required_asterisk__": "text-danger",
87
+ "__screen_reader__": "visually-hidden",
88
+ "__remove_item__": "btn-close float-end",
89
+ "__help_block__": "help-block",
90
+ "__field_addon_left__": "input-group-text",
91
+ "__field_addon_right__": "input-group-text",
92
+ "alt-date": {},
93
+ "alt-datetime": {},
94
+ "__array__": {
95
+ "htmlClass": "list-group"
96
+ },
97
+ "array": {},
98
+ "authfieldset": {},
99
+ "advancedfieldset": {},
100
+ "button": {
101
+ "fieldHtmlClass": "btn btn-sm btn-primary"
102
+ },
103
+ "checkbox": { "fieldHtmlClass": "checkbox" },
104
+ "checkboxes": {
105
+ "fieldHtmlClass": "checkbox"
106
+ },
107
+ "checkboxbuttons": {
108
+ "fieldHtmlClass": "visually-hidden",
109
+ "htmlClass": "btn-group",
110
+ "itemLabelHtmlClass": "btn"
111
+ },
112
+ "checkboxes-inline": {
113
+ "htmlClass": "checkbox",
114
+ "itemLabelHtmlClass": "checkbox-inline"
115
+ },
116
+ "date": {},
117
+ "datetime-local": {},
118
+ "fieldset": {},
119
+ "integer": {},
120
+ "number": {},
121
+ "optionfieldset": {},
122
+ "password": {},
123
+ "radiobuttons": {
124
+ "fieldHtmlClass": "visually-hidden",
125
+ "htmlClass": "btn-group",
126
+ "itemLabelHtmlClass": "btn"
127
+ },
128
+ "radio": { "fieldHtmlClass": "radio" },
129
+ "radios": {
130
+ "fieldHtmlClass": "radio"
131
+ },
132
+ "radios-inline": {
133
+ "htmlClass": "radio",
134
+ "itemLabelHtmlClass": "radio-inline"
135
+ },
136
+ "range": {},
137
+ "section": {},
138
+ "selectfieldset": {},
139
+ "select": {},
140
+ "submit": {
141
+ "fieldHtmlClass": "btn btn-primary"
142
+ },
143
+ "text": {},
144
+ "tabs": {
145
+ "labelHtmlClass": "nav nav-tabs",
146
+ "htmlClass": "tab-content",
147
+ "fieldHtmlClass": "tab-pane"
148
+ },
149
+ "tabarray": {
150
+ "labelHtmlClass": "nav nav-tabs",
151
+ "htmlClass": "tab-content",
152
+ "fieldHtmlClass": "tab-pane"
153
+ },
154
+ "textarea": {},
155
+ "default": {
156
+ "fieldHtmlClass": "form-control"
157
+ }
158
+ }
159
159
  };
160
160
 
161
- // Bootstrap 4 Framework
162
- // https://github.com/ng-bootstrap/ng-bootstrap
163
- class Bootstrap5Framework extends CssFramework {
164
- constructor(cssFWService) {
165
- super(cssFrameworkCfgBootstrap5, cssFWService);
166
- this.cssFWService = cssFWService;
167
- this.framework = Bootstrap5FrameworkComponent;
168
- }
169
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework, deps: [{ token: i1$1.CssframeworkService }], target: i0.ɵɵFactoryTarget.Injectable }); }
170
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework }); }
171
- }
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5Framework, decorators: [{
173
- type: Injectable
174
- }], ctorParameters: function () { return [{ type: i1$1.CssframeworkService }]; } });
161
+ // Bootstrap 4 Framework
162
+ // https://github.com/ng-bootstrap/ng-bootstrap
163
+ class Bootstrap5Framework extends CssFramework {
164
+ constructor(cssFWService) {
165
+ super(cssFrameworkCfgBootstrap5, cssFWService);
166
+ this.cssFWService = cssFWService;
167
+ this.framework = Bootstrap5FrameworkComponent;
168
+ }
169
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework, deps: [{ token: i1$1.CssframeworkService }], target: i0.ɵɵFactoryTarget.Injectable }); }
170
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework }); }
171
+ }
172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5Framework, decorators: [{
173
+ type: Injectable
174
+ }], ctorParameters: () => [{ type: i1$1.CssframeworkService }] });
175
175
 
176
- class Bootstrap5FrameworkModule {
177
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
178
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, declarations: [Bootstrap5FrameworkComponent], imports: [JsonSchemaFormModule,
179
- CommonModule,
180
- WidgetLibraryModule,
181
- CssFrameworkModule], exports: [JsonSchemaFormModule,
182
- Bootstrap5FrameworkComponent] }); }
183
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, providers: [
184
- JsonSchemaFormService,
185
- FrameworkLibraryService,
186
- WidgetLibraryService,
187
- { provide: Framework, useClass: Bootstrap5Framework, multi: true },
188
- ], imports: [JsonSchemaFormModule,
189
- CommonModule,
190
- WidgetLibraryModule,
191
- CssFrameworkModule, JsonSchemaFormModule] }); }
192
- }
193
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Bootstrap5FrameworkModule, decorators: [{
194
- type: NgModule,
195
- args: [{
196
- imports: [
197
- JsonSchemaFormModule,
198
- CommonModule,
199
- WidgetLibraryModule,
200
- CssFrameworkModule
201
- ],
202
- declarations: [
203
- Bootstrap5FrameworkComponent,
204
- ],
205
- exports: [
206
- JsonSchemaFormModule,
207
- Bootstrap5FrameworkComponent,
208
- ],
209
- providers: [
210
- JsonSchemaFormService,
211
- FrameworkLibraryService,
212
- WidgetLibraryService,
213
- { provide: Framework, useClass: Bootstrap5Framework, multi: true },
214
- ]
215
- }]
176
+ class Bootstrap5FrameworkModule {
177
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
178
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, declarations: [Bootstrap5FrameworkComponent], imports: [JsonSchemaFormModule,
179
+ CommonModule,
180
+ WidgetLibraryModule,
181
+ CssFrameworkModule], exports: [JsonSchemaFormModule,
182
+ Bootstrap5FrameworkComponent] }); }
183
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, providers: [
184
+ JsonSchemaFormService,
185
+ FrameworkLibraryService,
186
+ WidgetLibraryService,
187
+ { provide: Framework, useClass: Bootstrap5Framework, multi: true },
188
+ ], imports: [JsonSchemaFormModule,
189
+ CommonModule,
190
+ WidgetLibraryModule,
191
+ CssFrameworkModule, JsonSchemaFormModule] }); }
192
+ }
193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Bootstrap5FrameworkModule, decorators: [{
194
+ type: NgModule,
195
+ args: [{
196
+ imports: [
197
+ JsonSchemaFormModule,
198
+ CommonModule,
199
+ WidgetLibraryModule,
200
+ CssFrameworkModule
201
+ ],
202
+ declarations: [
203
+ Bootstrap5FrameworkComponent,
204
+ ],
205
+ exports: [
206
+ JsonSchemaFormModule,
207
+ Bootstrap5FrameworkComponent,
208
+ ],
209
+ providers: [
210
+ JsonSchemaFormService,
211
+ FrameworkLibraryService,
212
+ WidgetLibraryService,
213
+ { provide: Framework, useClass: Bootstrap5Framework, multi: true },
214
+ ]
215
+ }]
216
216
  }] });
217
217
 
218
- /*
219
- * Public API Surface of @ng-formworks/bootstrap5
218
+ /*
219
+ * Public API Surface of @ng-formworks/bootstrap5
220
220
  */
221
221
 
222
- /**
223
- * Generated bundle index. Do not edit.
222
+ /**
223
+ * Generated bundle index. Do not edit.
224
224
  */
225
225
 
226
226
  export { Bootstrap5Framework, Bootstrap5FrameworkComponent, Bootstrap5FrameworkModule };
@@ -1 +1 @@
1
- {"version":3,"file":"ng-formworks-bootstrap5.mjs","sources":["../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-framework.component.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-cssframework.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5.framework.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-framework.module.ts","../../../../projects/ng-formworks-bootstrap5/src/public_api.ts","../../../../projects/ng-formworks-bootstrap5/src/ng-formworks-bootstrap5.ts"],"sourcesContent":["import {\r\n ChangeDetectorRef,\r\n Component,\r\n Input,\r\n OnChanges,\r\n OnInit,\r\n ViewEncapsulation\r\n} from '@angular/core';\r\nimport { JsonSchemaFormService } from '@ng-formworks/core';\r\n\r\n/**\r\n * Bootstrap 5 framework for Angular JSON Schema Form.\r\n *\r\n */\r\n@Component({\r\n // tslint:disable-next-line:component-selector\r\n selector: 'bootstrap-5-framework',\r\n template: `\r\n <div>\r\n <css-framework [layoutNode]=\"layoutNode\" \r\n [layoutIndex]=\"layoutIndex\" \r\n [dataIndex]=\"dataIndex\">\r\n </css-framework>\r\n </div>\r\n `,\r\n styleUrls: ['./bootstrap5-framework.component.scss'],\r\n encapsulation:ViewEncapsulation.None\r\n})\r\nexport class Bootstrap5FrameworkComponent implements OnInit, OnChanges {\r\n frameworkInitialized = false;\r\n widgetOptions: any; // Options passed to child widget\r\n widgetLayoutNode: any; // layoutNode passed to child widget\r\n options: any; // Options used in this framework\r\n formControl: any = null;\r\n debugOutput: any = '';\r\n debug: any = '';\r\n parentArray: any = null;\r\n isOrderable = false;\r\n @Input() layoutNode: any;\r\n @Input() layoutIndex: number[];\r\n @Input() dataIndex: number[];\r\n \r\n \r\n constructor(\r\n public changeDetector: ChangeDetectorRef,\r\n public jsf: JsonSchemaFormService\r\n ) {\r\n }\r\n \r\n \r\n \r\n ngOnInit() {\r\n \r\n }\r\n \r\n ngOnChanges() {\r\n \r\n }\r\n \r\n \r\n \r\n \r\n \r\n \r\n }\r\n ","import { css_fw } from \"@ng-formworks/cssframework\";\r\n\r\nexport const cssFrameworkCfgBootstrap5:css_fw.frameworkcfg={\r\n\r\n \"name\": \"bootstrap-5\",\r\n \"text\":\"Bootstrap 5\",\r\n \"scripts\": [\r\n \"//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js\"\r\n ],\r\n \"stylesheets\": [\r\n \"//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\",\r\n ],\r\n \"widgetstyles\": {\r\n \"__themes__\": [\r\n {\"name\":\"bootstrap5_default\",\"text\":\"Bootstrap5 default\"},\r\n {\"name\":\"dark\",\"text\":\"Dark\"},\r\n {\"name\":\"light\",\"text\":\"Light\"}\r\n ],\r\n \"$ref\": {\r\n \"fieldHtmlClass\": \"btn float-end btn-info\"\r\n },\r\n \"__array_item_nonref__\": {\r\n \"htmlClass\": \"list-group-item\"\r\n },\r\n \"__form_group__\": {\r\n \"htmlClass\": \"form-group\"\r\n },\r\n \"__control_label__\": {\r\n \"labelHtmlClass\": \"control-label\"\r\n },\r\n \"__active__\": {\r\n \"activeClass\": \"active\"\r\n },\r\n \"__required_asterisk__\": \"text-danger\",\r\n \"__screen_reader__\": \"visually-hidden\",\r\n \"__remove_item__\": \"btn-close float-end\",\r\n \"__help_block__\": \"help-block\",\r\n \"__field_addon_left__\": \"input-group-text\",\r\n \"__field_addon_right__\": \"input-group-text\",\r\n \"alt-date\": {},\r\n \"alt-datetime\": {},\r\n \"__array__\": {\r\n \"htmlClass\": \"list-group\"\r\n },\r\n \"array\": {},\r\n \"authfieldset\": {},\r\n \"advancedfieldset\": {},\r\n \"button\": {\r\n \"fieldHtmlClass\": \"btn btn-sm btn-primary\"\r\n },\r\n \"checkbox\": { \"fieldHtmlClass\": \"checkbox\" },\r\n \"checkboxes\": {\r\n \"fieldHtmlClass\": \"checkbox\"\r\n },\r\n \"checkboxbuttons\": {\r\n \"fieldHtmlClass\": \"visually-hidden\",\r\n \"htmlClass\": \"btn-group\",\r\n \"itemLabelHtmlClass\": \"btn\"\r\n },\r\n \"checkboxes-inline\": {\r\n \"htmlClass\": \"checkbox\",\r\n \"itemLabelHtmlClass\": \"checkbox-inline\"\r\n },\r\n \"date\": {},\r\n \"datetime-local\": {},\r\n \"fieldset\": {},\r\n \"integer\": {},\r\n \"number\": {},\r\n \"optionfieldset\": {},\r\n \"password\": {},\r\n \"radiobuttons\": {\r\n \"fieldHtmlClass\": \"visually-hidden\",\r\n \"htmlClass\": \"btn-group\",\r\n \"itemLabelHtmlClass\": \"btn\"\r\n },\r\n \"radio\": { \"fieldHtmlClass\": \"radio\" },\r\n \"radios\": {\r\n \"fieldHtmlClass\": \"radio\"\r\n },\r\n \"radios-inline\": {\r\n \"htmlClass\": \"radio\",\r\n \"itemLabelHtmlClass\": \"radio-inline\"\r\n },\r\n \"range\": {},\r\n \"section\": {},\r\n \"selectfieldset\": {},\r\n \"select\": {},\r\n \"submit\": {\r\n \"fieldHtmlClass\": \"btn btn-primary\"\r\n },\r\n \"text\": {},\r\n \"tabs\": {\r\n \"labelHtmlClass\": \"nav nav-tabs\",\r\n \"htmlClass\": \"tab-content\",\r\n \"fieldHtmlClass\": \"tab-pane\"\r\n },\r\n \"tabarray\": {\r\n \"labelHtmlClass\": \"nav nav-tabs\",\r\n \"htmlClass\": \"tab-content\",\r\n \"fieldHtmlClass\": \"tab-pane\"\r\n },\r\n \"textarea\": {},\r\n \"default\": {\r\n \"fieldHtmlClass\": \"form-control\"\r\n }\r\n }\r\n}","import { Injectable } from '@angular/core';\r\nimport { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';\r\nimport { cssFrameworkCfgBootstrap5 } from './bootstrap5-cssframework';\r\nimport { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';\r\n\r\n// Bootstrap 4 Framework\r\n// https://github.com/ng-bootstrap/ng-bootstrap\r\n\r\n@Injectable()\r\nexport class Bootstrap5Framework extends CssFramework {\r\n \r\n framework = Bootstrap5FrameworkComponent;\r\n\r\n constructor(public cssFWService:CssframeworkService){\r\n super(cssFrameworkCfgBootstrap5,cssFWService);\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport {\r\n Framework,\r\n FrameworkLibraryService,\r\n JsonSchemaFormModule,\r\n JsonSchemaFormService,\r\n WidgetLibraryModule,\r\n WidgetLibraryService\r\n} from '@ng-formworks/core';\r\nimport { CssFrameworkModule } from '@ng-formworks/cssframework';\r\nimport { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';\r\nimport { Bootstrap5Framework } from './bootstrap5.framework';\r\n\r\n@NgModule({\r\n imports: [\r\n JsonSchemaFormModule,\r\n CommonModule,\r\n WidgetLibraryModule,\r\n CssFrameworkModule\r\n ],\r\n declarations: [\r\n Bootstrap5FrameworkComponent,\r\n ],\r\n exports: [\r\n JsonSchemaFormModule,\r\n Bootstrap5FrameworkComponent,\r\n ],\r\n providers: [\r\n JsonSchemaFormService,\r\n FrameworkLibraryService,\r\n WidgetLibraryService,\r\n { provide: Framework, useClass: Bootstrap5Framework, multi: true },\r\n ]\r\n})\r\nexport class Bootstrap5FrameworkModule {\r\n}\r\n","/*\r\n * Public API Surface of @ng-formworks/bootstrap5\r\n */\r\n\r\nexport * from './lib/bootstrap5-framework.component';\r\nexport * from './lib/bootstrap5-framework.module';\r\nexport * from './lib/bootstrap5.framework';\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i2","i1"],"mappings":"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"}
1
+ {"version":3,"file":"ng-formworks-bootstrap5.mjs","sources":["../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-framework.component.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-cssframework.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5.framework.ts","../../../../projects/ng-formworks-bootstrap5/src/lib/bootstrap5-framework.module.ts","../../../../projects/ng-formworks-bootstrap5/src/public_api.ts","../../../../projects/ng-formworks-bootstrap5/src/ng-formworks-bootstrap5.ts"],"sourcesContent":["import {\r\n ChangeDetectorRef,\r\n Component,\r\n Input,\r\n OnChanges,\r\n OnInit,\r\n ViewEncapsulation\r\n} from '@angular/core';\r\nimport { JsonSchemaFormService } from '@ng-formworks/core';\r\n\r\n/**\r\n * Bootstrap 5 framework for Angular JSON Schema Form.\r\n *\r\n */\r\n@Component({\r\n // tslint:disable-next-line:component-selector\r\n selector: 'bootstrap-5-framework',\r\n template: `\r\n <div>\r\n <css-framework [layoutNode]=\"layoutNode\" \r\n [layoutIndex]=\"layoutIndex\" \r\n [dataIndex]=\"dataIndex\">\r\n </css-framework>\r\n </div>\r\n `,\r\n styleUrls: ['./bootstrap5-framework.component.scss'],\r\n encapsulation:ViewEncapsulation.None\r\n})\r\nexport class Bootstrap5FrameworkComponent implements OnInit, OnChanges {\r\n frameworkInitialized = false;\r\n widgetOptions: any; // Options passed to child widget\r\n widgetLayoutNode: any; // layoutNode passed to child widget\r\n options: any; // Options used in this framework\r\n formControl: any = null;\r\n debugOutput: any = '';\r\n debug: any = '';\r\n parentArray: any = null;\r\n isOrderable = false;\r\n @Input() layoutNode: any;\r\n @Input() layoutIndex: number[];\r\n @Input() dataIndex: number[];\r\n \r\n \r\n constructor(\r\n public changeDetector: ChangeDetectorRef,\r\n public jsf: JsonSchemaFormService\r\n ) {\r\n }\r\n \r\n \r\n \r\n ngOnInit() {\r\n \r\n }\r\n \r\n ngOnChanges() {\r\n \r\n }\r\n \r\n \r\n \r\n \r\n \r\n \r\n }\r\n ","import { css_fw } from \"@ng-formworks/cssframework\";\r\n\r\nexport const cssFrameworkCfgBootstrap5:css_fw.frameworkcfg={\r\n\r\n \"name\": \"bootstrap-5\",\r\n \"text\":\"Bootstrap 5\",\r\n \"scripts\": [\r\n \"//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js\"\r\n ],\r\n \"stylesheets\": [\r\n \"//cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\",\r\n ],\r\n \"widgetstyles\": {\r\n \"__themes__\": [\r\n {\"name\":\"bootstrap5_default\",\"text\":\"Bootstrap5 default\"},\r\n {\"name\":\"dark\",\"text\":\"Dark\"},\r\n {\"name\":\"light\",\"text\":\"Light\"}\r\n ],\r\n \"$ref\": {\r\n \"fieldHtmlClass\": \"btn float-end btn-info\"\r\n },\r\n \"__array_item_nonref__\": {\r\n \"htmlClass\": \"list-group-item\"\r\n },\r\n \"__form_group__\": {\r\n \"htmlClass\": \"form-group\"\r\n },\r\n \"__control_label__\": {\r\n \"labelHtmlClass\": \"control-label\"\r\n },\r\n \"__active__\": {\r\n \"activeClass\": \"active\"\r\n },\r\n \"__required_asterisk__\": \"text-danger\",\r\n \"__screen_reader__\": \"visually-hidden\",\r\n \"__remove_item__\": \"btn-close float-end\",\r\n \"__help_block__\": \"help-block\",\r\n \"__field_addon_left__\": \"input-group-text\",\r\n \"__field_addon_right__\": \"input-group-text\",\r\n \"alt-date\": {},\r\n \"alt-datetime\": {},\r\n \"__array__\": {\r\n \"htmlClass\": \"list-group\"\r\n },\r\n \"array\": {},\r\n \"authfieldset\": {},\r\n \"advancedfieldset\": {},\r\n \"button\": {\r\n \"fieldHtmlClass\": \"btn btn-sm btn-primary\"\r\n },\r\n \"checkbox\": { \"fieldHtmlClass\": \"checkbox\" },\r\n \"checkboxes\": {\r\n \"fieldHtmlClass\": \"checkbox\"\r\n },\r\n \"checkboxbuttons\": {\r\n \"fieldHtmlClass\": \"visually-hidden\",\r\n \"htmlClass\": \"btn-group\",\r\n \"itemLabelHtmlClass\": \"btn\"\r\n },\r\n \"checkboxes-inline\": {\r\n \"htmlClass\": \"checkbox\",\r\n \"itemLabelHtmlClass\": \"checkbox-inline\"\r\n },\r\n \"date\": {},\r\n \"datetime-local\": {},\r\n \"fieldset\": {},\r\n \"integer\": {},\r\n \"number\": {},\r\n \"optionfieldset\": {},\r\n \"password\": {},\r\n \"radiobuttons\": {\r\n \"fieldHtmlClass\": \"visually-hidden\",\r\n \"htmlClass\": \"btn-group\",\r\n \"itemLabelHtmlClass\": \"btn\"\r\n },\r\n \"radio\": { \"fieldHtmlClass\": \"radio\" },\r\n \"radios\": {\r\n \"fieldHtmlClass\": \"radio\"\r\n },\r\n \"radios-inline\": {\r\n \"htmlClass\": \"radio\",\r\n \"itemLabelHtmlClass\": \"radio-inline\"\r\n },\r\n \"range\": {},\r\n \"section\": {},\r\n \"selectfieldset\": {},\r\n \"select\": {},\r\n \"submit\": {\r\n \"fieldHtmlClass\": \"btn btn-primary\"\r\n },\r\n \"text\": {},\r\n \"tabs\": {\r\n \"labelHtmlClass\": \"nav nav-tabs\",\r\n \"htmlClass\": \"tab-content\",\r\n \"fieldHtmlClass\": \"tab-pane\"\r\n },\r\n \"tabarray\": {\r\n \"labelHtmlClass\": \"nav nav-tabs\",\r\n \"htmlClass\": \"tab-content\",\r\n \"fieldHtmlClass\": \"tab-pane\"\r\n },\r\n \"textarea\": {},\r\n \"default\": {\r\n \"fieldHtmlClass\": \"form-control\"\r\n }\r\n }\r\n}","import { Injectable } from '@angular/core';\r\nimport { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';\r\nimport { cssFrameworkCfgBootstrap5 } from './bootstrap5-cssframework';\r\nimport { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';\r\n\r\n// Bootstrap 4 Framework\r\n// https://github.com/ng-bootstrap/ng-bootstrap\r\n\r\n@Injectable()\r\nexport class Bootstrap5Framework extends CssFramework {\r\n \r\n framework = Bootstrap5FrameworkComponent;\r\n\r\n constructor(public cssFWService:CssframeworkService){\r\n super(cssFrameworkCfgBootstrap5,cssFWService);\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport {\r\n Framework,\r\n FrameworkLibraryService,\r\n JsonSchemaFormModule,\r\n JsonSchemaFormService,\r\n WidgetLibraryModule,\r\n WidgetLibraryService\r\n} from '@ng-formworks/core';\r\nimport { CssFrameworkModule } from '@ng-formworks/cssframework';\r\nimport { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';\r\nimport { Bootstrap5Framework } from './bootstrap5.framework';\r\n\r\n@NgModule({\r\n imports: [\r\n JsonSchemaFormModule,\r\n CommonModule,\r\n WidgetLibraryModule,\r\n CssFrameworkModule\r\n ],\r\n declarations: [\r\n Bootstrap5FrameworkComponent,\r\n ],\r\n exports: [\r\n JsonSchemaFormModule,\r\n Bootstrap5FrameworkComponent,\r\n ],\r\n providers: [\r\n JsonSchemaFormService,\r\n FrameworkLibraryService,\r\n WidgetLibraryService,\r\n { provide: Framework, useClass: Bootstrap5Framework, multi: true },\r\n ]\r\n})\r\nexport class Bootstrap5FrameworkModule {\r\n}\r\n","/*\r\n * Public API Surface of @ng-formworks/bootstrap5\r\n */\r\n\r\nexport * from './lib/bootstrap5-framework.component';\r\nexport * from './lib/bootstrap5-framework.module';\r\nexport * from './lib/bootstrap5.framework';\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i2","i1"],"mappings":"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"}
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-formworks/bootstrap5" />
5
- export * from './public_api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@ng-formworks/bootstrap5" />
5
+ export * from './public_api';
@@ -1,2 +1,2 @@
1
- import { css_fw } from "@ng-formworks/cssframework";
2
- export declare const cssFrameworkCfgBootstrap5: css_fw.frameworkcfg;
1
+ import { css_fw } from "@ng-formworks/cssframework";
2
+ export declare const cssFrameworkCfgBootstrap5: css_fw.frameworkcfg;
@@ -1,28 +1,28 @@
1
- import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
2
- import { JsonSchemaFormService } from '@ng-formworks/core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Bootstrap 5 framework for Angular JSON Schema Form.
6
- *
7
- */
8
- export declare class Bootstrap5FrameworkComponent implements OnInit, OnChanges {
9
- changeDetector: ChangeDetectorRef;
10
- jsf: JsonSchemaFormService;
11
- frameworkInitialized: boolean;
12
- widgetOptions: any;
13
- widgetLayoutNode: any;
14
- options: any;
15
- formControl: any;
16
- debugOutput: any;
17
- debug: any;
18
- parentArray: any;
19
- isOrderable: boolean;
20
- layoutNode: any;
21
- layoutIndex: number[];
22
- dataIndex: number[];
23
- constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService);
24
- ngOnInit(): void;
25
- ngOnChanges(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<Bootstrap5FrameworkComponent, "bootstrap-5-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
28
- }
1
+ import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
2
+ import { JsonSchemaFormService } from '@ng-formworks/core';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Bootstrap 5 framework for Angular JSON Schema Form.
6
+ *
7
+ */
8
+ export declare class Bootstrap5FrameworkComponent implements OnInit, OnChanges {
9
+ changeDetector: ChangeDetectorRef;
10
+ jsf: JsonSchemaFormService;
11
+ frameworkInitialized: boolean;
12
+ widgetOptions: any;
13
+ widgetLayoutNode: any;
14
+ options: any;
15
+ formControl: any;
16
+ debugOutput: any;
17
+ debug: any;
18
+ parentArray: any;
19
+ isOrderable: boolean;
20
+ layoutNode: any;
21
+ layoutIndex: number[];
22
+ dataIndex: number[];
23
+ constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService);
24
+ ngOnInit(): void;
25
+ ngOnChanges(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<Bootstrap5FrameworkComponent, "bootstrap-5-framework", never, { "layoutNode": { "alias": "layoutNode"; "required": false; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; }; "dataIndex": { "alias": "dataIndex"; "required": false; }; }, {}, never, never, false, never>;
28
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./bootstrap5-framework.component";
3
- import * as i2 from "@ng-formworks/core";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@ng-formworks/cssframework";
6
- export declare class Bootstrap5FrameworkModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<Bootstrap5FrameworkModule, [typeof i1.Bootstrap5FrameworkComponent], [typeof i2.JsonSchemaFormModule, typeof i3.CommonModule, typeof i2.WidgetLibraryModule, typeof i4.CssFrameworkModule], [typeof i2.JsonSchemaFormModule, typeof i1.Bootstrap5FrameworkComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<Bootstrap5FrameworkModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./bootstrap5-framework.component";
3
+ import * as i2 from "@ng-formworks/core";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@ng-formworks/cssframework";
6
+ export declare class Bootstrap5FrameworkModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5FrameworkModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Bootstrap5FrameworkModule, [typeof i1.Bootstrap5FrameworkComponent], [typeof i2.JsonSchemaFormModule, typeof i3.CommonModule, typeof i2.WidgetLibraryModule, typeof i4.CssFrameworkModule], [typeof i2.JsonSchemaFormModule, typeof i1.Bootstrap5FrameworkComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<Bootstrap5FrameworkModule>;
10
+ }
@@ -1,10 +1,10 @@
1
- import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
2
- import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
3
- import * as i0 from "@angular/core";
4
- export declare class Bootstrap5Framework extends CssFramework {
5
- cssFWService: CssframeworkService;
6
- framework: typeof Bootstrap5FrameworkComponent;
7
- constructor(cssFWService: CssframeworkService);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5Framework, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap5Framework>;
10
- }
1
+ import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
2
+ import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class Bootstrap5Framework extends CssFramework {
5
+ cssFWService: CssframeworkService;
6
+ framework: typeof Bootstrap5FrameworkComponent;
7
+ constructor(cssFWService: CssframeworkService);
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5Framework, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap5Framework>;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/bootstrap5",
3
- "version": "16.3.0",
3
+ "version": "17.3.0",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using Bootstrap 5 UI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -40,13 +40,13 @@
40
40
  "private": false,
41
41
  "dependencies": {
42
42
  "lodash-es": "~4.17.21",
43
- "@ng-formworks/core": "~16.3.0",
44
- "@ng-formworks/cssframework": "~16.3.0",
43
+ "@ng-formworks/core": "~17.3.0",
44
+ "@ng-formworks/cssframework": "~17.3.0",
45
45
  "tslib": "^2.0.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@angular/common": ">=16.0.0",
49
- "@angular/core": ">=16.0.0"
48
+ "@angular/common": ">=17.0.0",
49
+ "@angular/core": ">=17.0.0"
50
50
  },
51
51
  "module": "fesm2022/ng-formworks-bootstrap5.mjs",
52
52
  "typings": "index.d.ts",
package/public_api.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/bootstrap5-framework.component';
2
- export * from './lib/bootstrap5-framework.module';
3
- export * from './lib/bootstrap5.framework';
1
+ export * from './lib/bootstrap5-framework.component';
2
+ export * from './lib/bootstrap5-framework.module';
3
+ export * from './lib/bootstrap5.framework';