]> git.codecow.com Git - flowpex.git/commitdiff
Update icons to represent return value data types and fall in line with Flow iconography.
authorChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 16:45:24 +0000 (09:45 -0700)
committerChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 16:45:24 +0000 (09:45 -0700)
19 files changed:
src/System/Date/addDays/System_Date_addDays.cls
src/System/Date/addMonths/System_Date_addMonths.cls
src/System/Date/addYears/System_Date_addYears.cls
src/System/Date/day/System_Date_day.cls
src/System/Date/dayOfYear/System_Date_dayOfYear.cls
src/System/Date/daysBetween/System_Date_daysBetween.cls
src/System/Date/daysInMonth/System_Date_daysInMonth.cls
src/System/Date/format/System_Date_format.cls
src/System/Date/isLeapYear/System_Date_isLeapYear.cls
src/System/Date/isSameDay/System_Date_isSameDay.cls
src/System/Date/month/System_Date_month.cls
src/System/Date/monthsBetween/System_Date_monthsBetween.cls
src/System/Date/newInstance/System_Date_newInstance.cls
src/System/Date/parse/System_Date_parse.cls
src/System/Date/toStartOfMonth/System_Date_toStartOfMonth.cls
src/System/Date/toStartOfWeek/System_Date_toStartOfWeek.cls
src/System/Date/today/System_Date_today.cls
src/System/Date/valueOf/System_Date_valueOf.cls
src/System/Date/year/System_Date_year.cls

index ab33d1e957b1f6a7bc6dd389efcafda3ebe0dffa..43705b1f1e47cc32b6a3591681e1296e526de3df 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addDays {\r
 \r
-    @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional days to a Date.')\r
+    @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional days to a Date.')\r
 \r
     global static List<Response> System_Date_addDays (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 065b82fc89dda4f024617d344113a4f39285ec85..d0d6452d6947747513dd6c0cda70db3fcc109178 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addMonths {\r
 \r
-    @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional months to a Date.')\r
+    @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional months to a Date.')\r
 \r
     global static List<Response> System_Date_addMonths (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 6bad1e51c05ddac3fc02e3264a0c0c813fc2a096..71e190a7cefc84cae02636e6d7607427fb15123e 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addYears {\r
 \r
-    @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional years to a Date.')\r
+    @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:event' description='Adds the specified number of additional years to a Date.')\r
 \r
     global static List<Response> System_Date_addYears (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index bc5c4d8a7a414afd0eb9080db237908a6d3e01a7..4d4c11639220ff47cf7935b732d0cdc8680b116c 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_day {\r
 \r
-    @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-month component of a Date.')\r
+    @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Date.')\r
 \r
     global static List<Response> System_Date_day (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index c0559be779022e4049cc147a29a4063aa1d5fd78..07780dc0ce5d672b094c8272fdc8100e82c80c2a 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_dayOfYear {\r
 \r
-    @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-year component of a Date.')\r
+    @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-year component of a Date.')\r
 \r
     global static List<Response> System_Date_dayOfYear (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 0fae0114285e2f152212ce22a94b65fc552b9d12..bd2fd12fa6fa6e8cf169c6606a6467ab1b134fa4 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_daysBetween {\r
 \r
-    @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
+    @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
 \r
     global static List<Response> System_Date_daysBetween (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 6436924d12acf4f1059c04a3a0356c2d3e249608..76b6676ec60c76b1116a7b0939f791a905281a57 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_daysInMonth {\r
 \r
-    @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days in the month for the specified year and month (1=Jan).')\r
+    @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days in the month for the specified year and month (1=Jan).')\r
 \r
     global static List<Response> System_Date_daysInMonth (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 3c8b96e73c28c6ecaf36658c0b5e6bc91fe3a4b6..a51b3b5d72141636d4557352c632e93d4e9fc10e 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_format {\r
 \r
-    @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns the Date as a string using the locale of the context user.')\r
+    @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:text' description='Returns the Date as a string using the locale of the context user.')\r
 \r
     global static List<Response> System_Date_format (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 2366842832c512e8b40e2c09056a5cb8e4b38a08..353157a49b0bd260fb49bea69ac4e5680ce31f5c 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_isLeapYear {\r
 \r
-    @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:shift_scheduling_operation' description='Returns true if the specified year is a leap year.')\r
+    @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if the specified year is a leap year.')\r
 \r
     global static List<Response> System_Date_isLeapYear (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index d1c764cca21e11541cfe9531627438896ef28b7c..677152d0d2e2aa5519de1a7317ffd8b816829933 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_isSameDay {\r
 \r
-    @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:shift' description='Returns true if two specified dates are the same.')\r
+    @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if two specified dates are the same.')\r
 \r
     global static List<Response> System_Date_isSameDay (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 87b096ca1175def8683c62ee9e0b800273044091..40208a10a3686a43d2f0556afd20becf5454b35b 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_month {\r
 \r
-    @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the month component of a Date (1=Jan).')\r
+    @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the month component of a Date (1=Jan).')\r
 \r
     global static List<Response> System_Date_month (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index e0684e3b76d2230c27213f30e2f7a4571b43a73f..0b3d259e6aeac858b343cf1ecc1d984f40dee19f 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_monthsBetween {\r
 \r
-    @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.')\r
+    @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.')\r
 \r
     global static List<Response> System_Date_monthsBetween (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 3d049a4254b96542716c6faef195c72acfdd3ccc..04080211dfa7f4934cce59f748a739d34a0c3721 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_newInstance {\r
 \r
-    @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:shift_template' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.')\r
+    @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.')\r
 \r
     global static List<Response> System_Date_newInstance (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index f1e97459ae235e1bd94d09c5ac226b81d90455ee..8b7209039b70ce89f955861b83f11a88ca2176e7 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_parse {\r
 \r
-    @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:shift_type' description='Constructs a Date from a String. The format of the String depends on the local date format.')\r
+    @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from a String. The format of the String depends on the local date format.')\r
 \r
     global static List<Response> System_Date_parse (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index b4244147255b11d1bf740019f9f8bc11e39f3ff9..017fe0091d8445173a95bb896e02ec83b3504ffc 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_toStartOfMonth {\r
 \r
-    @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the first of the month for the Date that called the method.')\r
+    @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:event' description='Returns the first of the month for the Date that called the method.')\r
 \r
     global static List<Response> System_Date_toStartOfMonth (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index cc5297c4c4c872e68493dc9a1ac542f000417af1..120f8b35ac9f3636874cc8ab1bcf103ed633340d 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_toStartOfWeek {\r
 \r
-    @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.')\r
+    @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:event' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.')\r
 \r
     global static List<Response> System_Date_toStartOfWeek (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 7702cd51c81d3b163b345b33aa6697031c6bf87a..4d423b8980429687968a1da746b96b6ca2164d7d 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_today {\r
 \r
-    @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:key_dates' description='Returns the current date in the current user\'s time zone.')\r
+    @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:event' description='Returns the current date in the current user\'s time zone.')\r
 \r
     global static List<Response> System_Date_today (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 4082e87dab0b6a8adaa6beca50722bc1af7b3b5a..1d231c300fd51ac1e6f6ac97557c3ba1a6eeb8ca 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_valueOf {\r
 \r
-    @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.')\r
+    @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:event' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.')\r
 \r
     global static List<Response> System_Date_valueOf (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index f90f2686953e9eae86da2e4f7c5a03e5fddb89d7..bde4d85ceaa7057e981367220afefe3418012521 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_year {\r
 \r
-    @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the year component of a Date.')\r
+    @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the year component of a Date.')\r
 \r
     global static List<Response> System_Date_year (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r