@carbon-labs/react-animated-header 0.2.0 → 0.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.
- package/es/__stories__/AnimatedHeader.stories.d.ts +12 -4
- package/es/__stories__/data/index.d.ts +1 -1
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
- package/es/components/AnimatedHeader/AnimatedHeader.js +27 -14
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +3 -3
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +12 -4
- package/lib/__stories__/data/index.d.ts +1 -1
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
- package/lib/components/AnimatedHeader/AnimatedHeader.js +27 -14
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -4
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +16 -8
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +1 -1
- package/scss/Tiles/GlassTile/glass-tile.scss +13 -1
|
@@ -54,6 +54,7 @@ exports.AddFilled = bucket0.AddFilled;
|
|
|
54
54
|
exports.AddLarge = bucket0.AddLarge;
|
|
55
55
|
exports.AgricultureAnalytics = bucket0.AgricultureAnalytics;
|
|
56
56
|
exports.Ai = bucket0.Ai;
|
|
57
|
+
exports.AiBusinessImpactAssessment = bucket0.AiBusinessImpactAssessment;
|
|
57
58
|
exports.AiFinancialSustainabilityCheck = bucket0.AiFinancialSustainabilityCheck;
|
|
58
59
|
exports.AiGenerate = bucket0.AiGenerate;
|
|
59
60
|
exports.AiGovernanceLifecycle = bucket0.AiGovernanceLifecycle;
|
|
@@ -111,8 +112,10 @@ exports.Area = bucket0.Area;
|
|
|
111
112
|
exports.AreaCustom = bucket0.AreaCustom;
|
|
112
113
|
exports.ArithmeticMean = bucket0.ArithmeticMean;
|
|
113
114
|
exports.ArithmeticMedian = bucket0.ArithmeticMedian;
|
|
115
|
+
exports.Arrange = bucket0.Arrange;
|
|
114
116
|
exports.ArrangeHorizontal = bucket0.ArrangeHorizontal;
|
|
115
117
|
exports.ArrangeVertical = bucket0.ArrangeVertical;
|
|
118
|
+
exports.Array = bucket0.Array;
|
|
116
119
|
exports.ArrayBooleans = bucket0.ArrayBooleans;
|
|
117
120
|
exports.ArrayDates = bucket0.ArrayDates;
|
|
118
121
|
exports.ArrayNumbers = bucket0.ArrayNumbers;
|
|
@@ -129,9 +132,6 @@ exports.ArrowUp = bucket0.ArrowUp;
|
|
|
129
132
|
exports.ArrowUpLeft = bucket0.ArrowUpLeft;
|
|
130
133
|
exports.ArrowUpRight = bucket0.ArrowUpRight;
|
|
131
134
|
exports.ArrowsHorizontal = bucket0.ArrowsHorizontal;
|
|
132
|
-
exports.ArrowsVertical = bucket0.ArrowsVertical;
|
|
133
|
-
exports.Asleep = bucket0.Asleep;
|
|
134
|
-
exports.AsleepFilled = bucket0.AsleepFilled;
|
|
135
135
|
exports.WatsonHealth3DCursor = bucket0.WatsonHealth3DCursor;
|
|
136
136
|
exports.WatsonHealth3DCursorAlt = bucket0.WatsonHealth3DCursorAlt;
|
|
137
137
|
exports.WatsonHealth3DCurveAutoColon = bucket0.WatsonHealth3DCurveAutoColon;
|
|
@@ -159,12 +159,16 @@ exports.WatsonHealthAnnotationVisibility = bucket0.WatsonHealthAnnotationVisibil
|
|
|
159
159
|
exports.WatsonHealthArrowAnnotation = bucket0.WatsonHealthArrowAnnotation;
|
|
160
160
|
exports._4K = bucket0._4K;
|
|
161
161
|
exports._4KFilled = bucket0._4KFilled;
|
|
162
|
+
exports.ArrowsVertical = bucket1.ArrowsVertical;
|
|
163
|
+
exports.Asleep = bucket1.Asleep;
|
|
164
|
+
exports.AsleepFilled = bucket1.AsleepFilled;
|
|
162
165
|
exports.Assembly = bucket1.Assembly;
|
|
163
166
|
exports.AssemblyCluster = bucket1.AssemblyCluster;
|
|
164
167
|
exports.AssemblyReference = bucket1.AssemblyReference;
|
|
165
168
|
exports.Asset = bucket1.Asset;
|
|
166
169
|
exports.AssetConfirm = bucket1.AssetConfirm;
|
|
167
170
|
exports.AssetDigitalTwin = bucket1.AssetDigitalTwin;
|
|
171
|
+
exports.AssetMovement = bucket1.AssetMovement;
|
|
168
172
|
exports.AssetView = bucket1.AssetView;
|
|
169
173
|
exports.Asterisk = bucket1.Asterisk;
|
|
170
174
|
exports.Async = bucket1.Async;
|
|
@@ -174,6 +178,7 @@ exports.AudioConsole = bucket1.AudioConsole;
|
|
|
174
178
|
exports.AugmentedReality = bucket1.AugmentedReality;
|
|
175
179
|
exports.Automatic = bucket1.Automatic;
|
|
176
180
|
exports.Autoscaling = bucket1.Autoscaling;
|
|
181
|
+
exports.Avro = bucket1.Avro;
|
|
177
182
|
exports.Awake = bucket1.Awake;
|
|
178
183
|
exports.Badge = bucket1.Badge;
|
|
179
184
|
exports.BaggageClaim = bucket1.BaggageClaim;
|
|
@@ -189,10 +194,12 @@ exports.BatchJob = bucket1.BatchJob;
|
|
|
189
194
|
exports.BatchJobStep = bucket1.BatchJobStep;
|
|
190
195
|
exports.BatteryCharging = bucket1.BatteryCharging;
|
|
191
196
|
exports.BatteryEmpty = bucket1.BatteryEmpty;
|
|
197
|
+
exports.BatteryError = bucket1.BatteryError;
|
|
192
198
|
exports.BatteryFull = bucket1.BatteryFull;
|
|
193
199
|
exports.BatteryHalf = bucket1.BatteryHalf;
|
|
194
200
|
exports.BatteryLow = bucket1.BatteryLow;
|
|
195
201
|
exports.BatteryQuarter = bucket1.BatteryQuarter;
|
|
202
|
+
exports.BatteryWarning = bucket1.BatteryWarning;
|
|
196
203
|
exports.Bee = bucket1.Bee;
|
|
197
204
|
exports.BeeBat = bucket1.BeeBat;
|
|
198
205
|
exports.Beta = bucket1.Beta;
|
|
@@ -252,6 +259,7 @@ exports.BuildingInsights_3 = bucket1.BuildingInsights_3;
|
|
|
252
259
|
exports.Bullhorn = bucket1.Bullhorn;
|
|
253
260
|
exports.Buoy = bucket1.Buoy;
|
|
254
261
|
exports.Bus = bucket1.Bus;
|
|
262
|
+
exports.BusinessMetrics = bucket1.BusinessMetrics;
|
|
255
263
|
exports.BusinessProcesses = bucket1.BusinessProcesses;
|
|
256
264
|
exports.ButtonCentered = bucket1.ButtonCentered;
|
|
257
265
|
exports.ButtonFlushLeft = bucket1.ButtonFlushLeft;
|
|
@@ -271,19 +279,19 @@ exports.CalendarHeatMap = bucket1.CalendarHeatMap;
|
|
|
271
279
|
exports.CalendarSettings = bucket1.CalendarSettings;
|
|
272
280
|
exports.CalendarTools = bucket1.CalendarTools;
|
|
273
281
|
exports.Calibrate = bucket1.Calibrate;
|
|
274
|
-
exports.Calls = bucket1.Calls;
|
|
275
|
-
exports.CallsAll = bucket1.CallsAll;
|
|
276
|
-
exports.CallsIncoming = bucket1.CallsIncoming;
|
|
277
|
-
exports.Camera = bucket1.Camera;
|
|
278
|
-
exports.CameraAction = bucket1.CameraAction;
|
|
279
|
-
exports.Campsite = bucket1.Campsite;
|
|
280
|
-
exports.Car = bucket1.Car;
|
|
281
|
-
exports.CarFront = bucket1.CarFront;
|
|
282
282
|
exports.QBarrier = bucket1.QBarrier;
|
|
283
283
|
exports.QBlochSphere = bucket1.QBlochSphere;
|
|
284
284
|
exports.WatsonHealthAutoScroll = bucket1.WatsonHealthAutoScroll;
|
|
285
285
|
exports.WatsonHealthBrushFreehand = bucket1.WatsonHealthBrushFreehand;
|
|
286
286
|
exports.WatsonHealthBrushPolygon = bucket1.WatsonHealthBrushPolygon;
|
|
287
|
+
exports.Calls = bucket2.Calls;
|
|
288
|
+
exports.CallsAll = bucket2.CallsAll;
|
|
289
|
+
exports.CallsIncoming = bucket2.CallsIncoming;
|
|
290
|
+
exports.Camera = bucket2.Camera;
|
|
291
|
+
exports.CameraAction = bucket2.CameraAction;
|
|
292
|
+
exports.Campsite = bucket2.Campsite;
|
|
293
|
+
exports.Car = bucket2.Car;
|
|
294
|
+
exports.CarFront = bucket2.CarFront;
|
|
287
295
|
exports.Carbon = bucket2.Carbon;
|
|
288
296
|
exports.CarbonAccounting = bucket2.CarbonAccounting;
|
|
289
297
|
exports.CarbonForAem = bucket2.CarbonForAem;
|
|
@@ -319,6 +327,7 @@ exports.CenterToFit = bucket2.CenterToFit;
|
|
|
319
327
|
exports.Certificate = bucket2.Certificate;
|
|
320
328
|
exports.CertificateCheck = bucket2.CertificateCheck;
|
|
321
329
|
exports.ChangeCatalog = bucket2.ChangeCatalog;
|
|
330
|
+
exports.Channels = bucket2.Channels;
|
|
322
331
|
exports.CharacterDecimal = bucket2.CharacterDecimal;
|
|
323
332
|
exports.CharacterFraction = bucket2.CharacterFraction;
|
|
324
333
|
exports.CharacterInteger = bucket2.CharacterInteger;
|
|
@@ -396,19 +405,19 @@ exports.ChatLaunch = bucket2.ChatLaunch;
|
|
|
396
405
|
exports.ChatOff = bucket2.ChatOff;
|
|
397
406
|
exports.ChatOperational = bucket2.ChatOperational;
|
|
398
407
|
exports.Checkbox = bucket2.Checkbox;
|
|
399
|
-
exports.CheckboxChecked = bucket2.CheckboxChecked;
|
|
400
|
-
exports.CheckboxCheckedFilled = bucket2.CheckboxCheckedFilled;
|
|
401
|
-
exports.CheckboxIndeterminate = bucket2.CheckboxIndeterminate;
|
|
402
|
-
exports.CheckboxIndeterminateFilled = bucket2.CheckboxIndeterminateFilled;
|
|
403
|
-
exports.Checkmark = bucket2.Checkmark;
|
|
404
|
-
exports.CheckmarkFilled = bucket2.CheckmarkFilled;
|
|
405
|
-
exports.CheckmarkFilledError = bucket2.CheckmarkFilledError;
|
|
406
|
-
exports.CheckmarkFilledWarning = bucket2.CheckmarkFilledWarning;
|
|
407
|
-
exports.CheckmarkOutline = bucket2.CheckmarkOutline;
|
|
408
408
|
exports.QCcX = bucket2.QCcX;
|
|
409
409
|
exports.WatsonHealthCdArchive = bucket2.WatsonHealthCdArchive;
|
|
410
410
|
exports.WatsonHealthCdCreateArchive = bucket2.WatsonHealthCdCreateArchive;
|
|
411
411
|
exports.WatsonHealthCdCreateExchange = bucket2.WatsonHealthCdCreateExchange;
|
|
412
|
+
exports.CheckboxChecked = bucket3.CheckboxChecked;
|
|
413
|
+
exports.CheckboxCheckedFilled = bucket3.CheckboxCheckedFilled;
|
|
414
|
+
exports.CheckboxIndeterminate = bucket3.CheckboxIndeterminate;
|
|
415
|
+
exports.CheckboxIndeterminateFilled = bucket3.CheckboxIndeterminateFilled;
|
|
416
|
+
exports.Checkmark = bucket3.Checkmark;
|
|
417
|
+
exports.CheckmarkFilled = bucket3.CheckmarkFilled;
|
|
418
|
+
exports.CheckmarkFilledError = bucket3.CheckmarkFilledError;
|
|
419
|
+
exports.CheckmarkFilledWarning = bucket3.CheckmarkFilledWarning;
|
|
420
|
+
exports.CheckmarkOutline = bucket3.CheckmarkOutline;
|
|
412
421
|
exports.CheckmarkOutlineError = bucket3.CheckmarkOutlineError;
|
|
413
422
|
exports.CheckmarkOutlineWarning = bucket3.CheckmarkOutlineWarning;
|
|
414
423
|
exports.Chemistry = bucket3.Chemistry;
|
|
@@ -519,21 +528,21 @@ exports.ContainerEngine = bucket3.ContainerEngine;
|
|
|
519
528
|
exports.ContainerImage = bucket3.ContainerImage;
|
|
520
529
|
exports.ContainerImagePull = bucket3.ContainerImagePull;
|
|
521
530
|
exports.ContainerImagePush = bucket3.ContainerImagePush;
|
|
522
|
-
exports.ContainerImagePushPull = bucket3.ContainerImagePushPull;
|
|
523
|
-
exports.ContainerRegistry = bucket3.ContainerRegistry;
|
|
524
531
|
exports.ContainerRuntime = bucket3.ContainerRuntime;
|
|
525
532
|
exports.ContainerRuntimeMonitor = bucket3.ContainerRuntimeMonitor;
|
|
526
|
-
exports.ContainerServices = bucket3.ContainerServices;
|
|
527
|
-
exports.ContainerSoftware = bucket3.ContainerSoftware;
|
|
528
|
-
exports.ContentDeliveryNetwork = bucket3.ContentDeliveryNetwork;
|
|
529
|
-
exports.ContentView = bucket3.ContentView;
|
|
530
|
-
exports.Continue = bucket3.Continue;
|
|
531
|
-
exports.ContinueFilled = bucket3.ContinueFilled;
|
|
532
|
-
exports.ContinuousDeployment = bucket3.ContinuousDeployment;
|
|
533
533
|
exports.QCircuitComposer = bucket3.QCircuitComposer;
|
|
534
534
|
exports.QComposerEdit = bucket3.QComposerEdit;
|
|
535
535
|
exports.WatsonHealthCircleMeasurement = bucket3.WatsonHealthCircleMeasurement;
|
|
536
536
|
exports.WatsonHealthCobbAngle = bucket3.WatsonHealthCobbAngle;
|
|
537
|
+
exports.ContainerImagePushPull = bucket4.ContainerImagePushPull;
|
|
538
|
+
exports.ContainerRegistry = bucket4.ContainerRegistry;
|
|
539
|
+
exports.ContainerServices = bucket4.ContainerServices;
|
|
540
|
+
exports.ContainerSoftware = bucket4.ContainerSoftware;
|
|
541
|
+
exports.ContentDeliveryNetwork = bucket4.ContentDeliveryNetwork;
|
|
542
|
+
exports.ContentView = bucket4.ContentView;
|
|
543
|
+
exports.Continue = bucket4.Continue;
|
|
544
|
+
exports.ContinueFilled = bucket4.ContinueFilled;
|
|
545
|
+
exports.ContinuousDeployment = bucket4.ContinuousDeployment;
|
|
537
546
|
exports.ContinuousIntegration = bucket4.ContinuousIntegration;
|
|
538
547
|
exports.Contrast = bucket4.Contrast;
|
|
539
548
|
exports.ConvertToCloud = bucket4.ConvertToCloud;
|
|
@@ -549,6 +558,7 @@ exports.CostTotal = bucket4.CostTotal;
|
|
|
549
558
|
exports.Cough = bucket4.Cough;
|
|
550
559
|
exports.Course = bucket4.Course;
|
|
551
560
|
exports.Covariate = bucket4.Covariate;
|
|
561
|
+
exports.CreateLink = bucket4.CreateLink;
|
|
552
562
|
exports.Credentials = bucket4.Credentials;
|
|
553
563
|
exports.Critical = bucket4.Critical;
|
|
554
564
|
exports.CriticalSeverity = bucket4.CriticalSeverity;
|
|
@@ -640,15 +650,6 @@ exports.Db2DataSharingGroup = bucket4.Db2DataSharingGroup;
|
|
|
640
650
|
exports.Db2Database = bucket4.Db2Database;
|
|
641
651
|
exports.Debug = bucket4.Debug;
|
|
642
652
|
exports.DecisionNode = bucket4.DecisionNode;
|
|
643
|
-
exports.DecisionTree = bucket4.DecisionTree;
|
|
644
|
-
exports.Delete = bucket4.Delete;
|
|
645
|
-
exports.Delivery = bucket4.Delivery;
|
|
646
|
-
exports.DeliveryAdd = bucket4.DeliveryAdd;
|
|
647
|
-
exports.DeliveryParcel = bucket4.DeliveryParcel;
|
|
648
|
-
exports.DeliveryTruck = bucket4.DeliveryTruck;
|
|
649
|
-
exports.Demo = bucket4.Demo;
|
|
650
|
-
exports.Departure = bucket4.Departure;
|
|
651
|
-
exports.Deploy = bucket4.Deploy;
|
|
652
653
|
exports.QCU1 = bucket4.QCU1;
|
|
653
654
|
exports.QCU3 = bucket4.QCU3;
|
|
654
655
|
exports.QCY = bucket4.QCY;
|
|
@@ -658,7 +659,16 @@ exports.WatsonHealthContourEdit = bucket4.WatsonHealthContourEdit;
|
|
|
658
659
|
exports.WatsonHealthContourFinding = bucket4.WatsonHealthContourFinding;
|
|
659
660
|
exports.WatsonHealthCrossReference = bucket4.WatsonHealthCrossReference;
|
|
660
661
|
exports.WatsonHealthCutInHalf = bucket4.WatsonHealthCutInHalf;
|
|
661
|
-
exports.
|
|
662
|
+
exports.DecisionTree = bucket5.DecisionTree;
|
|
663
|
+
exports.Delete = bucket5.Delete;
|
|
664
|
+
exports.Delivery = bucket5.Delivery;
|
|
665
|
+
exports.DeliveryAdd = bucket5.DeliveryAdd;
|
|
666
|
+
exports.DeliveryParcel = bucket5.DeliveryParcel;
|
|
667
|
+
exports.DeliverySettings = bucket5.DeliverySettings;
|
|
668
|
+
exports.DeliveryTruck = bucket5.DeliveryTruck;
|
|
669
|
+
exports.Demo = bucket5.Demo;
|
|
670
|
+
exports.Departure = bucket5.Departure;
|
|
671
|
+
exports.Deploy = bucket5.Deploy;
|
|
662
672
|
exports.DeployRules = bucket5.DeployRules;
|
|
663
673
|
exports.DeploymentPattern = bucket5.DeploymentPattern;
|
|
664
674
|
exports.DeploymentPolicy = bucket5.DeploymentPolicy;
|
|
@@ -769,21 +779,22 @@ exports.Draw = bucket5.Draw;
|
|
|
769
779
|
exports.DrillBack = bucket5.DrillBack;
|
|
770
780
|
exports.DrillDown = bucket5.DrillDown;
|
|
771
781
|
exports.DrillThrough = bucket5.DrillThrough;
|
|
772
|
-
exports.
|
|
773
|
-
exports.Drink_02 = bucket5.Drink_02;
|
|
774
|
-
exports.DriverAnalysis = bucket5.DriverAnalysis;
|
|
775
|
-
exports.Drone = bucket5.Drone;
|
|
776
|
-
exports.DroneDelivery = bucket5.DroneDelivery;
|
|
777
|
-
exports.DroneFront = bucket5.DroneFront;
|
|
778
|
-
exports.DroneVideo = bucket5.DroneVideo;
|
|
779
|
-
exports.DropPhoto = bucket5.DropPhoto;
|
|
780
|
-
exports.DropPhotoFilled = bucket5.DropPhotoFilled;
|
|
781
|
-
exports.Drought = bucket5.Drought;
|
|
782
|
-
exports.Dvr = bucket5.Dvr;
|
|
782
|
+
exports.WatsonHealthDenominate = bucket5.WatsonHealthDenominate;
|
|
783
783
|
exports.WatsonHealthDicomOverlay = bucket5.WatsonHealthDicomOverlay;
|
|
784
784
|
exports.WatsonHealthDicom_6000 = bucket5.WatsonHealthDicom_6000;
|
|
785
785
|
exports.WatsonHealthDna = bucket5.WatsonHealthDna;
|
|
786
786
|
exports.WatsonHealthDownloadStudy = bucket5.WatsonHealthDownloadStudy;
|
|
787
|
+
exports.Drink_01 = bucket6.Drink_01;
|
|
788
|
+
exports.Drink_02 = bucket6.Drink_02;
|
|
789
|
+
exports.DriverAnalysis = bucket6.DriverAnalysis;
|
|
790
|
+
exports.Drone = bucket6.Drone;
|
|
791
|
+
exports.DroneDelivery = bucket6.DroneDelivery;
|
|
792
|
+
exports.DroneFront = bucket6.DroneFront;
|
|
793
|
+
exports.DroneVideo = bucket6.DroneVideo;
|
|
794
|
+
exports.DropPhoto = bucket6.DropPhoto;
|
|
795
|
+
exports.DropPhotoFilled = bucket6.DropPhotoFilled;
|
|
796
|
+
exports.Drought = bucket6.Drought;
|
|
797
|
+
exports.Dvr = bucket6.Dvr;
|
|
787
798
|
exports.Earth = bucket6.Earth;
|
|
788
799
|
exports.EarthAmericas = bucket6.EarthAmericas;
|
|
789
800
|
exports.EarthAmericasFilled = bucket6.EarthAmericasFilled;
|
|
@@ -804,6 +815,7 @@ exports.EdtLoop = bucket6.EdtLoop;
|
|
|
804
815
|
exports.Education = bucket6.Education;
|
|
805
816
|
exports.Email = bucket6.Email;
|
|
806
817
|
exports.EmailNew = bucket6.EmailNew;
|
|
818
|
+
exports.EmissionsManagement = bucket6.EmissionsManagement;
|
|
807
819
|
exports.Encryption = bucket6.Encryption;
|
|
808
820
|
exports.EnergyRenewable = bucket6.EnergyRenewable;
|
|
809
821
|
exports.Enterprise = bucket6.Enterprise;
|
|
@@ -864,6 +876,7 @@ exports.FilterEdit = bucket6.FilterEdit;
|
|
|
864
876
|
exports.FilterRemove = bucket6.FilterRemove;
|
|
865
877
|
exports.FilterReset = bucket6.FilterReset;
|
|
866
878
|
exports.Finance = bucket6.Finance;
|
|
879
|
+
exports.FinancialAssets = bucket6.FinancialAssets;
|
|
867
880
|
exports.FingerprintRecognition = bucket6.FingerprintRecognition;
|
|
868
881
|
exports.Fire = bucket6.Fire;
|
|
869
882
|
exports.Firewall = bucket6.Firewall;
|
|
@@ -890,25 +903,25 @@ exports.Floorplan = bucket6.Floorplan;
|
|
|
890
903
|
exports.Flow = bucket6.Flow;
|
|
891
904
|
exports.FlowConnection = bucket6.FlowConnection;
|
|
892
905
|
exports.FlowData = bucket6.FlowData;
|
|
893
|
-
exports.FlowLogsVpc = bucket6.FlowLogsVpc;
|
|
894
906
|
exports.FlowModeler = bucket6.FlowModeler;
|
|
895
|
-
exports.FlowModelerReference = bucket6.FlowModelerReference;
|
|
896
|
-
exports.FlowStream = bucket6.FlowStream;
|
|
897
|
-
exports.FlowStreamReference = bucket6.FlowStreamReference;
|
|
898
|
-
exports.Fog = bucket6.Fog;
|
|
899
|
-
exports.Folder = bucket6.Folder;
|
|
900
|
-
exports.FolderAdd = bucket6.FolderAdd;
|
|
901
|
-
exports.FolderDetails = bucket6.FolderDetails;
|
|
902
|
-
exports.FolderDetailsReference = bucket6.FolderDetailsReference;
|
|
903
|
-
exports.FolderMoveTo = bucket6.FolderMoveTo;
|
|
904
|
-
exports.FolderOff = bucket6.FolderOff;
|
|
905
|
-
exports.FolderOpen = bucket6.FolderOpen;
|
|
906
|
-
exports.FolderParent = bucket6.FolderParent;
|
|
907
907
|
exports.WatsonHealthEdgeEnhancement = bucket6.WatsonHealthEdgeEnhancement;
|
|
908
908
|
exports.WatsonHealthEdgeEnhancement_01 = bucket6.WatsonHealthEdgeEnhancement_01;
|
|
909
909
|
exports.WatsonHealthEdgeEnhancement_02 = bucket6.WatsonHealthEdgeEnhancement_02;
|
|
910
910
|
exports.WatsonHealthEdgeEnhancement_03 = bucket6.WatsonHealthEdgeEnhancement_03;
|
|
911
911
|
exports.WatsonHealthErase_3D = bucket6.WatsonHealthErase_3D;
|
|
912
|
+
exports.FlowLogsVpc = bucket7.FlowLogsVpc;
|
|
913
|
+
exports.FlowModelerReference = bucket7.FlowModelerReference;
|
|
914
|
+
exports.FlowStream = bucket7.FlowStream;
|
|
915
|
+
exports.FlowStreamReference = bucket7.FlowStreamReference;
|
|
916
|
+
exports.Fog = bucket7.Fog;
|
|
917
|
+
exports.Folder = bucket7.Folder;
|
|
918
|
+
exports.FolderAdd = bucket7.FolderAdd;
|
|
919
|
+
exports.FolderDetails = bucket7.FolderDetails;
|
|
920
|
+
exports.FolderDetailsReference = bucket7.FolderDetailsReference;
|
|
921
|
+
exports.FolderMoveTo = bucket7.FolderMoveTo;
|
|
922
|
+
exports.FolderOff = bucket7.FolderOff;
|
|
923
|
+
exports.FolderOpen = bucket7.FolderOpen;
|
|
924
|
+
exports.FolderParent = bucket7.FolderParent;
|
|
912
925
|
exports.FolderShared = bucket7.FolderShared;
|
|
913
926
|
exports.Folders = bucket7.Folders;
|
|
914
927
|
exports.ForecastHail = bucket7.ForecastHail;
|
|
@@ -922,6 +935,7 @@ exports.Forward_10 = bucket7.Forward_10;
|
|
|
922
935
|
exports.Forward_30 = bucket7.Forward_30;
|
|
923
936
|
exports.Forward_5 = bucket7.Forward_5;
|
|
924
937
|
exports.Fragile = bucket7.Fragile;
|
|
938
|
+
exports.Fragments = bucket7.Fragments;
|
|
925
939
|
exports.Friendship = bucket7.Friendship;
|
|
926
940
|
exports.FruitBowl = bucket7.FruitBowl;
|
|
927
941
|
exports.Function = bucket7.Function;
|
|
@@ -1007,26 +1021,12 @@ exports.IbmAiOnZ = bucket7.IbmAiOnZ;
|
|
|
1007
1021
|
exports.IbmAiopsInsights = bucket7.IbmAiopsInsights;
|
|
1008
1022
|
exports.IbmApiConnect = bucket7.IbmApiConnect;
|
|
1009
1023
|
exports.IbmAppConnectEnterprise = bucket7.IbmAppConnectEnterprise;
|
|
1024
|
+
exports.IbmApplicationAndDiscoveryDeliveryIntelligence = bucket7.IbmApplicationAndDiscoveryDeliveryIntelligence;
|
|
1010
1025
|
exports.IbmAspera = bucket7.IbmAspera;
|
|
1011
1026
|
exports.IbmBluepay = bucket7.IbmBluepay;
|
|
1012
1027
|
exports.IbmCloudant = bucket7.IbmCloudant;
|
|
1013
|
-
exports.
|
|
1014
|
-
exports.
|
|
1015
|
-
exports.IbmDataProductExchange = bucket7.IbmDataProductExchange;
|
|
1016
|
-
exports.IbmDataReplication = bucket7.IbmDataReplication;
|
|
1017
|
-
exports.IbmDatastage = bucket7.IbmDatastage;
|
|
1018
|
-
exports.IbmDb2 = bucket7.IbmDb2;
|
|
1019
|
-
exports.IbmDb2Alt = bucket7.IbmDb2Alt;
|
|
1020
|
-
exports.IbmDb2Warehouse = bucket7.IbmDb2Warehouse;
|
|
1021
|
-
exports.IbmDeployableArchitecture = bucket7.IbmDeployableArchitecture;
|
|
1022
|
-
exports.IbmDynamicRouteServer = bucket7.IbmDynamicRouteServer;
|
|
1023
|
-
exports.IbmEloAutomotiveCompliance = bucket7.IbmEloAutomotiveCompliance;
|
|
1024
|
-
exports.IbmEloEngineeringInsights = bucket7.IbmEloEngineeringInsights;
|
|
1025
|
-
exports.IbmEloMethodComposer = bucket7.IbmEloMethodComposer;
|
|
1026
|
-
exports.IbmEloPublishing = bucket7.IbmEloPublishing;
|
|
1027
|
-
exports.IbmEngineeringLifecycleMgmt = bucket7.IbmEngineeringLifecycleMgmt;
|
|
1028
|
-
exports.IbmEngineeringRequirementsDoorsNext = bucket7.IbmEngineeringRequirementsDoorsNext;
|
|
1029
|
-
exports.IbmEngineeringSystemsDesignRhapsody = bucket7.IbmEngineeringSystemsDesignRhapsody;
|
|
1028
|
+
exports.IbmConsultingAdvantageAgent = bucket7.IbmConsultingAdvantageAgent;
|
|
1029
|
+
exports.IbmConsultingAdvantageApplication = bucket7.IbmConsultingAdvantageApplication;
|
|
1030
1030
|
exports.QH = bucket7.QH;
|
|
1031
1031
|
exports.QHintonPlot = bucket7.QHintonPlot;
|
|
1032
1032
|
exports.WatsonHealthFusionBlender = bucket7.WatsonHealthFusionBlender;
|
|
@@ -1052,6 +1052,7 @@ exports.IbmCloudDirectLink_1Exchange = bucket8.IbmCloudDirectLink_1Exchange;
|
|
|
1052
1052
|
exports.IbmCloudDirectLink_2Connect = bucket8.IbmCloudDirectLink_2Connect;
|
|
1053
1053
|
exports.IbmCloudDirectLink_2Dedicated = bucket8.IbmCloudDirectLink_2Dedicated;
|
|
1054
1054
|
exports.IbmCloudDirectLink_2DedicatedHosting = bucket8.IbmCloudDirectLink_2DedicatedHosting;
|
|
1055
|
+
exports.IbmCloudEssentialSecurityAndObservabilityServices = bucket8.IbmCloudEssentialSecurityAndObservabilityServices;
|
|
1055
1056
|
exports.IbmCloudEventNotification = bucket8.IbmCloudEventNotification;
|
|
1056
1057
|
exports.IbmCloudEventStreams = bucket8.IbmCloudEventStreams;
|
|
1057
1058
|
exports.IbmCloudForEducation = bucket8.IbmCloudForEducation;
|
|
@@ -1073,12 +1074,6 @@ exports.IbmCloudPakBusinessAutomation = bucket8.IbmCloudPakBusinessAutomation;
|
|
|
1073
1074
|
exports.IbmCloudPakData = bucket8.IbmCloudPakData;
|
|
1074
1075
|
exports.IbmCloudPakIntegration = bucket8.IbmCloudPakIntegration;
|
|
1075
1076
|
exports.IbmCloudPakMantaAutomatedDataLineage = bucket8.IbmCloudPakMantaAutomatedDataLineage;
|
|
1076
|
-
exports.IbmCloudPakMulticloudMgmt = bucket8.IbmCloudPakMulticloudMgmt;
|
|
1077
|
-
exports.IbmCloudPakNetezza = bucket8.IbmCloudPakNetezza;
|
|
1078
|
-
exports.IbmCloudPakNetworkAutomation = bucket8.IbmCloudPakNetworkAutomation;
|
|
1079
|
-
exports.IbmCloudPakSecurity = bucket8.IbmCloudPakSecurity;
|
|
1080
|
-
exports.IbmCloudPakSystem = bucket8.IbmCloudPakSystem;
|
|
1081
|
-
exports.IbmCloudPakWatsonAiops = bucket8.IbmCloudPakWatsonAiops;
|
|
1082
1077
|
exports.IbmCloudPal = bucket8.IbmCloudPal;
|
|
1083
1078
|
exports.IbmCloudPrivilegedAccessGateway = bucket8.IbmCloudPrivilegedAccessGateway;
|
|
1084
1079
|
exports.IbmCloudProjects = bucket8.IbmCloudProjects;
|
|
@@ -1099,7 +1094,25 @@ exports.IbmCloudVpcClientVpn = bucket8.IbmCloudVpcClientVpn;
|
|
|
1099
1094
|
exports.IbmCloudVpcEndpoints = bucket8.IbmCloudVpcEndpoints;
|
|
1100
1095
|
exports.IbmCloudVpcFileStorage = bucket8.IbmCloudVpcFileStorage;
|
|
1101
1096
|
exports.IbmCloudVpcImages = bucket8.IbmCloudVpcImages;
|
|
1102
|
-
exports.
|
|
1097
|
+
exports.IbmConsultingAdvantageAssistant = bucket8.IbmConsultingAdvantageAssistant;
|
|
1098
|
+
exports.IbmContentServices = bucket8.IbmContentServices;
|
|
1099
|
+
exports.IbmDataPower = bucket8.IbmDataPower;
|
|
1100
|
+
exports.IbmDataProductExchange = bucket8.IbmDataProductExchange;
|
|
1101
|
+
exports.IbmDataReplication = bucket8.IbmDataReplication;
|
|
1102
|
+
exports.IbmDataband = bucket8.IbmDataband;
|
|
1103
|
+
exports.IbmDatastage = bucket8.IbmDatastage;
|
|
1104
|
+
exports.IbmDb2 = bucket8.IbmDb2;
|
|
1105
|
+
exports.IbmDb2Alt = bucket8.IbmDb2Alt;
|
|
1106
|
+
exports.IbmDb2Warehouse = bucket8.IbmDb2Warehouse;
|
|
1107
|
+
exports.IbmDeployableArchitecture = bucket8.IbmDeployableArchitecture;
|
|
1108
|
+
exports.IbmDynamicRouteServer = bucket8.IbmDynamicRouteServer;
|
|
1109
|
+
exports.IbmEloAutomotiveCompliance = bucket8.IbmEloAutomotiveCompliance;
|
|
1110
|
+
exports.IbmEloEngineeringInsights = bucket8.IbmEloEngineeringInsights;
|
|
1111
|
+
exports.IbmEloMethodComposer = bucket8.IbmEloMethodComposer;
|
|
1112
|
+
exports.IbmEloPublishing = bucket8.IbmEloPublishing;
|
|
1113
|
+
exports.IbmEngineeringLifecycleMgmt = bucket8.IbmEngineeringLifecycleMgmt;
|
|
1114
|
+
exports.IbmEngineeringRequirementsDoorsNext = bucket8.IbmEngineeringRequirementsDoorsNext;
|
|
1115
|
+
exports.IbmEngineeringSystemsDesignRhapsody = bucket8.IbmEngineeringSystemsDesignRhapsody;
|
|
1103
1116
|
exports.IbmEngineeringSystemsDesignRhapsodyModelManager = bucket8.IbmEngineeringSystemsDesignRhapsodyModelManager;
|
|
1104
1117
|
exports.IbmEngineeringSystemsDesignRhapsodySn1 = bucket8.IbmEngineeringSystemsDesignRhapsodySn1;
|
|
1105
1118
|
exports.IbmEngineeringSystemsDesignRhapsodySn2 = bucket8.IbmEngineeringSystemsDesignRhapsodySn2;
|
|
@@ -1123,6 +1136,7 @@ exports.IbmLpa = bucket8.IbmLpa;
|
|
|
1123
1136
|
exports.IbmLqe = bucket8.IbmLqe;
|
|
1124
1137
|
exports.IbmMachineLearningForZos = bucket8.IbmMachineLearningForZos;
|
|
1125
1138
|
exports.IbmMatch_360 = bucket8.IbmMatch_360;
|
|
1139
|
+
exports.IbmMaximoApplicationSuite = bucket8.IbmMaximoApplicationSuite;
|
|
1126
1140
|
exports.IbmMq = bucket8.IbmMq;
|
|
1127
1141
|
exports.IbmOpenEnterpriseLanguages = bucket8.IbmOpenEnterpriseLanguages;
|
|
1128
1142
|
exports.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries = bucket8.IbmOpenshiftContainerPlatformOnVpcForRegulatedIndustries;
|
|
@@ -1132,33 +1146,41 @@ exports.IbmPowerVsPrivateCloud = bucket8.IbmPowerVsPrivateCloud;
|
|
|
1132
1146
|
exports.IbmPowerWithVpc = bucket8.IbmPowerWithVpc;
|
|
1133
1147
|
exports.IbmPrivatePathServices = bucket8.IbmPrivatePathServices;
|
|
1134
1148
|
exports.IbmProcessMining = bucket8.IbmProcessMining;
|
|
1135
|
-
exports.IbmQuantumSafeAdvisor = bucket8.IbmQuantumSafeAdvisor;
|
|
1136
|
-
exports.IbmQuantumSafeExplorer = bucket8.IbmQuantumSafeExplorer;
|
|
1137
|
-
exports.IbmQuantumSafeRemediator = bucket8.IbmQuantumSafeRemediator;
|
|
1138
1149
|
exports.IbmSaasConsole = bucket8.IbmSaasConsole;
|
|
1139
1150
|
exports.IbmSapOnPower = bucket8.IbmSapOnPower;
|
|
1140
1151
|
exports.IbmSecureInfrastructureOnVpcForRegulatedIndustries = bucket8.IbmSecureInfrastructureOnVpcForRegulatedIndustries;
|
|
1141
|
-
exports.IbmSecurity = bucket8.IbmSecurity;
|
|
1142
|
-
exports.IbmSecurityServices = bucket8.IbmSecurityServices;
|
|
1143
1152
|
exports.IbmStreamsets = bucket8.IbmStreamsets;
|
|
1144
1153
|
exports.IbmTelehealth = bucket8.IbmTelehealth;
|
|
1145
1154
|
exports.IbmTenet = bucket8.IbmTenet;
|
|
1155
|
+
exports.IbmTestAcceleratorForZ = bucket8.IbmTestAcceleratorForZ;
|
|
1146
1156
|
exports.IbmToolchain = bucket8.IbmToolchain;
|
|
1147
1157
|
exports.IbmTurbonomic = bucket8.IbmTurbonomic;
|
|
1148
1158
|
exports.IbmUnstructuredDataProcessor = bucket8.IbmUnstructuredDataProcessor;
|
|
1149
1159
|
exports.IbmVpnForVpc = bucket8.IbmVpnForVpc;
|
|
1150
1160
|
exports.IbmVsiOnVpcForRegulatedIndustries = bucket8.IbmVsiOnVpcForRegulatedIndustries;
|
|
1151
|
-
exports.IbmWatsonAssistant = bucket8.IbmWatsonAssistant;
|
|
1152
|
-
exports.IbmWatsonDiscovery = bucket8.IbmWatsonDiscovery;
|
|
1153
|
-
exports.IbmWatsonKnowledgeCatalog = bucket8.IbmWatsonKnowledgeCatalog;
|
|
1154
|
-
exports.IbmWatsonKnowledgeStudio = bucket8.IbmWatsonKnowledgeStudio;
|
|
1155
|
-
exports.IbmWatsonLanguageTranslator = bucket8.IbmWatsonLanguageTranslator;
|
|
1156
|
-
exports.IbmWatsonMachineLearning = bucket8.IbmWatsonMachineLearning;
|
|
1157
|
-
exports.IbmWatsonNaturalLanguageClassifier = bucket8.IbmWatsonNaturalLanguageClassifier;
|
|
1158
|
-
exports.IbmWatsonNaturalLanguageUnderstanding = bucket8.IbmWatsonNaturalLanguageUnderstanding;
|
|
1159
|
-
exports.IbmWatsonOpenscale = bucket8.IbmWatsonOpenscale;
|
|
1160
|
-
exports.IbmWatsonOrders = bucket8.IbmWatsonOrders;
|
|
1161
1161
|
exports.IbmWaziDeploy = bucket8.IbmWaziDeploy;
|
|
1162
|
+
exports.IbmCloudPakMulticloudMgmt = bucket9.IbmCloudPakMulticloudMgmt;
|
|
1163
|
+
exports.IbmCloudPakNetezza = bucket9.IbmCloudPakNetezza;
|
|
1164
|
+
exports.IbmCloudPakNetworkAutomation = bucket9.IbmCloudPakNetworkAutomation;
|
|
1165
|
+
exports.IbmCloudPakSecurity = bucket9.IbmCloudPakSecurity;
|
|
1166
|
+
exports.IbmCloudPakSystem = bucket9.IbmCloudPakSystem;
|
|
1167
|
+
exports.IbmCloudPakWatsonAiops = bucket9.IbmCloudPakWatsonAiops;
|
|
1168
|
+
exports.IbmDevopsControl = bucket9.IbmDevopsControl;
|
|
1169
|
+
exports.IbmQuantumSafeAdvisor = bucket9.IbmQuantumSafeAdvisor;
|
|
1170
|
+
exports.IbmQuantumSafeExplorer = bucket9.IbmQuantumSafeExplorer;
|
|
1171
|
+
exports.IbmQuantumSafeRemediator = bucket9.IbmQuantumSafeRemediator;
|
|
1172
|
+
exports.IbmSecurity = bucket9.IbmSecurity;
|
|
1173
|
+
exports.IbmSecurityServices = bucket9.IbmSecurityServices;
|
|
1174
|
+
exports.IbmWatsonAssistant = bucket9.IbmWatsonAssistant;
|
|
1175
|
+
exports.IbmWatsonDiscovery = bucket9.IbmWatsonDiscovery;
|
|
1176
|
+
exports.IbmWatsonKnowledgeCatalog = bucket9.IbmWatsonKnowledgeCatalog;
|
|
1177
|
+
exports.IbmWatsonKnowledgeStudio = bucket9.IbmWatsonKnowledgeStudio;
|
|
1178
|
+
exports.IbmWatsonLanguageTranslator = bucket9.IbmWatsonLanguageTranslator;
|
|
1179
|
+
exports.IbmWatsonMachineLearning = bucket9.IbmWatsonMachineLearning;
|
|
1180
|
+
exports.IbmWatsonNaturalLanguageClassifier = bucket9.IbmWatsonNaturalLanguageClassifier;
|
|
1181
|
+
exports.IbmWatsonNaturalLanguageUnderstanding = bucket9.IbmWatsonNaturalLanguageUnderstanding;
|
|
1182
|
+
exports.IbmWatsonOpenscale = bucket9.IbmWatsonOpenscale;
|
|
1183
|
+
exports.IbmWatsonOrders = bucket9.IbmWatsonOrders;
|
|
1162
1184
|
exports.IbmWatsonQuery = bucket9.IbmWatsonQuery;
|
|
1163
1185
|
exports.IbmWatsonSpeechToText = bucket9.IbmWatsonSpeechToText;
|
|
1164
1186
|
exports.IbmWatsonStudio = bucket9.IbmWatsonStudio;
|
|
@@ -1166,6 +1188,7 @@ exports.IbmWatsonTextToSpeech = bucket9.IbmWatsonTextToSpeech;
|
|
|
1166
1188
|
exports.IbmWatsonToneAnalyzer = bucket9.IbmWatsonToneAnalyzer;
|
|
1167
1189
|
exports.IbmWatsonxAssistant = bucket9.IbmWatsonxAssistant;
|
|
1168
1190
|
exports.IbmWatsonxCodeAssistant = bucket9.IbmWatsonxCodeAssistant;
|
|
1191
|
+
exports.IbmWatsonxCodeAssistantForEnterpriseJavaApplications = bucket9.IbmWatsonxCodeAssistantForEnterpriseJavaApplications;
|
|
1169
1192
|
exports.IbmWatsonxCodeAssistantForZ = bucket9.IbmWatsonxCodeAssistantForZ;
|
|
1170
1193
|
exports.IbmWatsonxCodeAssistantForZRefactor = bucket9.IbmWatsonxCodeAssistantForZRefactor;
|
|
1171
1194
|
exports.IbmWatsonxCodeAssistantForZValidationAssistant = bucket9.IbmWatsonxCodeAssistantForZValidationAssistant;
|
|
@@ -1255,35 +1278,33 @@ exports.JumpLink = bucket9.JumpLink;
|
|
|
1255
1278
|
exports.KeepDry = bucket9.KeepDry;
|
|
1256
1279
|
exports.Key = bucket9.Key;
|
|
1257
1280
|
exports.Keyboard = bucket9.Keyboard;
|
|
1258
|
-
exports.KeyboardOff = bucket9.KeyboardOff;
|
|
1259
|
-
exports.Kubelet = bucket9.Kubelet;
|
|
1260
|
-
exports.Kubernetes = bucket9.Kubernetes;
|
|
1261
|
-
exports.KubernetesControlPlaneNode = bucket9.KubernetesControlPlaneNode;
|
|
1262
|
-
exports.KubernetesIpAddress = bucket9.KubernetesIpAddress;
|
|
1263
|
-
exports.KubernetesOperator = bucket9.KubernetesOperator;
|
|
1264
|
-
exports.KubernetesPod = bucket9.KubernetesPod;
|
|
1265
|
-
exports.KubernetesWorkerNode = bucket9.KubernetesWorkerNode;
|
|
1266
|
-
exports.Label = bucket9.Label;
|
|
1267
|
-
exports.Language = bucket9.Language;
|
|
1268
|
-
exports.Laptop = bucket9.Laptop;
|
|
1269
|
-
exports.Lasso = bucket9.Lasso;
|
|
1270
|
-
exports.LassoPolygon = bucket9.LassoPolygon;
|
|
1271
|
-
exports.Launch = bucket9.Launch;
|
|
1272
|
-
exports.Layers = bucket9.Layers;
|
|
1273
|
-
exports.LayersExternal = bucket9.LayersExternal;
|
|
1274
|
-
exports.Legend = bucket9.Legend;
|
|
1275
|
-
exports.LetterAa = bucket9.LetterAa;
|
|
1276
|
-
exports.LetterBb = bucket9.LetterBb;
|
|
1277
|
-
exports.LetterCc = bucket9.LetterCc;
|
|
1278
1281
|
exports.QID = bucket9.QID;
|
|
1279
1282
|
exports.WatsonHealthICa_2D = bucket9.WatsonHealthICa_2D;
|
|
1280
1283
|
exports.WatsonHealthImageAvailabilityLocal = bucket9.WatsonHealthImageAvailabilityLocal;
|
|
1281
1284
|
exports.WatsonHealthImageAvailabilityRetrieving = bucket9.WatsonHealthImageAvailabilityRetrieving;
|
|
1282
1285
|
exports.WatsonHealthImageAvailabilityUnavailable = bucket9.WatsonHealthImageAvailabilityUnavailable;
|
|
1283
1286
|
exports.WatsonHealthInteractiveSegmentationCursor = bucket9.WatsonHealthInteractiveSegmentationCursor;
|
|
1284
|
-
exports.
|
|
1285
|
-
exports.
|
|
1286
|
-
exports.
|
|
1287
|
+
exports.KeyboardOff = bucket10.KeyboardOff;
|
|
1288
|
+
exports.KioskDevice = bucket10.KioskDevice;
|
|
1289
|
+
exports.Kubelet = bucket10.Kubelet;
|
|
1290
|
+
exports.Kubernetes = bucket10.Kubernetes;
|
|
1291
|
+
exports.KubernetesControlPlaneNode = bucket10.KubernetesControlPlaneNode;
|
|
1292
|
+
exports.KubernetesIpAddress = bucket10.KubernetesIpAddress;
|
|
1293
|
+
exports.KubernetesOperator = bucket10.KubernetesOperator;
|
|
1294
|
+
exports.KubernetesPod = bucket10.KubernetesPod;
|
|
1295
|
+
exports.KubernetesWorkerNode = bucket10.KubernetesWorkerNode;
|
|
1296
|
+
exports.Label = bucket10.Label;
|
|
1297
|
+
exports.Language = bucket10.Language;
|
|
1298
|
+
exports.Laptop = bucket10.Laptop;
|
|
1299
|
+
exports.Lasso = bucket10.Lasso;
|
|
1300
|
+
exports.LassoPolygon = bucket10.LassoPolygon;
|
|
1301
|
+
exports.Launch = bucket10.Launch;
|
|
1302
|
+
exports.Layers = bucket10.Layers;
|
|
1303
|
+
exports.LayersExternal = bucket10.LayersExternal;
|
|
1304
|
+
exports.Legend = bucket10.Legend;
|
|
1305
|
+
exports.LetterAa = bucket10.LetterAa;
|
|
1306
|
+
exports.LetterBb = bucket10.LetterBb;
|
|
1307
|
+
exports.LetterCc = bucket10.LetterCc;
|
|
1287
1308
|
exports.LetterDd = bucket10.LetterDd;
|
|
1288
1309
|
exports.LetterEe = bucket10.LetterEe;
|
|
1289
1310
|
exports.LetterFf = bucket10.LetterFf;
|
|
@@ -1364,6 +1385,7 @@ exports.LogoDiscord = bucket10.LogoDiscord;
|
|
|
1364
1385
|
exports.LogoFacebook = bucket10.LogoFacebook;
|
|
1365
1386
|
exports.LogoFigma = bucket10.LogoFigma;
|
|
1366
1387
|
exports.LogoFlickr = bucket10.LogoFlickr;
|
|
1388
|
+
exports.LogoGit = bucket10.LogoGit;
|
|
1367
1389
|
exports.LogoGithub = bucket10.LogoGithub;
|
|
1368
1390
|
exports.LogoGitlab = bucket10.LogoGitlab;
|
|
1369
1391
|
exports.LogoGlassdoor = bucket10.LogoGlassdoor;
|
|
@@ -1383,32 +1405,36 @@ exports.LogoPython = bucket10.LogoPython;
|
|
|
1383
1405
|
exports.LogoQuora = bucket10.LogoQuora;
|
|
1384
1406
|
exports.LogoRScript = bucket10.LogoRScript;
|
|
1385
1407
|
exports.LogoReact = bucket10.LogoReact;
|
|
1386
|
-
exports.
|
|
1387
|
-
exports.
|
|
1388
|
-
exports.
|
|
1389
|
-
exports.
|
|
1390
|
-
exports.
|
|
1391
|
-
exports.
|
|
1392
|
-
exports.
|
|
1393
|
-
exports.
|
|
1394
|
-
exports.
|
|
1395
|
-
exports.
|
|
1396
|
-
exports.
|
|
1397
|
-
exports.
|
|
1398
|
-
exports.
|
|
1399
|
-
exports.
|
|
1400
|
-
exports.
|
|
1401
|
-
exports.
|
|
1402
|
-
exports.
|
|
1403
|
-
exports.
|
|
1404
|
-
exports.
|
|
1405
|
-
exports.
|
|
1406
|
-
exports.
|
|
1407
|
-
exports.
|
|
1408
|
-
exports.
|
|
1409
|
-
exports.
|
|
1410
|
-
exports.
|
|
1411
|
-
exports.
|
|
1408
|
+
exports.LogoRedHatAiInstructlabOnIbmCloud = bucket10.LogoRedHatAiInstructlabOnIbmCloud;
|
|
1409
|
+
exports.WatsonHealthLaunchStudy_1 = bucket10.WatsonHealthLaunchStudy_1;
|
|
1410
|
+
exports.WatsonHealthLaunchStudy_2 = bucket10.WatsonHealthLaunchStudy_2;
|
|
1411
|
+
exports.WatsonHealthLaunchStudy_3 = bucket10.WatsonHealthLaunchStudy_3;
|
|
1412
|
+
exports.LogoRedHatAnsible = bucket11.LogoRedHatAnsible;
|
|
1413
|
+
exports.LogoSketch = bucket11.LogoSketch;
|
|
1414
|
+
exports.LogoSkype = bucket11.LogoSkype;
|
|
1415
|
+
exports.LogoSlack = bucket11.LogoSlack;
|
|
1416
|
+
exports.LogoSnapchat = bucket11.LogoSnapchat;
|
|
1417
|
+
exports.LogoSvelte = bucket11.LogoSvelte;
|
|
1418
|
+
exports.LogoTumblr = bucket11.LogoTumblr;
|
|
1419
|
+
exports.LogoTwitter = bucket11.LogoTwitter;
|
|
1420
|
+
exports.LogoVmware = bucket11.LogoVmware;
|
|
1421
|
+
exports.LogoVmwareAlt = bucket11.LogoVmwareAlt;
|
|
1422
|
+
exports.LogoVue = bucket11.LogoVue;
|
|
1423
|
+
exports.LogoWechat = bucket11.LogoWechat;
|
|
1424
|
+
exports.LogoX = bucket11.LogoX;
|
|
1425
|
+
exports.LogoXing = bucket11.LogoXing;
|
|
1426
|
+
exports.LogoYelp = bucket11.LogoYelp;
|
|
1427
|
+
exports.LogoYoutube = bucket11.LogoYoutube;
|
|
1428
|
+
exports.Logout = bucket11.Logout;
|
|
1429
|
+
exports.Loop = bucket11.Loop;
|
|
1430
|
+
exports.LowSeverity = bucket11.LowSeverity;
|
|
1431
|
+
exports.Mac = bucket11.Mac;
|
|
1432
|
+
exports.MacCommand = bucket11.MacCommand;
|
|
1433
|
+
exports.MacOption = bucket11.MacOption;
|
|
1434
|
+
exports.MacShift = bucket11.MacShift;
|
|
1435
|
+
exports.MachineLearning = bucket11.MachineLearning;
|
|
1436
|
+
exports.MachineLearningModel = bucket11.MachineLearningModel;
|
|
1437
|
+
exports.MagicWand = bucket11.MagicWand;
|
|
1412
1438
|
exports.MagicWandFilled = bucket11.MagicWandFilled;
|
|
1413
1439
|
exports.MailAll = bucket11.MailAll;
|
|
1414
1440
|
exports.MailReply = bucket11.MailReply;
|
|
@@ -1486,6 +1512,7 @@ exports.Mp3 = bucket11.Mp3;
|
|
|
1486
1512
|
exports.Mp4 = bucket11.Mp4;
|
|
1487
1513
|
exports.Mpeg = bucket11.Mpeg;
|
|
1488
1514
|
exports.Mpg2 = bucket11.Mpg2;
|
|
1515
|
+
exports.MultiuserDevice = bucket11.MultiuserDevice;
|
|
1489
1516
|
exports.Music = bucket11.Music;
|
|
1490
1517
|
exports.MusicAdd = bucket11.MusicAdd;
|
|
1491
1518
|
exports.MusicRemove = bucket11.MusicRemove;
|
|
@@ -1504,36 +1531,35 @@ exports.NavaidTacan = bucket11.NavaidTacan;
|
|
|
1504
1531
|
exports.NavaidVhfor = bucket11.NavaidVhfor;
|
|
1505
1532
|
exports.NavaidVor = bucket11.NavaidVor;
|
|
1506
1533
|
exports.NavaidVordme = bucket11.NavaidVordme;
|
|
1507
|
-
exports.NavaidVortac = bucket11.NavaidVortac;
|
|
1508
|
-
exports.Need = bucket11.Need;
|
|
1509
|
-
exports.NetworkAdminControl = bucket11.NetworkAdminControl;
|
|
1510
|
-
exports.NetworkEnterprise = bucket11.NetworkEnterprise;
|
|
1511
|
-
exports.NetworkInterface = bucket11.NetworkInterface;
|
|
1512
|
-
exports.NetworkOverlay = bucket11.NetworkOverlay;
|
|
1513
|
-
exports.NetworkPublic = bucket11.NetworkPublic;
|
|
1514
|
-
exports.NetworkTimeProtocol = bucket11.NetworkTimeProtocol;
|
|
1515
|
-
exports.Network_1 = bucket11.Network_1;
|
|
1516
|
-
exports.Network_2 = bucket11.Network_2;
|
|
1517
|
-
exports.Network_3 = bucket11.Network_3;
|
|
1518
|
-
exports.Network_3Reference = bucket11.Network_3Reference;
|
|
1519
|
-
exports.Network_4 = bucket11.Network_4;
|
|
1520
|
-
exports.Network_4Reference = bucket11.Network_4Reference;
|
|
1521
|
-
exports.NewTab = bucket11.NewTab;
|
|
1522
|
-
exports.NextFilled = bucket11.NextFilled;
|
|
1523
|
-
exports.NextOutline = bucket11.NextOutline;
|
|
1524
|
-
exports.NoImage = bucket11.NoImage;
|
|
1525
|
-
exports.NoTicket = bucket11.NoTicket;
|
|
1526
|
-
exports.Nominal = bucket11.Nominal;
|
|
1527
|
-
exports.NonCertified = bucket11.NonCertified;
|
|
1528
|
-
exports.NoodleBowl = bucket11.NoodleBowl;
|
|
1529
|
-
exports.NotAvailable = bucket11.NotAvailable;
|
|
1530
|
-
exports.NotSent = bucket11.NotSent;
|
|
1531
|
-
exports.NotSentFilled = bucket11.NotSentFilled;
|
|
1532
|
-
exports.Notebook = bucket11.Notebook;
|
|
1533
1534
|
exports.QMatrix = bucket11.QMatrix;
|
|
1534
1535
|
exports.WatsonHealthMagnify = bucket11.WatsonHealthMagnify;
|
|
1535
1536
|
exports.WatsonHealthMammogram = bucket11.WatsonHealthMammogram;
|
|
1536
|
-
exports.
|
|
1537
|
+
exports.NavaidVortac = bucket12.NavaidVortac;
|
|
1538
|
+
exports.Need = bucket12.Need;
|
|
1539
|
+
exports.NetworkAdminControl = bucket12.NetworkAdminControl;
|
|
1540
|
+
exports.NetworkEnterprise = bucket12.NetworkEnterprise;
|
|
1541
|
+
exports.NetworkInterface = bucket12.NetworkInterface;
|
|
1542
|
+
exports.NetworkOverlay = bucket12.NetworkOverlay;
|
|
1543
|
+
exports.NetworkPublic = bucket12.NetworkPublic;
|
|
1544
|
+
exports.NetworkTimeProtocol = bucket12.NetworkTimeProtocol;
|
|
1545
|
+
exports.Network_1 = bucket12.Network_1;
|
|
1546
|
+
exports.Network_2 = bucket12.Network_2;
|
|
1547
|
+
exports.Network_3 = bucket12.Network_3;
|
|
1548
|
+
exports.Network_3Reference = bucket12.Network_3Reference;
|
|
1549
|
+
exports.Network_4 = bucket12.Network_4;
|
|
1550
|
+
exports.Network_4Reference = bucket12.Network_4Reference;
|
|
1551
|
+
exports.NewTab = bucket12.NewTab;
|
|
1552
|
+
exports.NextFilled = bucket12.NextFilled;
|
|
1553
|
+
exports.NextOutline = bucket12.NextOutline;
|
|
1554
|
+
exports.NoImage = bucket12.NoImage;
|
|
1555
|
+
exports.NoTicket = bucket12.NoTicket;
|
|
1556
|
+
exports.Nominal = bucket12.Nominal;
|
|
1557
|
+
exports.NonCertified = bucket12.NonCertified;
|
|
1558
|
+
exports.NoodleBowl = bucket12.NoodleBowl;
|
|
1559
|
+
exports.NotAvailable = bucket12.NotAvailable;
|
|
1560
|
+
exports.NotSent = bucket12.NotSent;
|
|
1561
|
+
exports.NotSentFilled = bucket12.NotSentFilled;
|
|
1562
|
+
exports.Notebook = bucket12.Notebook;
|
|
1537
1563
|
exports.NotebookReference = bucket12.NotebookReference;
|
|
1538
1564
|
exports.Notification = bucket12.Notification;
|
|
1539
1565
|
exports.NotificationCounter = bucket12.NotificationCounter;
|
|
@@ -1541,6 +1567,7 @@ exports.NotificationFilled = bucket12.NotificationFilled;
|
|
|
1541
1567
|
exports.NotificationNew = bucket12.NotificationNew;
|
|
1542
1568
|
exports.NotificationOff = bucket12.NotificationOff;
|
|
1543
1569
|
exports.NotificationOffFilled = bucket12.NotificationOffFilled;
|
|
1570
|
+
exports.NullSign = bucket12.NullSign;
|
|
1544
1571
|
exports.NumberSmall_0 = bucket12.NumberSmall_0;
|
|
1545
1572
|
exports.NumberSmall_1 = bucket12.NumberSmall_1;
|
|
1546
1573
|
exports.NumberSmall_2 = bucket12.NumberSmall_2;
|
|
@@ -1627,38 +1654,37 @@ exports.PcnPNode = bucket12.PcnPNode;
|
|
|
1627
1654
|
exports.PcnZNode = bucket12.PcnZNode;
|
|
1628
1655
|
exports.Pdf = bucket12.Pdf;
|
|
1629
1656
|
exports.PdfReference = bucket12.PdfReference;
|
|
1630
|
-
exports.Pedestrian = bucket12.Pedestrian;
|
|
1631
|
-
exports.PedestrianChild = bucket12.PedestrianChild;
|
|
1632
|
-
exports.PedestrianFamily = bucket12.PedestrianFamily;
|
|
1633
|
-
exports.Pen = bucket12.Pen;
|
|
1634
|
-
exports.PenFountain = bucket12.PenFountain;
|
|
1635
|
-
exports.Pending = bucket12.Pending;
|
|
1636
|
-
exports.PendingFilled = bucket12.PendingFilled;
|
|
1637
|
-
exports.PentagonDownOutline = bucket12.PentagonDownOutline;
|
|
1638
|
-
exports.PentagonDownSolid = bucket12.PentagonDownSolid;
|
|
1639
|
-
exports.PentagonLeftOutline = bucket12.PentagonLeftOutline;
|
|
1640
|
-
exports.PentagonLeftSolid = bucket12.PentagonLeftSolid;
|
|
1641
|
-
exports.PentagonOutline = bucket12.PentagonOutline;
|
|
1642
|
-
exports.PentagonRightOutline = bucket12.PentagonRightOutline;
|
|
1643
|
-
exports.PentagonRightSolid = bucket12.PentagonRightSolid;
|
|
1644
|
-
exports.PentagonSolid = bucket12.PentagonSolid;
|
|
1645
|
-
exports.Percentage = bucket12.Percentage;
|
|
1646
|
-
exports.PercentageFilled = bucket12.PercentageFilled;
|
|
1647
|
-
exports.Person = bucket12.Person;
|
|
1648
|
-
exports.PersonFavorite = bucket12.PersonFavorite;
|
|
1649
|
-
exports.Pest = bucket12.Pest;
|
|
1650
|
-
exports.Phone = bucket12.Phone;
|
|
1651
|
-
exports.PhoneApplication = bucket12.PhoneApplication;
|
|
1652
|
-
exports.PhoneBlock = bucket12.PhoneBlock;
|
|
1653
|
-
exports.PhoneBlockFilled = bucket12.PhoneBlockFilled;
|
|
1654
|
-
exports.PhoneFilled = bucket12.PhoneFilled;
|
|
1655
|
-
exports.PhoneIncoming = bucket12.PhoneIncoming;
|
|
1656
1657
|
exports.QOperation = bucket12.QOperation;
|
|
1657
1658
|
exports.QOperationGauge = bucket12.QOperationGauge;
|
|
1658
1659
|
exports.QOperationIf = bucket12.QOperationIf;
|
|
1660
|
+
exports.WatsonHealthNominate = bucket12.WatsonHealthNominate;
|
|
1659
1661
|
exports.WatsonHealthPageScroll = bucket12.WatsonHealthPageScroll;
|
|
1660
|
-
exports.
|
|
1661
|
-
exports.
|
|
1662
|
+
exports.Pedestrian = bucket13.Pedestrian;
|
|
1663
|
+
exports.PedestrianChild = bucket13.PedestrianChild;
|
|
1664
|
+
exports.PedestrianFamily = bucket13.PedestrianFamily;
|
|
1665
|
+
exports.Pen = bucket13.Pen;
|
|
1666
|
+
exports.PenFountain = bucket13.PenFountain;
|
|
1667
|
+
exports.Pending = bucket13.Pending;
|
|
1668
|
+
exports.PendingFilled = bucket13.PendingFilled;
|
|
1669
|
+
exports.PentagonDownOutline = bucket13.PentagonDownOutline;
|
|
1670
|
+
exports.PentagonDownSolid = bucket13.PentagonDownSolid;
|
|
1671
|
+
exports.PentagonLeftOutline = bucket13.PentagonLeftOutline;
|
|
1672
|
+
exports.PentagonLeftSolid = bucket13.PentagonLeftSolid;
|
|
1673
|
+
exports.PentagonOutline = bucket13.PentagonOutline;
|
|
1674
|
+
exports.PentagonRightOutline = bucket13.PentagonRightOutline;
|
|
1675
|
+
exports.PentagonRightSolid = bucket13.PentagonRightSolid;
|
|
1676
|
+
exports.PentagonSolid = bucket13.PentagonSolid;
|
|
1677
|
+
exports.Percentage = bucket13.Percentage;
|
|
1678
|
+
exports.PercentageFilled = bucket13.PercentageFilled;
|
|
1679
|
+
exports.Person = bucket13.Person;
|
|
1680
|
+
exports.PersonFavorite = bucket13.PersonFavorite;
|
|
1681
|
+
exports.Pest = bucket13.Pest;
|
|
1682
|
+
exports.Phone = bucket13.Phone;
|
|
1683
|
+
exports.PhoneApplication = bucket13.PhoneApplication;
|
|
1684
|
+
exports.PhoneBlock = bucket13.PhoneBlock;
|
|
1685
|
+
exports.PhoneBlockFilled = bucket13.PhoneBlockFilled;
|
|
1686
|
+
exports.PhoneFilled = bucket13.PhoneFilled;
|
|
1687
|
+
exports.PhoneIncoming = bucket13.PhoneIncoming;
|
|
1662
1688
|
exports.PhoneIncomingFilled = bucket13.PhoneIncomingFilled;
|
|
1663
1689
|
exports.PhoneIp = bucket13.PhoneIp;
|
|
1664
1690
|
exports.PhoneOff = bucket13.PhoneOff;
|
|
@@ -1677,6 +1703,7 @@ exports.PillsAdd = bucket13.PillsAdd;
|
|
|
1677
1703
|
exports.PillsSubtract = bucket13.PillsSubtract;
|
|
1678
1704
|
exports.Pin = bucket13.Pin;
|
|
1679
1705
|
exports.PinFilled = bucket13.PinFilled;
|
|
1706
|
+
exports.Pipelines = bucket13.Pipelines;
|
|
1680
1707
|
exports.Plan = bucket13.Plan;
|
|
1681
1708
|
exports.Plane = bucket13.Plane;
|
|
1682
1709
|
exports.PlanePrivate = bucket13.PlanePrivate;
|
|
@@ -1701,6 +1728,8 @@ exports.PortOutput = bucket13.PortOutput;
|
|
|
1701
1728
|
exports.PortUsage = bucket13.PortUsage;
|
|
1702
1729
|
exports.Portfolio = bucket13.Portfolio;
|
|
1703
1730
|
exports.Power = bucket13.Power;
|
|
1731
|
+
exports.PowerEnterprisePoolsMeteredCapacityIntegration = bucket13.PowerEnterprisePoolsMeteredCapacityIntegration;
|
|
1732
|
+
exports.PowerVirtualServerDisasterRecoveryAutomation = bucket13.PowerVirtualServerDisasterRecoveryAutomation;
|
|
1704
1733
|
exports.Ppt = bucket13.Ppt;
|
|
1705
1734
|
exports.PresentationFile = bucket13.PresentationFile;
|
|
1706
1735
|
exports.Pressure = bucket13.Pressure;
|
|
@@ -1751,41 +1780,40 @@ exports.RainScattered = bucket13.RainScattered;
|
|
|
1751
1780
|
exports.RainScatteredNight = bucket13.RainScatteredNight;
|
|
1752
1781
|
exports.Raw = bucket13.Raw;
|
|
1753
1782
|
exports.Receipt = bucket13.Receipt;
|
|
1754
|
-
exports.
|
|
1755
|
-
exports.
|
|
1756
|
-
exports.Recording = bucket13.Recording;
|
|
1757
|
-
exports.RecordingFilled = bucket13.RecordingFilled;
|
|
1758
|
-
exports.RecordingFilledAlt = bucket13.RecordingFilledAlt;
|
|
1759
|
-
exports.Recycle = bucket13.Recycle;
|
|
1760
|
-
exports.Redo = bucket13.Redo;
|
|
1761
|
-
exports.RefEvapotranspiration = bucket13.RefEvapotranspiration;
|
|
1762
|
-
exports.ReferenceArchitecture = bucket13.ReferenceArchitecture;
|
|
1763
|
-
exports.ReflectHorizontal = bucket13.ReflectHorizontal;
|
|
1764
|
-
exports.ReflectVertical = bucket13.ReflectVertical;
|
|
1765
|
-
exports.Reminder = bucket13.Reminder;
|
|
1766
|
-
exports.ReminderMedical = bucket13.ReminderMedical;
|
|
1767
|
-
exports.Renew = bucket13.Renew;
|
|
1768
|
-
exports.Repeat = bucket13.Repeat;
|
|
1769
|
-
exports.RepeatOne = bucket13.RepeatOne;
|
|
1770
|
-
exports.Replicate = bucket13.Replicate;
|
|
1771
|
-
exports.Reply = bucket13.Reply;
|
|
1772
|
-
exports.ReplyAll = bucket13.ReplyAll;
|
|
1773
|
-
exports.RepoArtifact = bucket13.RepoArtifact;
|
|
1774
|
-
exports.RepoSourceCode = bucket13.RepoSourceCode;
|
|
1775
|
-
exports.Report = bucket13.Report;
|
|
1776
|
-
exports.ReportData = bucket13.ReportData;
|
|
1777
|
-
exports.RequestQuote = bucket13.RequestQuote;
|
|
1778
|
-
exports.RequirementDefinition = bucket13.RequirementDefinition;
|
|
1779
|
-
exports.RequirementUsage = bucket13.RequirementUsage;
|
|
1780
|
-
exports.Reset = bucket13.Reset;
|
|
1781
|
-
exports.ResetAlt = bucket13.ResetAlt;
|
|
1783
|
+
exports.WatsonHealthPetImageB = bucket13.WatsonHealthPetImageB;
|
|
1784
|
+
exports.WatsonHealthPetImageO = bucket13.WatsonHealthPetImageO;
|
|
1782
1785
|
exports.WatsonHealthPointerText = bucket13.WatsonHealthPointerText;
|
|
1783
1786
|
exports.WatsonHealthQcLaunch = bucket13.WatsonHealthQcLaunch;
|
|
1784
|
-
exports.WatsonHealthRegionAnalysisArea = bucket13.WatsonHealthRegionAnalysisArea;
|
|
1785
|
-
exports.WatsonHealthRegionAnalysisVolume = bucket13.WatsonHealthRegionAnalysisVolume;
|
|
1786
|
-
exports.WatsonHealthRegistration = bucket13.WatsonHealthRegistration;
|
|
1787
1787
|
exports.QS = bucket14.QS;
|
|
1788
1788
|
exports.QSAlt = bucket14.QSAlt;
|
|
1789
|
+
exports.RecentlyViewed = bucket14.RecentlyViewed;
|
|
1790
|
+
exports.Recommend = bucket14.Recommend;
|
|
1791
|
+
exports.Recording = bucket14.Recording;
|
|
1792
|
+
exports.RecordingFilled = bucket14.RecordingFilled;
|
|
1793
|
+
exports.RecordingFilledAlt = bucket14.RecordingFilledAlt;
|
|
1794
|
+
exports.Recycle = bucket14.Recycle;
|
|
1795
|
+
exports.Redo = bucket14.Redo;
|
|
1796
|
+
exports.RefEvapotranspiration = bucket14.RefEvapotranspiration;
|
|
1797
|
+
exports.ReferenceArchitecture = bucket14.ReferenceArchitecture;
|
|
1798
|
+
exports.ReflectHorizontal = bucket14.ReflectHorizontal;
|
|
1799
|
+
exports.ReflectVertical = bucket14.ReflectVertical;
|
|
1800
|
+
exports.Reminder = bucket14.Reminder;
|
|
1801
|
+
exports.ReminderMedical = bucket14.ReminderMedical;
|
|
1802
|
+
exports.Renew = bucket14.Renew;
|
|
1803
|
+
exports.Repeat = bucket14.Repeat;
|
|
1804
|
+
exports.RepeatOne = bucket14.RepeatOne;
|
|
1805
|
+
exports.Replicate = bucket14.Replicate;
|
|
1806
|
+
exports.Reply = bucket14.Reply;
|
|
1807
|
+
exports.ReplyAll = bucket14.ReplyAll;
|
|
1808
|
+
exports.RepoArtifact = bucket14.RepoArtifact;
|
|
1809
|
+
exports.RepoSourceCode = bucket14.RepoSourceCode;
|
|
1810
|
+
exports.Report = bucket14.Report;
|
|
1811
|
+
exports.ReportData = bucket14.ReportData;
|
|
1812
|
+
exports.RequestQuote = bucket14.RequestQuote;
|
|
1813
|
+
exports.RequirementDefinition = bucket14.RequirementDefinition;
|
|
1814
|
+
exports.RequirementUsage = bucket14.RequirementUsage;
|
|
1815
|
+
exports.Reset = bucket14.Reset;
|
|
1816
|
+
exports.ResetAlt = bucket14.ResetAlt;
|
|
1789
1817
|
exports.Restart = bucket14.Restart;
|
|
1790
1818
|
exports.Restaurant = bucket14.Restaurant;
|
|
1791
1819
|
exports.RestaurantFine = bucket14.RestaurantFine;
|
|
@@ -1870,37 +1898,9 @@ exports.ScreenOff = bucket14.ScreenOff;
|
|
|
1870
1898
|
exports.Script = bucket14.Script;
|
|
1871
1899
|
exports.ScriptReference = bucket14.ScriptReference;
|
|
1872
1900
|
exports.Sdk = bucket14.Sdk;
|
|
1873
|
-
exports.
|
|
1874
|
-
exports.
|
|
1875
|
-
exports.
|
|
1876
|
-
exports.SearchLocateMirror = bucket14.SearchLocateMirror;
|
|
1877
|
-
exports.Security = bucket14.Security;
|
|
1878
|
-
exports.SecurityServices = bucket14.SecurityServices;
|
|
1879
|
-
exports.SelectWindow = bucket14.SelectWindow;
|
|
1880
|
-
exports.Select_01 = bucket14.Select_01;
|
|
1881
|
-
exports.Select_02 = bucket14.Select_02;
|
|
1882
|
-
exports.Send = bucket14.Send;
|
|
1883
|
-
exports.SendActionUsage = bucket14.SendActionUsage;
|
|
1884
|
-
exports.SendAlt = bucket14.SendAlt;
|
|
1885
|
-
exports.SendAltFilled = bucket14.SendAltFilled;
|
|
1886
|
-
exports.SendBackward = bucket14.SendBackward;
|
|
1887
|
-
exports.SendFilled = bucket14.SendFilled;
|
|
1888
|
-
exports.SendToBack = bucket14.SendToBack;
|
|
1889
|
-
exports.ServerDns = bucket14.ServerDns;
|
|
1890
|
-
exports.ServerProxy = bucket14.ServerProxy;
|
|
1891
|
-
exports.ServerTime = bucket14.ServerTime;
|
|
1892
|
-
exports.ServiceDesk = bucket14.ServiceDesk;
|
|
1893
|
-
exports.ServiceId = bucket14.ServiceId;
|
|
1894
|
-
exports.ServiceLevels = bucket14.ServiceLevels;
|
|
1895
|
-
exports.SessionBorderControl = bucket14.SessionBorderControl;
|
|
1896
|
-
exports.Settings = bucket14.Settings;
|
|
1897
|
-
exports.SettingsAdjust = bucket14.SettingsAdjust;
|
|
1898
|
-
exports.SettingsCheck = bucket14.SettingsCheck;
|
|
1899
|
-
exports.SettingsEdit = bucket14.SettingsEdit;
|
|
1900
|
-
exports.SettingsServices = bucket14.SettingsServices;
|
|
1901
|
-
exports.SettingsView = bucket14.SettingsView;
|
|
1902
|
-
exports.ShapeExcept = bucket14.ShapeExcept;
|
|
1903
|
-
exports.ShapeExclude = bucket14.ShapeExclude;
|
|
1901
|
+
exports.WatsonHealthRegionAnalysisArea = bucket14.WatsonHealthRegionAnalysisArea;
|
|
1902
|
+
exports.WatsonHealthRegionAnalysisVolume = bucket14.WatsonHealthRegionAnalysisVolume;
|
|
1903
|
+
exports.WatsonHealthRegistration = bucket14.WatsonHealthRegistration;
|
|
1904
1904
|
exports.WatsonHealthRotate_180 = bucket14.WatsonHealthRotate_180;
|
|
1905
1905
|
exports.WatsonHealthRotate_360 = bucket14.WatsonHealthRotate_360;
|
|
1906
1906
|
exports.WatsonHealthSaveAnnotation = bucket14.WatsonHealthSaveAnnotation;
|
|
@@ -1909,6 +1909,37 @@ exports.WatsonHealthSaveSeries = bucket14.WatsonHealthSaveSeries;
|
|
|
1909
1909
|
exports.WatsonHealthScalpelCursor = bucket14.WatsonHealthScalpelCursor;
|
|
1910
1910
|
exports.WatsonHealthScalpelLasso = bucket14.WatsonHealthScalpelLasso;
|
|
1911
1911
|
exports.WatsonHealthScalpelSelect = bucket14.WatsonHealthScalpelSelect;
|
|
1912
|
+
exports.Search = bucket15.Search;
|
|
1913
|
+
exports.SearchAdvanced = bucket15.SearchAdvanced;
|
|
1914
|
+
exports.SearchLocate = bucket15.SearchLocate;
|
|
1915
|
+
exports.SearchLocateMirror = bucket15.SearchLocateMirror;
|
|
1916
|
+
exports.Security = bucket15.Security;
|
|
1917
|
+
exports.SecurityServices = bucket15.SecurityServices;
|
|
1918
|
+
exports.SelectWindow = bucket15.SelectWindow;
|
|
1919
|
+
exports.Select_01 = bucket15.Select_01;
|
|
1920
|
+
exports.Select_02 = bucket15.Select_02;
|
|
1921
|
+
exports.Send = bucket15.Send;
|
|
1922
|
+
exports.SendActionUsage = bucket15.SendActionUsage;
|
|
1923
|
+
exports.SendAlt = bucket15.SendAlt;
|
|
1924
|
+
exports.SendAltFilled = bucket15.SendAltFilled;
|
|
1925
|
+
exports.SendBackward = bucket15.SendBackward;
|
|
1926
|
+
exports.SendFilled = bucket15.SendFilled;
|
|
1927
|
+
exports.SendToBack = bucket15.SendToBack;
|
|
1928
|
+
exports.ServerDns = bucket15.ServerDns;
|
|
1929
|
+
exports.ServerProxy = bucket15.ServerProxy;
|
|
1930
|
+
exports.ServerTime = bucket15.ServerTime;
|
|
1931
|
+
exports.ServiceDesk = bucket15.ServiceDesk;
|
|
1932
|
+
exports.ServiceId = bucket15.ServiceId;
|
|
1933
|
+
exports.ServiceLevels = bucket15.ServiceLevels;
|
|
1934
|
+
exports.SessionBorderControl = bucket15.SessionBorderControl;
|
|
1935
|
+
exports.Settings = bucket15.Settings;
|
|
1936
|
+
exports.SettingsAdjust = bucket15.SettingsAdjust;
|
|
1937
|
+
exports.SettingsCheck = bucket15.SettingsCheck;
|
|
1938
|
+
exports.SettingsEdit = bucket15.SettingsEdit;
|
|
1939
|
+
exports.SettingsServices = bucket15.SettingsServices;
|
|
1940
|
+
exports.SettingsView = bucket15.SettingsView;
|
|
1941
|
+
exports.ShapeExcept = bucket15.ShapeExcept;
|
|
1942
|
+
exports.ShapeExclude = bucket15.ShapeExclude;
|
|
1912
1943
|
exports.ShapeIntersect = bucket15.ShapeIntersect;
|
|
1913
1944
|
exports.ShapeJoin = bucket15.ShapeJoin;
|
|
1914
1945
|
exports.ShapeUnite = bucket15.ShapeUnite;
|
|
@@ -1985,6 +2016,7 @@ exports.Split = bucket15.Split;
|
|
|
1985
2016
|
exports.SplitScreen = bucket15.SplitScreen;
|
|
1986
2017
|
exports.SprayPaint = bucket15.SprayPaint;
|
|
1987
2018
|
exports.Sprout = bucket15.Sprout;
|
|
2019
|
+
exports.SpyreAccelerator = bucket15.SpyreAccelerator;
|
|
1988
2020
|
exports.Sql = bucket15.Sql;
|
|
1989
2021
|
exports.SquareFill = bucket15.SquareFill;
|
|
1990
2022
|
exports.SquareOutline = bucket15.SquareOutline;
|
|
@@ -1995,25 +2027,6 @@ exports.Star = bucket15.Star;
|
|
|
1995
2027
|
exports.StarFilled = bucket15.StarFilled;
|
|
1996
2028
|
exports.StarHalf = bucket15.StarHalf;
|
|
1997
2029
|
exports.StarReview = bucket15.StarReview;
|
|
1998
|
-
exports.StayInside = bucket15.StayInside;
|
|
1999
|
-
exports.StemLeafPlot = bucket15.StemLeafPlot;
|
|
2000
|
-
exports.Stethoscope = bucket15.Stethoscope;
|
|
2001
|
-
exports.Stop = bucket15.Stop;
|
|
2002
|
-
exports.StopFilled = bucket15.StopFilled;
|
|
2003
|
-
exports.StopFilledAlt = bucket15.StopFilledAlt;
|
|
2004
|
-
exports.StopOutline = bucket15.StopOutline;
|
|
2005
|
-
exports.StopOutlineFilled = bucket15.StopOutlineFilled;
|
|
2006
|
-
exports.StopSign = bucket15.StopSign;
|
|
2007
|
-
exports.StopSignFilled = bucket15.StopSignFilled;
|
|
2008
|
-
exports.StoragePool = bucket15.StoragePool;
|
|
2009
|
-
exports.StorageRequest = bucket15.StorageRequest;
|
|
2010
|
-
exports.Store = bucket15.Store;
|
|
2011
|
-
exports.StormTracker = bucket15.StormTracker;
|
|
2012
|
-
exports.StrategyPlay = bucket15.StrategyPlay;
|
|
2013
|
-
exports.Strawberry = bucket15.Strawberry;
|
|
2014
|
-
exports.StringInteger = bucket15.StringInteger;
|
|
2015
|
-
exports.StringText = bucket15.StringText;
|
|
2016
|
-
exports.Subclassification = bucket15.Subclassification;
|
|
2017
2030
|
exports.WatsonHealthSmoothing = bucket15.WatsonHealthSmoothing;
|
|
2018
2031
|
exports.WatsonHealthSmoothingCursor = bucket15.WatsonHealthSmoothingCursor;
|
|
2019
2032
|
exports.WatsonHealthSpineLabel = bucket15.WatsonHealthSpineLabel;
|
|
@@ -2021,21 +2034,28 @@ exports.WatsonHealthSplitDiscard = bucket15.WatsonHealthSplitDiscard;
|
|
|
2021
2034
|
exports.WatsonHealthStackedMove = bucket15.WatsonHealthStackedMove;
|
|
2022
2035
|
exports.WatsonHealthStackedScrolling_1 = bucket15.WatsonHealthStackedScrolling_1;
|
|
2023
2036
|
exports.WatsonHealthStackedScrolling_2 = bucket15.WatsonHealthStackedScrolling_2;
|
|
2024
|
-
exports.WatsonHealthStatusAcknowledge = bucket15.WatsonHealthStatusAcknowledge;
|
|
2025
|
-
exports.WatsonHealthStatusChange = bucket15.WatsonHealthStatusChange;
|
|
2026
|
-
exports.WatsonHealthStatusPartialFail = bucket15.WatsonHealthStatusPartialFail;
|
|
2027
|
-
exports.WatsonHealthStatusResolved = bucket15.WatsonHealthStatusResolved;
|
|
2028
|
-
exports.WatsonHealthStressBreathEditor = bucket15.WatsonHealthStressBreathEditor;
|
|
2029
|
-
exports.WatsonHealthStudyNext = bucket15.WatsonHealthStudyNext;
|
|
2030
|
-
exports.WatsonHealthStudyPrevious = bucket15.WatsonHealthStudyPrevious;
|
|
2031
|
-
exports.WatsonHealthStudyRead = bucket15.WatsonHealthStudyRead;
|
|
2032
|
-
exports.WatsonHealthStudySkip = bucket15.WatsonHealthStudySkip;
|
|
2033
|
-
exports.WatsonHealthStudyTransfer = bucket15.WatsonHealthStudyTransfer;
|
|
2034
|
-
exports.WatsonHealthStudyUnread = bucket15.WatsonHealthStudyUnread;
|
|
2035
|
-
exports.WatsonHealthStudyView = bucket15.WatsonHealthStudyView;
|
|
2036
|
-
exports.WatsonHealthSubVolume = bucket15.WatsonHealthSubVolume;
|
|
2037
2037
|
exports.QT = bucket16.QT;
|
|
2038
2038
|
exports.QTAlt = bucket16.QTAlt;
|
|
2039
|
+
exports.StayInside = bucket16.StayInside;
|
|
2040
|
+
exports.StemLeafPlot = bucket16.StemLeafPlot;
|
|
2041
|
+
exports.Stethoscope = bucket16.Stethoscope;
|
|
2042
|
+
exports.Stickies = bucket16.Stickies;
|
|
2043
|
+
exports.Stop = bucket16.Stop;
|
|
2044
|
+
exports.StopFilled = bucket16.StopFilled;
|
|
2045
|
+
exports.StopFilledAlt = bucket16.StopFilledAlt;
|
|
2046
|
+
exports.StopOutline = bucket16.StopOutline;
|
|
2047
|
+
exports.StopOutlineFilled = bucket16.StopOutlineFilled;
|
|
2048
|
+
exports.StopSign = bucket16.StopSign;
|
|
2049
|
+
exports.StopSignFilled = bucket16.StopSignFilled;
|
|
2050
|
+
exports.StoragePool = bucket16.StoragePool;
|
|
2051
|
+
exports.StorageRequest = bucket16.StorageRequest;
|
|
2052
|
+
exports.Store = bucket16.Store;
|
|
2053
|
+
exports.StormTracker = bucket16.StormTracker;
|
|
2054
|
+
exports.StrategyPlay = bucket16.StrategyPlay;
|
|
2055
|
+
exports.Strawberry = bucket16.Strawberry;
|
|
2056
|
+
exports.StringInteger = bucket16.StringInteger;
|
|
2057
|
+
exports.StringText = bucket16.StringText;
|
|
2058
|
+
exports.Subclassification = bucket16.Subclassification;
|
|
2039
2059
|
exports.Subdirectory = bucket16.Subdirectory;
|
|
2040
2060
|
exports.Subflow = bucket16.Subflow;
|
|
2041
2061
|
exports.SubflowLocal = bucket16.SubflowLocal;
|
|
@@ -2126,42 +2146,52 @@ exports.TextFont = bucket16.TextFont;
|
|
|
2126
2146
|
exports.TextFootnote = bucket16.TextFootnote;
|
|
2127
2147
|
exports.TextHighlight = bucket16.TextHighlight;
|
|
2128
2148
|
exports.TextIndent = bucket16.TextIndent;
|
|
2129
|
-
exports.
|
|
2130
|
-
exports.
|
|
2131
|
-
exports.
|
|
2132
|
-
exports.
|
|
2133
|
-
exports.
|
|
2134
|
-
exports.
|
|
2135
|
-
exports.
|
|
2136
|
-
exports.
|
|
2137
|
-
exports.
|
|
2138
|
-
exports.
|
|
2139
|
-
exports.
|
|
2140
|
-
exports.
|
|
2141
|
-
exports.
|
|
2142
|
-
exports.TextSelection = bucket16.TextSelection;
|
|
2143
|
-
exports.TextShortParagraph = bucket16.TextShortParagraph;
|
|
2144
|
-
exports.TextSmallCaps = bucket16.TextSmallCaps;
|
|
2145
|
-
exports.TextStrikethrough = bucket16.TextStrikethrough;
|
|
2146
|
-
exports.TextSubscript = bucket16.TextSubscript;
|
|
2147
|
-
exports.TextSuperscript = bucket16.TextSuperscript;
|
|
2148
|
-
exports.TextTracking = bucket16.TextTracking;
|
|
2149
|
-
exports.TextUnderline = bucket16.TextUnderline;
|
|
2150
|
-
exports.TextVerticalAlignment = bucket16.TextVerticalAlignment;
|
|
2151
|
-
exports.TextWrap = bucket16.TextWrap;
|
|
2152
|
-
exports.Theater = bucket16.Theater;
|
|
2153
|
-
exports.ThisSideUp = bucket16.ThisSideUp;
|
|
2154
|
-
exports.Thumbnail_1 = bucket16.Thumbnail_1;
|
|
2155
|
-
exports.Thumbnail_2 = bucket16.Thumbnail_2;
|
|
2156
|
-
exports.ThumbsDown = bucket16.ThumbsDown;
|
|
2157
|
-
exports.ThumbsDownFilled = bucket16.ThumbsDownFilled;
|
|
2158
|
-
exports.ThumbsUp = bucket16.ThumbsUp;
|
|
2159
|
-
exports.WatsonHealthTextAnnotationToggle = bucket16.WatsonHealthTextAnnotationToggle;
|
|
2160
|
-
exports.WatsonHealthThreshold = bucket16.WatsonHealthThreshold;
|
|
2161
|
-
exports.WatsonHealthThumbnailPreview = bucket16.WatsonHealthThumbnailPreview;
|
|
2149
|
+
exports.WatsonHealthStatusAcknowledge = bucket16.WatsonHealthStatusAcknowledge;
|
|
2150
|
+
exports.WatsonHealthStatusChange = bucket16.WatsonHealthStatusChange;
|
|
2151
|
+
exports.WatsonHealthStatusPartialFail = bucket16.WatsonHealthStatusPartialFail;
|
|
2152
|
+
exports.WatsonHealthStatusResolved = bucket16.WatsonHealthStatusResolved;
|
|
2153
|
+
exports.WatsonHealthStressBreathEditor = bucket16.WatsonHealthStressBreathEditor;
|
|
2154
|
+
exports.WatsonHealthStudyNext = bucket16.WatsonHealthStudyNext;
|
|
2155
|
+
exports.WatsonHealthStudyPrevious = bucket16.WatsonHealthStudyPrevious;
|
|
2156
|
+
exports.WatsonHealthStudyRead = bucket16.WatsonHealthStudyRead;
|
|
2157
|
+
exports.WatsonHealthStudySkip = bucket16.WatsonHealthStudySkip;
|
|
2158
|
+
exports.WatsonHealthStudyTransfer = bucket16.WatsonHealthStudyTransfer;
|
|
2159
|
+
exports.WatsonHealthStudyUnread = bucket16.WatsonHealthStudyUnread;
|
|
2160
|
+
exports.WatsonHealthStudyView = bucket16.WatsonHealthStudyView;
|
|
2161
|
+
exports.WatsonHealthSubVolume = bucket16.WatsonHealthSubVolume;
|
|
2162
2162
|
exports.QU1 = bucket17.QU1;
|
|
2163
2163
|
exports.QU2 = bucket17.QU2;
|
|
2164
2164
|
exports.QU3 = bucket17.QU3;
|
|
2165
|
+
exports.TextIndentLess = bucket17.TextIndentLess;
|
|
2166
|
+
exports.TextIndentMore = bucket17.TextIndentMore;
|
|
2167
|
+
exports.TextItalic = bucket17.TextItalic;
|
|
2168
|
+
exports.TextKerning = bucket17.TextKerning;
|
|
2169
|
+
exports.TextLeading = bucket17.TextLeading;
|
|
2170
|
+
exports.TextLineSpacing = bucket17.TextLineSpacing;
|
|
2171
|
+
exports.TextLink = bucket17.TextLink;
|
|
2172
|
+
exports.TextLinkAnalysis = bucket17.TextLinkAnalysis;
|
|
2173
|
+
exports.TextLongParagraph = bucket17.TextLongParagraph;
|
|
2174
|
+
exports.TextMining = bucket17.TextMining;
|
|
2175
|
+
exports.TextMiningApplier = bucket17.TextMiningApplier;
|
|
2176
|
+
exports.TextNewLine = bucket17.TextNewLine;
|
|
2177
|
+
exports.TextScale = bucket17.TextScale;
|
|
2178
|
+
exports.TextSelection = bucket17.TextSelection;
|
|
2179
|
+
exports.TextShortParagraph = bucket17.TextShortParagraph;
|
|
2180
|
+
exports.TextSmallCaps = bucket17.TextSmallCaps;
|
|
2181
|
+
exports.TextStrikethrough = bucket17.TextStrikethrough;
|
|
2182
|
+
exports.TextSubscript = bucket17.TextSubscript;
|
|
2183
|
+
exports.TextSuperscript = bucket17.TextSuperscript;
|
|
2184
|
+
exports.TextTracking = bucket17.TextTracking;
|
|
2185
|
+
exports.TextUnderline = bucket17.TextUnderline;
|
|
2186
|
+
exports.TextVerticalAlignment = bucket17.TextVerticalAlignment;
|
|
2187
|
+
exports.TextWrap = bucket17.TextWrap;
|
|
2188
|
+
exports.Theater = bucket17.Theater;
|
|
2189
|
+
exports.ThisSideUp = bucket17.ThisSideUp;
|
|
2190
|
+
exports.Thumbnail_1 = bucket17.Thumbnail_1;
|
|
2191
|
+
exports.Thumbnail_2 = bucket17.Thumbnail_2;
|
|
2192
|
+
exports.ThumbsDown = bucket17.ThumbsDown;
|
|
2193
|
+
exports.ThumbsDownFilled = bucket17.ThumbsDownFilled;
|
|
2194
|
+
exports.ThumbsUp = bucket17.ThumbsUp;
|
|
2165
2195
|
exports.ThumbsUpDouble = bucket17.ThumbsUpDouble;
|
|
2166
2196
|
exports.ThumbsUpDoubleFilled = bucket17.ThumbsUpDoubleFilled;
|
|
2167
2197
|
exports.ThumbsUpFilled = bucket17.ThumbsUpFilled;
|
|
@@ -2226,6 +2256,7 @@ exports.TriangleOutline = bucket17.TriangleOutline;
|
|
|
2226
2256
|
exports.TriangleRightOutline = bucket17.TriangleRightOutline;
|
|
2227
2257
|
exports.TriangleRightSolid = bucket17.TriangleRightSolid;
|
|
2228
2258
|
exports.TriangleSolid = bucket17.TriangleSolid;
|
|
2259
|
+
exports.Trigger = bucket17.Trigger;
|
|
2229
2260
|
exports.Trophy = bucket17.Trophy;
|
|
2230
2261
|
exports.TrophyFilled = bucket17.TrophyFilled;
|
|
2231
2262
|
exports.TropicalStorm = bucket17.TropicalStorm;
|
|
@@ -2250,40 +2281,43 @@ exports.UngroupObjects = bucket17.UngroupObjects;
|
|
|
2250
2281
|
exports.Unknown = bucket17.Unknown;
|
|
2251
2282
|
exports.UnknownFilled = bucket17.UnknownFilled;
|
|
2252
2283
|
exports.Unlink = bucket17.Unlink;
|
|
2253
|
-
exports.
|
|
2254
|
-
exports.
|
|
2255
|
-
exports.
|
|
2256
|
-
exports.
|
|
2257
|
-
exports.
|
|
2258
|
-
exports.
|
|
2259
|
-
exports.
|
|
2260
|
-
exports.
|
|
2261
|
-
exports.
|
|
2262
|
-
exports.
|
|
2263
|
-
exports.
|
|
2264
|
-
exports.
|
|
2265
|
-
exports.
|
|
2266
|
-
exports.
|
|
2267
|
-
exports.
|
|
2268
|
-
exports.
|
|
2269
|
-
exports.
|
|
2270
|
-
exports.
|
|
2271
|
-
exports.
|
|
2272
|
-
exports.
|
|
2273
|
-
exports.
|
|
2274
|
-
exports.
|
|
2275
|
-
exports.
|
|
2276
|
-
exports.
|
|
2277
|
-
exports.
|
|
2278
|
-
exports.
|
|
2279
|
-
exports.
|
|
2280
|
-
exports.
|
|
2281
|
-
exports.
|
|
2282
|
-
exports.
|
|
2283
|
-
exports.
|
|
2284
|
-
exports.
|
|
2285
|
-
exports.
|
|
2286
|
-
exports.
|
|
2284
|
+
exports.WatsonHealthTextAnnotationToggle = bucket17.WatsonHealthTextAnnotationToggle;
|
|
2285
|
+
exports.WatsonHealthThreshold = bucket17.WatsonHealthThreshold;
|
|
2286
|
+
exports.WatsonHealthThumbnailPreview = bucket17.WatsonHealthThumbnailPreview;
|
|
2287
|
+
exports.Unlocked = bucket18.Unlocked;
|
|
2288
|
+
exports.Unsaved = bucket18.Unsaved;
|
|
2289
|
+
exports.UpToTop = bucket18.UpToTop;
|
|
2290
|
+
exports.UpdateNow = bucket18.UpdateNow;
|
|
2291
|
+
exports.Upgrade = bucket18.Upgrade;
|
|
2292
|
+
exports.Upload = bucket18.Upload;
|
|
2293
|
+
exports.Upstream = bucket18.Upstream;
|
|
2294
|
+
exports.Url = bucket18.Url;
|
|
2295
|
+
exports.UsageIncludedUseCase = bucket18.UsageIncludedUseCase;
|
|
2296
|
+
exports.Usb = bucket18.Usb;
|
|
2297
|
+
exports.UseCaseDefinition = bucket18.UseCaseDefinition;
|
|
2298
|
+
exports.UseCaseUsage = bucket18.UseCaseUsage;
|
|
2299
|
+
exports.User = bucket18.User;
|
|
2300
|
+
exports.UserAccess = bucket18.UserAccess;
|
|
2301
|
+
exports.UserAccessLocked = bucket18.UserAccessLocked;
|
|
2302
|
+
exports.UserAccessUnlocked = bucket18.UserAccessUnlocked;
|
|
2303
|
+
exports.UserActivity = bucket18.UserActivity;
|
|
2304
|
+
exports.UserAdmin = bucket18.UserAdmin;
|
|
2305
|
+
exports.UserAvatar = bucket18.UserAvatar;
|
|
2306
|
+
exports.UserAvatarFilled = bucket18.UserAvatarFilled;
|
|
2307
|
+
exports.UserAvatarFilledAlt = bucket18.UserAvatarFilledAlt;
|
|
2308
|
+
exports.UserCertification = bucket18.UserCertification;
|
|
2309
|
+
exports.UserData = bucket18.UserData;
|
|
2310
|
+
exports.UserFavorite = bucket18.UserFavorite;
|
|
2311
|
+
exports.UserFavoriteAlt = bucket18.UserFavoriteAlt;
|
|
2312
|
+
exports.UserFavoriteAltFilled = bucket18.UserFavoriteAltFilled;
|
|
2313
|
+
exports.UserFeedback = bucket18.UserFeedback;
|
|
2314
|
+
exports.UserFilled = bucket18.UserFilled;
|
|
2315
|
+
exports.UserFollow = bucket18.UserFollow;
|
|
2316
|
+
exports.UserIdentification = bucket18.UserIdentification;
|
|
2317
|
+
exports.UserMilitary = bucket18.UserMilitary;
|
|
2318
|
+
exports.UserMultiple = bucket18.UserMultiple;
|
|
2319
|
+
exports.UserOnline = bucket18.UserOnline;
|
|
2320
|
+
exports.UserProfile = bucket18.UserProfile;
|
|
2287
2321
|
exports.UserProfileAlt = bucket18.UserProfileAlt;
|
|
2288
2322
|
exports.UserRole = bucket18.UserRole;
|
|
2289
2323
|
exports.UserService = bucket18.UserService;
|
|
@@ -2368,11 +2402,6 @@ exports.WarningSquare = bucket18.WarningSquare;
|
|
|
2368
2402
|
exports.WarningSquareFilled = bucket18.WarningSquareFilled;
|
|
2369
2403
|
exports.Watch = bucket18.Watch;
|
|
2370
2404
|
exports.Watson = bucket18.Watson;
|
|
2371
|
-
exports.WatsonHealthWindowAuto = bucket18.WatsonHealthWindowAuto;
|
|
2372
|
-
exports.WatsonHealthWindowBase = bucket18.WatsonHealthWindowBase;
|
|
2373
|
-
exports.WatsonHealthWindowBlackSaturation = bucket18.WatsonHealthWindowBlackSaturation;
|
|
2374
|
-
exports.WatsonHealthWindowOverlay = bucket18.WatsonHealthWindowOverlay;
|
|
2375
|
-
exports.WatsonHealthWindowPreset = bucket18.WatsonHealthWindowPreset;
|
|
2376
2405
|
exports.WatsonMachineLearning = bucket18.WatsonMachineLearning;
|
|
2377
2406
|
exports.Watsonx = bucket18.Watsonx;
|
|
2378
2407
|
exports.WatsonxAi = bucket18.WatsonxAi;
|
|
@@ -2380,39 +2409,44 @@ exports.WatsonxData = bucket18.WatsonxData;
|
|
|
2380
2409
|
exports.WatsonxGovernance = bucket18.WatsonxGovernance;
|
|
2381
2410
|
exports.WaveDirection = bucket18.WaveDirection;
|
|
2382
2411
|
exports.WaveHeight = bucket18.WaveHeight;
|
|
2383
|
-
exports.WavePeriod = bucket18.WavePeriod;
|
|
2384
|
-
exports.WeatherFrontCold = bucket18.WeatherFrontCold;
|
|
2385
|
-
exports.WeatherFrontStationary = bucket18.WeatherFrontStationary;
|
|
2386
|
-
exports.WeatherFrontWarm = bucket18.WeatherFrontWarm;
|
|
2387
|
-
exports.WeatherStation = bucket18.WeatherStation;
|
|
2388
|
-
exports.WebServicesCluster = bucket18.WebServicesCluster;
|
|
2389
|
-
exports.WebServicesContainer = bucket18.WebServicesContainer;
|
|
2390
|
-
exports.WebServicesDefinition = bucket18.WebServicesDefinition;
|
|
2391
|
-
exports.WebServicesService = bucket18.WebServicesService;
|
|
2392
|
-
exports.WebServicesTask = bucket18.WebServicesTask;
|
|
2393
|
-
exports.WebServicesTaskDefinitionVersion = bucket18.WebServicesTaskDefinitionVersion;
|
|
2394
|
-
exports.Webhook = bucket18.Webhook;
|
|
2395
|
-
exports.Websheet = bucket18.Websheet;
|
|
2396
|
-
exports.Wheat = bucket18.Wheat;
|
|
2397
|
-
exports.WhitePaper = bucket18.WhitePaper;
|
|
2398
|
-
exports.Wifi = bucket18.Wifi;
|
|
2399
|
-
exports.WifiBridge = bucket18.WifiBridge;
|
|
2400
|
-
exports.WifiBridgeAlt = bucket18.WifiBridgeAlt;
|
|
2401
|
-
exports.WifiController = bucket18.WifiController;
|
|
2402
|
-
exports.WifiNotSecure = bucket18.WifiNotSecure;
|
|
2403
|
-
exports.WifiOff = bucket18.WifiOff;
|
|
2404
|
-
exports.WifiSecure = bucket18.WifiSecure;
|
|
2405
|
-
exports.Wikis = bucket18.Wikis;
|
|
2406
|
-
exports.WindGusts = bucket18.WindGusts;
|
|
2407
|
-
exports.WindPower = bucket18.WindPower;
|
|
2408
|
-
exports.WindStream = bucket18.WindStream;
|
|
2409
|
-
exports.Windy = bucket18.Windy;
|
|
2410
|
-
exports.WindyDust = bucket18.WindyDust;
|
|
2411
|
-
exports.WindySnow = bucket18.WindySnow;
|
|
2412
2412
|
exports.QX = bucket19.QX;
|
|
2413
2413
|
exports.QY = bucket19.QY;
|
|
2414
2414
|
exports.QZ = bucket19.QZ;
|
|
2415
|
+
exports.WatsonHealthWindowAuto = bucket19.WatsonHealthWindowAuto;
|
|
2416
|
+
exports.WatsonHealthWindowBase = bucket19.WatsonHealthWindowBase;
|
|
2417
|
+
exports.WatsonHealthWindowBlackSaturation = bucket19.WatsonHealthWindowBlackSaturation;
|
|
2418
|
+
exports.WatsonHealthWindowOverlay = bucket19.WatsonHealthWindowOverlay;
|
|
2419
|
+
exports.WatsonHealthWindowPreset = bucket19.WatsonHealthWindowPreset;
|
|
2415
2420
|
exports.WatsonHealthZoomPan = bucket19.WatsonHealthZoomPan;
|
|
2421
|
+
exports.WavePeriod = bucket19.WavePeriod;
|
|
2422
|
+
exports.WeatherFrontCold = bucket19.WeatherFrontCold;
|
|
2423
|
+
exports.WeatherFrontStationary = bucket19.WeatherFrontStationary;
|
|
2424
|
+
exports.WeatherFrontWarm = bucket19.WeatherFrontWarm;
|
|
2425
|
+
exports.WeatherStation = bucket19.WeatherStation;
|
|
2426
|
+
exports.WebServicesCluster = bucket19.WebServicesCluster;
|
|
2427
|
+
exports.WebServicesContainer = bucket19.WebServicesContainer;
|
|
2428
|
+
exports.WebServicesDefinition = bucket19.WebServicesDefinition;
|
|
2429
|
+
exports.WebServicesService = bucket19.WebServicesService;
|
|
2430
|
+
exports.WebServicesTask = bucket19.WebServicesTask;
|
|
2431
|
+
exports.WebServicesTaskDefinitionVersion = bucket19.WebServicesTaskDefinitionVersion;
|
|
2432
|
+
exports.Webhook = bucket19.Webhook;
|
|
2433
|
+
exports.Websheet = bucket19.Websheet;
|
|
2434
|
+
exports.Wheat = bucket19.Wheat;
|
|
2435
|
+
exports.WhitePaper = bucket19.WhitePaper;
|
|
2436
|
+
exports.Wifi = bucket19.Wifi;
|
|
2437
|
+
exports.WifiBridge = bucket19.WifiBridge;
|
|
2438
|
+
exports.WifiBridgeAlt = bucket19.WifiBridgeAlt;
|
|
2439
|
+
exports.WifiController = bucket19.WifiController;
|
|
2440
|
+
exports.WifiNotSecure = bucket19.WifiNotSecure;
|
|
2441
|
+
exports.WifiOff = bucket19.WifiOff;
|
|
2442
|
+
exports.WifiSecure = bucket19.WifiSecure;
|
|
2443
|
+
exports.Wikis = bucket19.Wikis;
|
|
2444
|
+
exports.WindGusts = bucket19.WindGusts;
|
|
2445
|
+
exports.WindPower = bucket19.WindPower;
|
|
2446
|
+
exports.WindStream = bucket19.WindStream;
|
|
2447
|
+
exports.Windy = bucket19.Windy;
|
|
2448
|
+
exports.WindyDust = bucket19.WindyDust;
|
|
2449
|
+
exports.WindySnow = bucket19.WindySnow;
|
|
2416
2450
|
exports.WindyStrong = bucket19.WindyStrong;
|
|
2417
2451
|
exports.WinterWarning = bucket19.WinterWarning;
|
|
2418
2452
|
exports.WintryMix = bucket19.WintryMix;
|