Skip to content

Commit 38f9d99

Browse files
committed
chore: update list item to v0.1.0
1 parent 3536e40 commit 38f9d99

20 files changed

Lines changed: 1378 additions & 258 deletions

app/lib/l10n/gen/ouds_flutter_app_localizations.dart

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,198 @@ abstract class AppLocalizations {
12001200
/// **'Next'**
12011201
String get app_components_link_nextLayout_label;
12021202

1203+
/// No description provided for @app_components_listItem_tech.
1204+
///
1205+
/// In en, this message translates to:
1206+
/// **'List Item'**
1207+
String get app_components_listItem_tech;
1208+
1209+
/// No description provided for @app_components_listItem_description_text.
1210+
///
1211+
/// In en, this message translates to:
1212+
/// **'A list item is a horizontal row used to display a unit of information within a list.\\nList items are vertically stacked to organise related content and support quick scanning and interaction.\\nEach item can contain elements such as a label, supporting text, icons, images depending on the context.'**
1213+
String get app_components_listItem_description_text;
1214+
1215+
/// No description provided for @app_components_listItem_static_description_text.
1216+
///
1217+
/// In en, this message translates to:
1218+
/// **'A static list item is a non-interactive horizontal row used to present a unit of information within a structured list.\nIt supports quick scanning and comparison between related items and may include supporting text, leading or trailing content, and status information. It does not navigate, trigger an action, or receive interactive states.'**
1219+
String get app_components_listItem_static_description_text;
1220+
1221+
/// No description provided for @app_components_listItem_navigation_description_text.
1222+
///
1223+
/// In en, this message translates to:
1224+
/// **'A navigation list item is an interactive horizontal row that takes users to another internal or external destination when activated.\nIt is intended for structured lists where users need to scan and access related destinations quickly. The entire item acts as a single navigation target and supports the required hover, pressed and keyboard focus states.'**
1225+
String get app_components_listItem_navigation_description_text;
1226+
1227+
/// No description provided for @app_components_listItem_navigation_tech.
1228+
///
1229+
/// In en, this message translates to:
1230+
/// **'Navigation'**
1231+
String get app_components_listItem_navigation_tech;
1232+
1233+
/// No description provided for @app_components_listItem_static_tech.
1234+
///
1235+
/// In en, this message translates to:
1236+
/// **'Static'**
1237+
String get app_components_listItem_static_tech;
1238+
1239+
/// No description provided for @app_components_listItem_overline_tech.
1240+
///
1241+
/// In en, this message translates to:
1242+
/// **'Overline'**
1243+
String get app_components_listItem_overline_tech;
1244+
1245+
/// No description provided for @app_components_listItem_extraLabel_tech.
1246+
///
1247+
/// In en, this message translates to:
1248+
/// **'utilise app_components_controlItem_extraLabel_tech'**
1249+
String get app_components_listItem_extraLabel_tech;
1250+
1251+
/// No description provided for @app_components_listItem_affordance_tech.
1252+
///
1253+
/// In en, this message translates to:
1254+
/// **'Affordance'**
1255+
String get app_components_listItem_affordance_tech;
1256+
1257+
/// No description provided for @app_components_listItem_alignment_tech.
1258+
///
1259+
/// In en, this message translates to:
1260+
/// **'Alignment'**
1261+
String get app_components_listItem_alignment_tech;
1262+
1263+
/// No description provided for @app_components_listItem_imageSize_tech.
1264+
///
1265+
/// In en, this message translates to:
1266+
/// **'Image size'**
1267+
String get app_components_listItem_imageSize_tech;
1268+
1269+
/// No description provided for @app_components_listItem_imageFormat_tech.
1270+
///
1271+
/// In en, this message translates to:
1272+
/// **'Image format'**
1273+
String get app_components_listItem_imageFormat_tech;
1274+
1275+
/// No description provided for @app_components_listItem_avatarBadge_label.
1276+
///
1277+
/// In en, this message translates to:
1278+
/// **'Badge on avatar'**
1279+
String get app_components_listItem_avatarBadge_label;
1280+
1281+
/// No description provided for @app_components_listItem_avatarSize_tech.
1282+
///
1283+
/// In en, this message translates to:
1284+
/// **'Avatar size'**
1285+
String get app_components_listItem_avatarSize_tech;
1286+
1287+
/// No description provided for @app_components_listItem_avatarType_tech.
1288+
///
1289+
/// In en, this message translates to:
1290+
/// **'Avatar type'**
1291+
String get app_components_listItem_avatarType_tech;
1292+
1293+
/// No description provided for @app_components_listItem_background_tech.
1294+
///
1295+
/// In en, this message translates to:
1296+
/// **'Background'**
1297+
String get app_components_listItem_background_tech;
1298+
1299+
/// No description provided for @app_components_listItem_boldLabel_tech.
1300+
///
1301+
/// In en, this message translates to:
1302+
/// **'Bold label'**
1303+
String get app_components_listItem_boldLabel_tech;
1304+
1305+
/// No description provided for @app_components_listItem_cardType_tech.
1306+
///
1307+
/// In en, this message translates to:
1308+
/// **'Card Item'**
1309+
String get app_components_listItem_cardType_tech;
1310+
1311+
/// No description provided for @app_components_listItem_itemType_tech.
1312+
///
1313+
/// In en, this message translates to:
1314+
/// **'List item'**
1315+
String get app_components_listItem_itemType_tech;
1316+
1317+
/// No description provided for @app_components_listItem_iconType_tech.
1318+
///
1319+
/// In en, this message translates to:
1320+
/// **'Icon type'**
1321+
String get app_components_listItem_iconType_tech;
1322+
1323+
/// No description provided for @app_components_listItem_iconSize_tech.
1324+
///
1325+
/// In en, this message translates to:
1326+
/// **'Icon size'**
1327+
String get app_components_listItem_iconSize_tech;
1328+
1329+
/// No description provided for @app_components_listItem_indicatorType_tech.
1330+
///
1331+
/// In en, this message translates to:
1332+
/// **'Indicator Type'**
1333+
String get app_components_listItem_indicatorType_tech;
1334+
1335+
/// No description provided for @app_components_listItem_iconBadge_label.
1336+
///
1337+
/// In en, this message translates to:
1338+
/// **'Badge on icon'**
1339+
String get app_components_listItem_iconBadge_label;
1340+
1341+
/// No description provided for @app_components_listItem_leading_tech.
1342+
///
1343+
/// In en, this message translates to:
1344+
/// **'Leading'**
1345+
String get app_components_listItem_leading_tech;
1346+
1347+
/// No description provided for @app_components_listItem_roundedMedia_tech.
1348+
///
1349+
/// In en, this message translates to:
1350+
/// **'Rounded media'**
1351+
String get app_components_listItem_roundedMedia_tech;
1352+
1353+
/// No description provided for @app_components_listItem_size_tech.
1354+
///
1355+
/// In en, this message translates to:
1356+
/// **'Size'**
1357+
String get app_components_listItem_size_tech;
1358+
1359+
/// No description provided for @app_components_listItem_slot_tech.
1360+
///
1361+
/// In en, this message translates to:
1362+
/// **'Slot'**
1363+
String get app_components_listItem_slot_tech;
1364+
1365+
/// No description provided for @app_components_listItem_trailing_tech.
1366+
///
1367+
/// In en, this message translates to:
1368+
/// **'Trailing'**
1369+
String get app_components_listItem_trailing_tech;
1370+
1371+
/// No description provided for @app_components_listItem_trailing_textType_tech.
1372+
///
1373+
/// In en, this message translates to:
1374+
/// **'Trailing text type'**
1375+
String get app_components_listItem_trailing_textType_tech;
1376+
1377+
/// No description provided for @app_components_listItem_contentConfiguration_label.
1378+
///
1379+
/// In en, this message translates to:
1380+
/// **'Content'**
1381+
String get app_components_listItem_contentConfiguration_label;
1382+
1383+
/// No description provided for @app_components_listItem_globalConfiguration_label.
1384+
///
1385+
/// In en, this message translates to:
1386+
/// **'Global'**
1387+
String get app_components_listItem_globalConfiguration_label;
1388+
1389+
/// No description provided for @app_components_listItem_labelsConfiguration_label.
1390+
///
1391+
/// In en, this message translates to:
1392+
/// **'Labels'**
1393+
String get app_components_listItem_labelsConfiguration_label;
1394+
12031395
/// No description provided for @app_components_passwordInput_label.
12041396
///
12051397
/// In en, this message translates to:

app/lib/l10n/gen/ouds_flutter_app_localizations_ar.dart

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,108 @@ class AppLocalizationsAr extends AppLocalizations {
619619
@override
620620
String get app_components_link_nextLayout_label => 'Next';
621621

622+
@override
623+
String get app_components_listItem_tech => 'List Item';
624+
625+
@override
626+
String get app_components_listItem_description_text =>
627+
'عنصر القائمة هو صف أفقي يُستخدم لعرض وحدة من المعلومات داخل قائمة.\nيتم تكديس عناصر القائمة عموديًا لتنظيم المحتوى ذي الصلة ودعم التصفح السريع والتفاعل.\nيمكن أن يحتوي كل عنصر على مكونات مثل تسمية، ونص داعم، وأيقونات، وصور حسب السياق.';
628+
629+
@override
630+
String get app_components_listItem_static_description_text =>
631+
'عنصر القائمة الثابت هو صف أفقي غير تفاعلي يُستخدم لعرض وحدة من المعلومات ضمن قائمة منظمة.\nيدعم التصفح السريع والمقارنة بين العناصر ذات الصلة، وقد يتضمن نصًا داعمًا، أو محتوى في البداية أو النهاية، ومعلومات الحالة. لا يتيح التنقل، أو تشغيل إجراء، أو استقبال حالات تفاعلية.';
632+
633+
@override
634+
String get app_components_listItem_navigation_description_text =>
635+
'عنصر قائمة التنقل هو صف أفقي تفاعلي يأخذ المستخدمين إلى وجهة داخلية أو خارجية عند تفعيله.\nإنه مخصص للقوائم المنظمة حيث يحتاج المستخدمون إلى تصفح الوجهات ذات الصلة والوصول إليها بسرعة. يعمل العنصر بأكمله كهدف تنقل واحد ويدعم حالات التمرير والضغط والتركيز على لوحة المفاتيح المطلوبة.';
636+
637+
@override
638+
String get app_components_listItem_navigation_tech => 'Navigation';
639+
640+
@override
641+
String get app_components_listItem_static_tech => 'Static';
642+
643+
@override
644+
String get app_components_listItem_overline_tech => 'Overline';
645+
646+
@override
647+
String get app_components_listItem_extraLabel_tech =>
648+
'utilise app_components_controlItem_extraLabel_tech';
649+
650+
@override
651+
String get app_components_listItem_affordance_tech => 'Affordance';
652+
653+
@override
654+
String get app_components_listItem_alignment_tech => 'Alignment';
655+
656+
@override
657+
String get app_components_listItem_imageSize_tech => 'Image size';
658+
659+
@override
660+
String get app_components_listItem_imageFormat_tech => 'Image format';
661+
662+
@override
663+
String get app_components_listItem_avatarBadge_label =>
664+
'شارة على الصورة الرمزية';
665+
666+
@override
667+
String get app_components_listItem_avatarSize_tech => 'Avatar size';
668+
669+
@override
670+
String get app_components_listItem_avatarType_tech => 'Avatar type';
671+
672+
@override
673+
String get app_components_listItem_background_tech => 'Background';
674+
675+
@override
676+
String get app_components_listItem_boldLabel_tech => 'Bold label';
677+
678+
@override
679+
String get app_components_listItem_cardType_tech => 'Card Item';
680+
681+
@override
682+
String get app_components_listItem_itemType_tech => 'List item';
683+
684+
@override
685+
String get app_components_listItem_iconType_tech => 'Icon type';
686+
687+
@override
688+
String get app_components_listItem_iconSize_tech => 'Icon size';
689+
690+
@override
691+
String get app_components_listItem_indicatorType_tech => 'Indicator Type';
692+
693+
@override
694+
String get app_components_listItem_iconBadge_label => 'شارة على الأيقونة';
695+
696+
@override
697+
String get app_components_listItem_leading_tech => 'Leading';
698+
699+
@override
700+
String get app_components_listItem_roundedMedia_tech => 'Rounded media';
701+
702+
@override
703+
String get app_components_listItem_size_tech => 'Size';
704+
705+
@override
706+
String get app_components_listItem_slot_tech => 'Slot';
707+
708+
@override
709+
String get app_components_listItem_trailing_tech => 'Trailing';
710+
711+
@override
712+
String get app_components_listItem_trailing_textType_tech =>
713+
'Trailing text type';
714+
715+
@override
716+
String get app_components_listItem_contentConfiguration_label => 'المحتوى';
717+
718+
@override
719+
String get app_components_listItem_globalConfiguration_label => 'عام';
720+
721+
@override
722+
String get app_components_listItem_labelsConfiguration_label => 'التسميات';
723+
622724
@override
623725
String get app_components_passwordInput_label => 'Password input';
624726

0 commit comments

Comments
 (0)