@cwellt_software/cwellt-reactjs-lib 1.1.7 → 1.2.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.
- package/dist/content/icons/new-cw-icons/NewCwIcons.html +13 -3
- package/dist/content/icons/new-cw-icons/NewCwIcons.json +10 -1
- package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +39 -2
- package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
- package/dist/index.cjs.js +891 -1373
- package/dist/index.css +1 -7
- package/dist/index.d.ts +218 -328
- package/dist/index.es.js +893 -1327
- package/dist/src/components/control/action/button/CwButton.d.ts +5 -2
- package/dist/src/components/control/action/button/CwButton.d.ts.map +1 -1
- package/dist/src/components/control/action/buttons/CwButtons.d.ts +24 -54
- package/dist/src/components/control/action/buttons/CwButtons.d.ts.map +1 -1
- package/dist/src/components/control/action/contextmenu/CwAnchoredMenu.d.ts +80 -0
- package/dist/src/components/control/action/contextmenu/CwAnchoredMenu.d.ts.map +1 -0
- package/dist/src/components/control/action/contextmenu/CwContextMenu.d.ts +0 -11
- package/dist/src/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -1
- package/dist/src/components/control/action/search/CwSearch.d.ts +6 -2
- package/dist/src/components/control/action/search/CwSearch.d.ts.map +1 -1
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts +1 -5
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -1
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +2 -2
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -1
- package/dist/src/components/control/choice/toggle/CwToggle.d.ts.map +1 -1
- package/dist/src/components/control/input/file/CwFileUploadMultiple.d.ts +1 -0
- package/dist/src/components/control/input/file/CwFileUploadMultiple.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDatePicker.d.ts +5 -3
- package/dist/src/components/control/input/new-dates/CwDatePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDateRangePicker.d.ts +3 -1
- package/dist/src/components/control/input/new-dates/CwDateRangePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts +2 -2
- package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/dateRangePresets.d.ts.map +1 -1
- package/dist/src/components/control/input/text/CwInputText.d.ts.map +1 -1
- package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts +4 -1
- package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/components/ResourceListRender.d.ts +1 -1
- package/dist/src/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts +3 -4
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts +2 -2
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +2 -2
- package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts +2 -2
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts +2 -2
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -1
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +1 -0
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -1
- package/dist/src/components/display/data/table/CwTable.d.ts +25 -20
- package/dist/src/components/display/data/table/CwTable.d.ts.map +1 -1
- package/dist/src/components/display/graphics/icon/CwIcon.d.ts.map +1 -1
- package/dist/src/components/display/graphics/icon/svg-icons.d.ts +6 -0
- package/dist/src/components/display/graphics/icon/svg-icons.d.ts.map +1 -0
- package/dist/src/components/display/text/label/CwLabel.d.ts +1 -4
- package/dist/src/components/display/text/label/CwLabel.d.ts.map +1 -1
- package/dist/src/components/display/text/tag/CwChip.d.ts.map +1 -1
- package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
- package/dist/src/components/layout/modal/CwModalReportFunctional.d.ts.map +1 -1
- package/dist/src/components/layout/modal/legacy/cw_modal.d.ts +4 -0
- package/dist/src/components/layout/modal/legacy/cw_modal.d.ts.map +1 -1
- package/dist/src/components/layout/tabs/CwTabs.d.ts +2 -0
- package/dist/src/components/layout/tabs/CwTabs.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -11
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +6 -11
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<div class="item" data-category="actions"><i class="ico cwi-close"></i>cwi-close</div>
|
|
149
149
|
<div class="item" data-category="users"><i class="ico cwi-users"></i>cwi-users</div>
|
|
150
150
|
<div class="item" data-category="status"><i class="ico cwi-info-bubble"></i>cwi-info-bubble</div>
|
|
151
|
-
<div class="item" data-category="aviation"><i class="ico cwi-new
|
|
151
|
+
<div class="item" data-category="aviation"><i class="ico cwi-flight-new"></i>cwi-flight-new</div>
|
|
152
152
|
<div class="item" data-category="aviation"><i class="ico cwi-timezone-globe"></i>cwi-timezone-globe</div>
|
|
153
153
|
<div class="item" data-category="navigation"><i class="ico cwi-menu"></i>cwi-menu</div>
|
|
154
154
|
<div class="item" data-category="actions"><i class="ico cwi-save"></i>cwi-save</div>
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
<div class="item" data-category="aviation"><i class="ico cwi-traveler"></i>cwi-traveler</div>
|
|
194
194
|
<div class="item" data-category="aviation"><i class="ico cwi-journey"></i>cwi-journey</div>
|
|
195
195
|
<div class="item" data-category="aviation"><i class="ico cwi-airport"></i>cwi-airport</div>
|
|
196
|
-
<div class="item" data-category="aviation"><i class="ico cwi-search
|
|
196
|
+
<div class="item" data-category="aviation"><i class="ico cwi-flight-search"></i>cwi-flight-search</div>
|
|
197
197
|
<div class="item" data-category="documents"><i class="ico cwi-generate-report"></i>cwi-generate-report</div>
|
|
198
198
|
<div class="item" data-category="aviation"><i class="ico cwi-journey-add"></i>cwi-journey-add</div>
|
|
199
199
|
<div class="item" data-category="aviation"><i class="ico cwi-passport"></i>cwi-passport</div>
|
|
@@ -317,7 +317,17 @@
|
|
|
317
317
|
<div class="item" data-category="documents"><i class="ico cwi-clip"></i>cwi-clip</div>
|
|
318
318
|
<div class="item" data-category="navigation"><i class="ico cwi-grid"></i>cwi-grid</div>
|
|
319
319
|
<div class="item" data-category="navigation"><i class="ico cwi-table"></i>cwi-table</div>
|
|
320
|
-
<div class="item" data-category="
|
|
320
|
+
<div class="item" data-category="actions"><i class="ico cwi-star-solid"></i>cwi-star-solid</div>
|
|
321
|
+
<div class="item" data-category="modules"><i class="ico cwi-library"></i>cwi-library</div>
|
|
322
|
+
<div class="item" data-category="modules"><i class="ico cwi-inventory"></i>cwi-inventory</div>
|
|
323
|
+
<div class="item" data-category="aviation"><i class="ico cwi-passport-add"></i>cwi-passport-add</div>
|
|
324
|
+
<div class="item" data-category="aviation"><i class="ico cwi-passport-settings"></i>cwi-passport-settings</div>
|
|
325
|
+
<div class="item" data-category="aviation"><i class="ico cwi-passport-search"></i>cwi-passport-search</div>
|
|
326
|
+
<div class="item" data-category="actions"><i class="ico cwi-split"></i>cwi-split</div>
|
|
327
|
+
<div class="item" data-category="aviation"><i class="ico cwi-flight-repeat"></i>cwi-flight-repeat</div>
|
|
328
|
+
<div class="item" data-category="modules"><i class="ico cwi-coins"></i>cwi-coins</div>
|
|
329
|
+
<div class="item" data-category="actions"><i class="ico cwi-signature"></i>cwi-signature</div>
|
|
330
|
+
|
|
321
331
|
</div>
|
|
322
332
|
|
|
323
333
|
<div id="toast" class="toast">Clase copiada al portapapeles</div>
|
|
@@ -190,6 +190,15 @@
|
|
|
190
190
|
"cwi-clip": "eabb",
|
|
191
191
|
"cwi-grid": "eabc",
|
|
192
192
|
"cwi-table": "eabd",
|
|
193
|
-
"cwi-star-solid": "eabe"
|
|
193
|
+
"cwi-star-solid": "eabe",
|
|
194
|
+
"cwi-library": "eabf",
|
|
195
|
+
"cwi-inventory": "eac0",
|
|
196
|
+
"cwi-passport-add": "eac1",
|
|
197
|
+
"cwi-passport-settings": "eac2",
|
|
198
|
+
"cwi-passport-search": "eac3",
|
|
199
|
+
"cwi-split": "eac4",
|
|
200
|
+
"cwi-flight-repeat": "eac5",
|
|
201
|
+
"cwi-coins": "eac6",
|
|
202
|
+
"cwi-signature": "eac7"
|
|
194
203
|
}
|
|
195
204
|
}
|
|
@@ -110,7 +110,8 @@
|
|
|
110
110
|
content: "\ea16";
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.cwi-new-flight:before
|
|
113
|
+
.cwi-new-flight:before,
|
|
114
|
+
.cwi-flight-new:before {
|
|
114
115
|
content: "\ea17";
|
|
115
116
|
}
|
|
116
117
|
|
|
@@ -286,7 +287,8 @@
|
|
|
286
287
|
content: "\ea42";
|
|
287
288
|
}
|
|
288
289
|
|
|
289
|
-
.cwi-search-flight:before
|
|
290
|
+
.cwi-search-flight:before,
|
|
291
|
+
.cwi-flight-search:before {
|
|
290
292
|
content: "\ea43";
|
|
291
293
|
}
|
|
292
294
|
|
|
@@ -782,6 +784,41 @@
|
|
|
782
784
|
content: "\eabe";
|
|
783
785
|
}
|
|
784
786
|
|
|
787
|
+
.cwi-library:before {
|
|
788
|
+
content: "\eabf";
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.cwi-inventory:before {
|
|
792
|
+
content: "\eac0";
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.cwi-passport-add:before {
|
|
796
|
+
content: "\eac1";
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.cwi-passport-settings:before {
|
|
800
|
+
content: "\eac2";
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.cwi-passport-search:before {
|
|
804
|
+
content: "\eac3";
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.cwi-split:before {
|
|
808
|
+
content: "\eac4";
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.cwi-flight-repeat:before {
|
|
812
|
+
content: "\eac5";
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.cwi-coins:before {
|
|
816
|
+
content: "\eac6";
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.cwi-signature:before {
|
|
820
|
+
content: "\eac7";
|
|
821
|
+
}
|
|
785
822
|
|
|
786
823
|
/* Important because otherwise ant-design becomes and idiot */
|
|
787
824
|
|
|
Binary file
|