@cocreate/organizations 1.15.2 → 1.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,146 +1,146 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <title>Industry Datatables | CoCreateJS</title>
5
-
6
- <!-- CoCreate Favicon -->
7
- <link
8
- rel="icon"
9
- href="https://cdn.cocreate.app/favicon.ico"
10
- type="image/ico"
11
- sizes="16x16" />
12
- <link rel="manifest" href="/manifest.webmanifest" />
13
- </head>
14
- <body class="width:fit-content overflow:auto">
15
- <!-- Main Content -->
16
- <div content_id="content" class="padding:5px">
17
- <table class="width:100% border-collapse:collapse">
18
- <tr class="border-bottom:1px_solid_darkgray">
19
- <td
20
- class="position:sticky top:0 background:white padding:0px_10px_10px">
21
- <input
22
- type="text"
23
- class="floating-label"
24
- filter-name="name"
25
- template_id="datatable"
26
- placeholder="Industry Name" />
27
- <span
28
- class="position:absolute bottom:20px right:20px float:right z-index:6">
29
- <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
- <a
31
- filter-sort-name="name"
32
- filter-sort-toggle
33
- template_id="datatable">
34
- <i></i>
35
- </a>
36
- </span>
37
- </td>
38
- <td
39
- class="position:sticky top:0 background:white padding:0px_10px_10px">
40
- <input
41
- type="text"
42
- class="floating-label"
43
- filter-name="_id"
44
- template_id="datatable"
45
- placeholder="Industry_id" />
46
- <span
47
- class="position:absolute bottom:20px right:20px float:right z-index:6">
48
- <a
49
- filter-sort-name="_id"
50
- value=""
51
- filter-sort-direction="asc"
52
- click-value="desc, asc"
53
- click-attribute="filter-sort-direction"
54
- template_id="datatable">
55
- </a>
56
- </span>
57
- </td>
58
- </tr>
59
-
60
- <tbody
61
- fetch-collection="industries"
62
- fetch-name=""
63
- filter-value=""
64
- filter-sort-name="name"
65
- filter-sort-direction="asc"
66
- template_id="datatable">
67
- <tr
68
- template="datatable"
69
- class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
70
- <td class="padding:10px">
71
- <div class="min-width:200px">
72
- <div class="icon-wrapper">
73
- <span pass_id="me1234" name="icon"></span>
74
- </div>
75
- <div>
76
- <a
77
- actions="pass, openModal"
78
- modal-src="render.html"
79
- pass-collection="module_activity"
80
- pass-document_id="{{document._id}}"
81
- pass_to="form-fields"
82
- modal-width="320px"
83
- modal-color="#229954">
84
- <h4
85
- collection="{{document.collection}}"
86
- pass-document_id="{{document._id}}"
87
- name="name">
88
- Name
89
- </h4>
90
- <div
91
- pass-collection="modules"
92
- pass-document_id=""
93
- pass_to="render"
94
- pass_id="render"></div>
95
- </a>
96
- <h5
97
- collection="{{document.collection}}"
98
- pass-document_id="{{document._id}}"
99
- name="description"></h5>
100
- </div>
101
- </div>
102
- </td>
103
- <td class="padding:10px">
104
- <a
105
- actions="pass, openModal"
106
- modal-src="render.html"
107
- pass-document_id=""
108
- pass-collection="module_activity"
109
- pass_to="form-fields"
110
- modal-width="320px"
111
- modal-color="#229954">
112
- <b
113
- collection="{{document.collection}}"
114
- pass-document_id="{{document._id}}"
115
- name="_id"
116
- >Industry Id</b
117
- >
118
- <div
119
- pass-collection="module_activity"
120
- pass-document_id=""
121
- pass_to="render"></div>
122
- </a>
123
- </td>
124
- </tr>
125
- </tbody>
126
- </table>
127
- </div>
128
-
129
- <button
130
- actions="pass, openModal"
131
- modal-src="render.html"
132
- pass-collection="modules"
133
- pass-document_id=""
134
- pass_to="render"
135
- modal-width="320px"
136
- modal-height="100%"
137
- modal-color="#229954"
138
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
139
- pass_id="render">
140
- <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
141
- </button>
142
-
143
- <!-- CoCreate JS CDN -->
144
- <script src="https://cdn.cocreate.app/organizations/latest/CoCreate-organizations.min.js"></script>
145
- </body>
146
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Industry Datatables | CoCreateJS</title>
5
+
6
+ <!-- CoCreate Favicon -->
7
+ <link
8
+ rel="icon"
9
+ href="https://cdn.cocreate.app/favicon.ico"
10
+ type="image/ico"
11
+ sizes="16x16" />
12
+ <link rel="manifest" href="/manifest.webmanifest" />
13
+ </head>
14
+ <body class="width:fit-content overflow:auto">
15
+ <!-- Main Content -->
16
+ <div content_id="content" class="padding:5px">
17
+ <table class="width:100% border-collapse:collapse">
18
+ <tr class="border-bottom:1px_solid_darkgray">
19
+ <td
20
+ class="position:sticky top:0 background:white padding:0px_10px_10px">
21
+ <input
22
+ type="text"
23
+ class="floating-label"
24
+ filter-name="name"
25
+ template_id="datatable"
26
+ placeholder="Industry Name" />
27
+ <span
28
+ class="position:absolute bottom:20px right:20px float:right z-index:6">
29
+ <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
+ <a
31
+ filter-sort-name="name"
32
+ filter-sort-toggle
33
+ template_id="datatable">
34
+ <i></i>
35
+ </a>
36
+ </span>
37
+ </td>
38
+ <td
39
+ class="position:sticky top:0 background:white padding:0px_10px_10px">
40
+ <input
41
+ type="text"
42
+ class="floating-label"
43
+ filter-name="_id"
44
+ template_id="datatable"
45
+ placeholder="Industry_id" />
46
+ <span
47
+ class="position:absolute bottom:20px right:20px float:right z-index:6">
48
+ <a
49
+ filter-sort-name="_id"
50
+ value=""
51
+ filter-sort-direction="asc"
52
+ click-value="desc, asc"
53
+ click-attribute="filter-sort-direction"
54
+ template_id="datatable">
55
+ </a>
56
+ </span>
57
+ </td>
58
+ </tr>
59
+
60
+ <tbody
61
+ fetch-collection="industries"
62
+ fetch-name=""
63
+ filter-value=""
64
+ filter-sort-name="name"
65
+ filter-sort-direction="asc"
66
+ template_id="datatable">
67
+ <tr
68
+ template="datatable"
69
+ class="background:gainsboro:hover border-bottom:1px_solid_darkgray">
70
+ <td class="padding:10px">
71
+ <div class="min-width:200px">
72
+ <div class="icon-wrapper">
73
+ <span pass_id="me1234" name="icon"></span>
74
+ </div>
75
+ <div>
76
+ <a
77
+ actions="pass, openModal"
78
+ modal-src="render.html"
79
+ pass-collection="module_activity"
80
+ pass-document_id="{{document._id}}"
81
+ pass_to="form-fields"
82
+ modal-width="320px"
83
+ modal-color="#229954">
84
+ <h4
85
+ collection="{{document.collection}}"
86
+ pass-document_id="{{document._id}}"
87
+ name="name">
88
+ Name
89
+ </h4>
90
+ <div
91
+ pass-collection="modules"
92
+ pass-document_id=""
93
+ pass_to="render"
94
+ pass_id="render"></div>
95
+ </a>
96
+ <h5
97
+ collection="{{document.collection}}"
98
+ pass-document_id="{{document._id}}"
99
+ name="description"></h5>
100
+ </div>
101
+ </div>
102
+ </td>
103
+ <td class="padding:10px">
104
+ <a
105
+ actions="pass, openModal"
106
+ modal-src="render.html"
107
+ pass-document_id=""
108
+ pass-collection="module_activity"
109
+ pass_to="form-fields"
110
+ modal-width="320px"
111
+ modal-color="#229954">
112
+ <b
113
+ collection="{{document.collection}}"
114
+ pass-document_id="{{document._id}}"
115
+ name="_id"
116
+ >Industry Id</b
117
+ >
118
+ <div
119
+ pass-collection="module_activity"
120
+ pass-document_id=""
121
+ pass_to="render"></div>
122
+ </a>
123
+ </td>
124
+ </tr>
125
+ </tbody>
126
+ </table>
127
+ </div>
128
+
129
+ <button
130
+ actions="pass, openModal"
131
+ modal-src="render.html"
132
+ pass-collection="modules"
133
+ pass-document_id=""
134
+ pass_to="render"
135
+ modal-width="320px"
136
+ modal-height="100%"
137
+ modal-color="#229954"
138
+ class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
139
+ pass_id="render">
140
+ <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
141
+ </button>
142
+
143
+ <!-- CoCreate JS CDN -->
144
+ <script src="https://cdn.cocreate.app/organizations/latest/CoCreate-organizations.min.js"></script>
145
+ </body>
146
+ </html>
@@ -1,137 +1,137 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <title>Industry Documents Datatable | CoCreateJS</title>
5
-
6
- <!-- CoCreate Favicon -->
7
- <link
8
- rel="icon"
9
- href="https://cdn.cocreate.app/favicon.ico"
10
- type="image/ico"
11
- sizes="16x16" />
12
- <link rel="manifest" href="/manifest.webmanifest" />
13
- </head>
14
- <body class="width:fit-content overflow:auto">
15
- <!-- Main Content -->
16
- <div content_id="content" class="padding:5px">
17
- <table class="width:100% border-collapse:collapse">
18
- <tr class="border-bottom:1px_solid_darkgray">
19
- <td
20
- class="position:sticky top:0 background:white padding:0px_10px_10px">
21
- <input
22
- type="text"
23
- class="floating-label"
24
- filter-name="name"
25
- template_id="datatable"
26
- placeholder="Industry Name" />
27
- <span
28
- class="position:absolute bottom:20px right:20px float:right z-index:6">
29
- <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
- <a
31
- filter-sort-name="name"
32
- filter-sort-toggle
33
- template_id="datatable">
34
- <i></i>
35
- </a>
36
- </span>
37
- </td>
38
- <td
39
- class="position:sticky top:0 background:white padding:0px_10px_10px">
40
- <input
41
- type="text"
42
- class="floating-label"
43
- filter-name="_id"
44
- template_id="datatable"
45
- placeholder="Industry_id" />
46
- <span
47
- class="position:absolute bottom:20px right:20px float:right z-index:6">
48
- <a
49
- filter-sort-name="_id"
50
- value=""
51
- filter-sort-direction="asc"
52
- click-value="desc, asc"
53
- click-attribute="filter-sort-direction"
54
- template_id="datatable">
55
- </a>
56
- </span>
57
- </td>
58
- </tr>
59
-
60
- <tbody
61
- fetch-collection="industry_documents"
62
- fetch-name=""
63
- filter-value=""
64
- filter-value-type="or"
65
- fetch-limit=""
66
- filter-sort-name="name"
67
- filter-sort-direction="asc"
68
- template_id="datatable"
69
- pass_to="me1234">
70
- <tr
71
- class="template background:gainsboro:hover border-bottom:1px_solid_darkgray">
72
- <td class="padding:10px">
73
- <div class="min-width:200px">
74
- <div class="icon-wrapper">
75
- <span pass_id="me1234" name="icon"></span>
76
- </div>
77
- <div>
78
- <a
79
- actions="pass, openModal"
80
- modal-src="render.html"
81
- pass-collection="module_activity"
82
- pass-document_id=""
83
- pass_to="form-fields"
84
- modal-width="320px"
85
- modal-color="#229954">
86
- <h4 pass_id="me1234" name="name">
87
- Name
88
- </h4>
89
- <div
90
- pass-collection="modules"
91
- pass-document_id=""
92
- pass_to="render"
93
- pass_id="render"></div>
94
- </a>
95
- <h5 name="description"></h5>
96
- </div>
97
- </div>
98
- </td>
99
- <td class="padding:10px">
100
- <a
101
- actions="pass, openModal"
102
- modal-src="render.html"
103
- pass-document_id=""
104
- pass-collection="module_activity"
105
- pass_to="form-fields"
106
- modal-width="320px"
107
- modal-color="#229954">
108
- <b pass_id="me1234" name="_id">Document Id</b>
109
- <div
110
- pass-collection="module_activity"
111
- pass-document_id=""
112
- pass_to="render"></div>
113
- </a>
114
- </td>
115
- </tr>
116
- </tbody>
117
- </table>
118
- </div>
119
-
120
- <button
121
- actions="pass, openModal"
122
- modal-src="render.html"
123
- pass-collection="modules"
124
- pass-document_id=""
125
- pass_to="render"
126
- modal-width="320px"
127
- modal-height="100%"
128
- modal-color="#229954"
129
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
130
- pass_id="render">
131
- <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
132
- </button>
133
-
134
- <!-- CoCreate JS CDN -->
135
- <script src="https://cdn.cocreate.app/organizations/latest/CoCreate-organizations.min.js"></script>
136
- </body>
137
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Industry Documents Datatable | CoCreateJS</title>
5
+
6
+ <!-- CoCreate Favicon -->
7
+ <link
8
+ rel="icon"
9
+ href="https://cdn.cocreate.app/favicon.ico"
10
+ type="image/ico"
11
+ sizes="16x16" />
12
+ <link rel="manifest" href="/manifest.webmanifest" />
13
+ </head>
14
+ <body class="width:fit-content overflow:auto">
15
+ <!-- Main Content -->
16
+ <div content_id="content" class="padding:5px">
17
+ <table class="width:100% border-collapse:collapse">
18
+ <tr class="border-bottom:1px_solid_darkgray">
19
+ <td
20
+ class="position:sticky top:0 background:white padding:0px_10px_10px">
21
+ <input
22
+ type="text"
23
+ class="floating-label"
24
+ filter-name="name"
25
+ template_id="datatable"
26
+ placeholder="Industry Name" />
27
+ <span
28
+ class="position:absolute bottom:20px right:20px float:right z-index:6">
29
+ <!-- need a solution to update toggle value="desc|asc" and define and upadte icons... show hide works great but to much html and orderby only has 2 values -->
30
+ <a
31
+ filter-sort-name="name"
32
+ filter-sort-toggle
33
+ template_id="datatable">
34
+ <i></i>
35
+ </a>
36
+ </span>
37
+ </td>
38
+ <td
39
+ class="position:sticky top:0 background:white padding:0px_10px_10px">
40
+ <input
41
+ type="text"
42
+ class="floating-label"
43
+ filter-name="_id"
44
+ template_id="datatable"
45
+ placeholder="Industry_id" />
46
+ <span
47
+ class="position:absolute bottom:20px right:20px float:right z-index:6">
48
+ <a
49
+ filter-sort-name="_id"
50
+ value=""
51
+ filter-sort-direction="asc"
52
+ click-value="desc, asc"
53
+ click-attribute="filter-sort-direction"
54
+ template_id="datatable">
55
+ </a>
56
+ </span>
57
+ </td>
58
+ </tr>
59
+
60
+ <tbody
61
+ fetch-collection="industry_documents"
62
+ fetch-name=""
63
+ filter-value=""
64
+ filter-value-type="or"
65
+ fetch-limit=""
66
+ filter-sort-name="name"
67
+ filter-sort-direction="asc"
68
+ template_id="datatable"
69
+ pass_to="me1234">
70
+ <tr
71
+ class="template background:gainsboro:hover border-bottom:1px_solid_darkgray">
72
+ <td class="padding:10px">
73
+ <div class="min-width:200px">
74
+ <div class="icon-wrapper">
75
+ <span pass_id="me1234" name="icon"></span>
76
+ </div>
77
+ <div>
78
+ <a
79
+ actions="pass, openModal"
80
+ modal-src="render.html"
81
+ pass-collection="module_activity"
82
+ pass-document_id=""
83
+ pass_to="form-fields"
84
+ modal-width="320px"
85
+ modal-color="#229954">
86
+ <h4 pass_id="me1234" name="name">
87
+ Name
88
+ </h4>
89
+ <div
90
+ pass-collection="modules"
91
+ pass-document_id=""
92
+ pass_to="render"
93
+ pass_id="render"></div>
94
+ </a>
95
+ <h5 name="description"></h5>
96
+ </div>
97
+ </div>
98
+ </td>
99
+ <td class="padding:10px">
100
+ <a
101
+ actions="pass, openModal"
102
+ modal-src="render.html"
103
+ pass-document_id=""
104
+ pass-collection="module_activity"
105
+ pass_to="form-fields"
106
+ modal-width="320px"
107
+ modal-color="#229954">
108
+ <b pass_id="me1234" name="_id">Document Id</b>
109
+ <div
110
+ pass-collection="module_activity"
111
+ pass-document_id=""
112
+ pass_to="render"></div>
113
+ </a>
114
+ </td>
115
+ </tr>
116
+ </tbody>
117
+ </table>
118
+ </div>
119
+
120
+ <button
121
+ actions="pass, openModal"
122
+ modal-src="render.html"
123
+ pass-collection="modules"
124
+ pass-document_id=""
125
+ pass_to="render"
126
+ modal-width="320px"
127
+ modal-height="100%"
128
+ modal-color="#229954"
129
+ class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4) z-index:8"
130
+ pass_id="render">
131
+ <i class="height:20px fill:#505050" src="/assets/svg/plus.svg"></i>
132
+ </button>
133
+
134
+ <!-- CoCreate JS CDN -->
135
+ <script src="https://cdn.cocreate.app/organizations/latest/CoCreate-organizations.min.js"></script>
136
+ </body>
137
+ </html>