123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- ///
- // Generated code. Do not modify.
- // source: grid.proto
- //
- // @dart = 2.12
- // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
- import 'dart:core' as $core;
- import 'dart:convert' as $convert;
- import 'dart:typed_data' as $typed_data;
- @$core.Deprecated('Use fieldTypeDescriptor instead')
- const FieldType$json = const {
- '1': 'FieldType',
- '2': const [
- const {'1': 'RichText', '2': 0},
- const {'1': 'Number', '2': 1},
- const {'1': 'DateTime', '2': 2},
- const {'1': 'SingleSelect', '2': 3},
- const {'1': 'MultiSelect', '2': 4},
- const {'1': 'Checkbox', '2': 5},
- ],
- };
- /// Descriptor for `FieldType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List fieldTypeDescriptor = $convert.base64Decode('CglGaWVsZFR5cGUSDAoIUmljaFRleHQQABIKCgZOdW1iZXIQARIMCghEYXRlVGltZRACEhAKDFNpbmdsZVNlbGVjdBADEg8KC011bHRpU2VsZWN0EAQSDAoIQ2hlY2tib3gQBQ==');
- @$core.Deprecated('Use gridDescriptor instead')
- const Grid$json = const {
- '1': 'Grid',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'filters', '3': 2, '4': 1, '5': 11, '6': '.RepeatedFilter', '10': 'filters'},
- const {'1': 'field_orders', '3': 3, '4': 1, '5': 11, '6': '.RepeatedFieldOrder', '10': 'fieldOrders'},
- const {'1': 'row_orders', '3': 4, '4': 1, '5': 11, '6': '.RepeatedRowOrder', '10': 'rowOrders'},
- ],
- };
- /// Descriptor for `Grid`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List gridDescriptor = $convert.base64Decode('CgRHcmlkEg4KAmlkGAEgASgJUgJpZBIpCgdmaWx0ZXJzGAIgASgLMg8uUmVwZWF0ZWRGaWx0ZXJSB2ZpbHRlcnMSNgoMZmllbGRfb3JkZXJzGAMgASgLMhMuUmVwZWF0ZWRGaWVsZE9yZGVyUgtmaWVsZE9yZGVycxIwCgpyb3dfb3JkZXJzGAQgASgLMhEuUmVwZWF0ZWRSb3dPcmRlclIJcm93T3JkZXJz');
- @$core.Deprecated('Use fieldOrderDescriptor instead')
- const FieldOrder$json = const {
- '1': 'FieldOrder',
- '2': const [
- const {'1': 'field_id', '3': 1, '4': 1, '5': 9, '10': 'fieldId'},
- const {'1': 'visibility', '3': 2, '4': 1, '5': 8, '10': 'visibility'},
- ],
- };
- /// Descriptor for `FieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List fieldOrderDescriptor = $convert.base64Decode('CgpGaWVsZE9yZGVyEhkKCGZpZWxkX2lkGAEgASgJUgdmaWVsZElkEh4KCnZpc2liaWxpdHkYAiABKAhSCnZpc2liaWxpdHk=');
- @$core.Deprecated('Use repeatedFieldOrderDescriptor instead')
- const RepeatedFieldOrder$json = const {
- '1': 'RepeatedFieldOrder',
- '2': const [
- const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.FieldOrder', '10': 'items'},
- ],
- };
- /// Descriptor for `RepeatedFieldOrder`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List repeatedFieldOrderDescriptor = $convert.base64Decode('ChJSZXBlYXRlZEZpZWxkT3JkZXISIQoFaXRlbXMYASADKAsyCy5GaWVsZE9yZGVyUgVpdGVtcw==');
- @$core.Deprecated('Use fieldDescriptor instead')
- const Field$json = const {
- '1': 'Field',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
- const {'1': 'field_type', '3': 4, '4': 1, '5': 14, '6': '.FieldType', '10': 'fieldType'},
- const {'1': 'frozen', '3': 5, '4': 1, '5': 8, '10': 'frozen'},
- const {'1': 'width', '3': 6, '4': 1, '5': 5, '10': 'width'},
- const {'1': 'type_options', '3': 7, '4': 1, '5': 11, '6': '.AnyData', '10': 'typeOptions'},
- ],
- };
- /// Descriptor for `Field`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List fieldDescriptor = $convert.base64Decode('CgVGaWVsZBIOCgJpZBgBIAEoCVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRISCgRkZXNjGAMgASgJUgRkZXNjEikKCmZpZWxkX3R5cGUYBCABKA4yCi5GaWVsZFR5cGVSCWZpZWxkVHlwZRIWCgZmcm96ZW4YBSABKAhSBmZyb3plbhIUCgV3aWR0aBgGIAEoBVIFd2lkdGgSKwoMdHlwZV9vcHRpb25zGAcgASgLMgguQW55RGF0YVILdHlwZU9wdGlvbnM=');
- @$core.Deprecated('Use repeatedFieldDescriptor instead')
- const RepeatedField$json = const {
- '1': 'RepeatedField',
- '2': const [
- const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Field', '10': 'items'},
- ],
- };
- /// Descriptor for `RepeatedField`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List repeatedFieldDescriptor = $convert.base64Decode('Cg1SZXBlYXRlZEZpZWxkEhwKBWl0ZW1zGAEgAygLMgYuRmllbGRSBWl0ZW1z');
- @$core.Deprecated('Use anyDataDescriptor instead')
- const AnyData$json = const {
- '1': 'AnyData',
- '2': const [
- const {'1': 'type_id', '3': 1, '4': 1, '5': 9, '10': 'typeId'},
- const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
- ],
- };
- /// Descriptor for `AnyData`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List anyDataDescriptor = $convert.base64Decode('CgdBbnlEYXRhEhcKB3R5cGVfaWQYASABKAlSBnR5cGVJZBIUCgV2YWx1ZRgCIAEoDFIFdmFsdWU=');
- @$core.Deprecated('Use rowOrderDescriptor instead')
- const RowOrder$json = const {
- '1': 'RowOrder',
- '2': const [
- const {'1': 'grid_id', '3': 1, '4': 1, '5': 9, '10': 'gridId'},
- const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
- const {'1': 'visibility', '3': 3, '4': 1, '5': 8, '10': 'visibility'},
- ],
- };
- /// Descriptor for `RowOrder`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List rowOrderDescriptor = $convert.base64Decode('CghSb3dPcmRlchIXCgdncmlkX2lkGAEgASgJUgZncmlkSWQSFQoGcm93X2lkGAIgASgJUgVyb3dJZBIeCgp2aXNpYmlsaXR5GAMgASgIUgp2aXNpYmlsaXR5');
- @$core.Deprecated('Use repeatedRowOrderDescriptor instead')
- const RepeatedRowOrder$json = const {
- '1': 'RepeatedRowOrder',
- '2': const [
- const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.RowOrder', '10': 'items'},
- ],
- };
- /// Descriptor for `RepeatedRowOrder`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List repeatedRowOrderDescriptor = $convert.base64Decode('ChBSZXBlYXRlZFJvd09yZGVyEh8KBWl0ZW1zGAEgAygLMgkuUm93T3JkZXJSBWl0ZW1z');
- @$core.Deprecated('Use rawRowDescriptor instead')
- const RawRow$json = const {
- '1': 'RawRow',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'grid_id', '3': 2, '4': 1, '5': 9, '10': 'gridId'},
- const {'1': 'cell_by_field_id', '3': 3, '4': 3, '5': 11, '6': '.RawRow.CellByFieldIdEntry', '10': 'cellByFieldId'},
- ],
- '3': const [RawRow_CellByFieldIdEntry$json],
- };
- @$core.Deprecated('Use rawRowDescriptor instead')
- const RawRow_CellByFieldIdEntry$json = const {
- '1': 'CellByFieldIdEntry',
- '2': const [
- const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
- const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.RawCell', '10': 'value'},
- ],
- '7': const {'7': true},
- };
- /// Descriptor for `RawRow`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List rawRowDescriptor = $convert.base64Decode('CgZSYXdSb3cSDgoCaWQYASABKAlSAmlkEhcKB2dyaWRfaWQYAiABKAlSBmdyaWRJZBJDChBjZWxsX2J5X2ZpZWxkX2lkGAMgAygLMhouUmF3Um93LkNlbGxCeUZpZWxkSWRFbnRyeVINY2VsbEJ5RmllbGRJZBpKChJDZWxsQnlGaWVsZElkRW50cnkSEAoDa2V5GAEgASgJUgNrZXkSHgoFdmFsdWUYAiABKAsyCC5SYXdDZWxsUgV2YWx1ZToCOAE=');
- @$core.Deprecated('Use rawCellDescriptor instead')
- const RawCell$json = const {
- '1': 'RawCell',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'row_id', '3': 2, '4': 1, '5': 9, '10': 'rowId'},
- const {'1': 'field_id', '3': 3, '4': 1, '5': 9, '10': 'fieldId'},
- const {'1': 'data', '3': 4, '4': 1, '5': 9, '10': 'data'},
- ],
- };
- /// Descriptor for `RawCell`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List rawCellDescriptor = $convert.base64Decode('CgdSYXdDZWxsEg4KAmlkGAEgASgJUgJpZBIVCgZyb3dfaWQYAiABKAlSBXJvd0lkEhkKCGZpZWxkX2lkGAMgASgJUgdmaWVsZElkEhIKBGRhdGEYBCABKAlSBGRhdGE=');
- @$core.Deprecated('Use repeatedRowDescriptor instead')
- const RepeatedRow$json = const {
- '1': 'RepeatedRow',
- '2': const [
- const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Row', '10': 'items'},
- ],
- };
- /// Descriptor for `RepeatedRow`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List repeatedRowDescriptor = $convert.base64Decode('CgtSZXBlYXRlZFJvdxIaCgVpdGVtcxgBIAMoCzIELlJvd1IFaXRlbXM=');
- @$core.Deprecated('Use rowDescriptor instead')
- const Row$json = const {
- '1': 'Row',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'cell_by_field_id', '3': 2, '4': 3, '5': 11, '6': '.Row.CellByFieldIdEntry', '10': 'cellByFieldId'},
- ],
- '3': const [Row_CellByFieldIdEntry$json],
- };
- @$core.Deprecated('Use rowDescriptor instead')
- const Row_CellByFieldIdEntry$json = const {
- '1': 'CellByFieldIdEntry',
- '2': const [
- const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
- const {'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.Cell', '10': 'value'},
- ],
- '7': const {'7': true},
- };
- /// Descriptor for `Row`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List rowDescriptor = $convert.base64Decode('CgNSb3cSDgoCaWQYASABKAlSAmlkEkAKEGNlbGxfYnlfZmllbGRfaWQYAiADKAsyFy5Sb3cuQ2VsbEJ5RmllbGRJZEVudHJ5Ug1jZWxsQnlGaWVsZElkGkcKEkNlbGxCeUZpZWxkSWRFbnRyeRIQCgNrZXkYASABKAlSA2tleRIbCgV2YWx1ZRgCIAEoCzIFLkNlbGxSBXZhbHVlOgI4AQ==');
- @$core.Deprecated('Use cellDescriptor instead')
- const Cell$json = const {
- '1': 'Cell',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'field_id', '3': 2, '4': 1, '5': 9, '10': 'fieldId'},
- const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
- ],
- };
- /// Descriptor for `Cell`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List cellDescriptor = $convert.base64Decode('CgRDZWxsEg4KAmlkGAEgASgJUgJpZBIZCghmaWVsZF9pZBgCIAEoCVIHZmllbGRJZBIYCgdjb250ZW50GAMgASgJUgdjb250ZW50');
- @$core.Deprecated('Use createGridPayloadDescriptor instead')
- const CreateGridPayload$json = const {
- '1': 'CreateGridPayload',
- '2': const [
- const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
- ],
- };
- /// Descriptor for `CreateGridPayload`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List createGridPayloadDescriptor = $convert.base64Decode('ChFDcmVhdGVHcmlkUGF5bG9hZBISCgRuYW1lGAEgASgJUgRuYW1l');
- @$core.Deprecated('Use gridIdDescriptor instead')
- const GridId$json = const {
- '1': 'GridId',
- '2': const [
- const {'1': 'value', '3': 1, '4': 1, '5': 9, '10': 'value'},
- ],
- };
- /// Descriptor for `GridId`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List gridIdDescriptor = $convert.base64Decode('CgZHcmlkSWQSFAoFdmFsdWUYASABKAlSBXZhbHVl');
- @$core.Deprecated('Use filterDescriptor instead')
- const Filter$json = const {
- '1': 'Filter',
- '2': const [
- const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
- const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
- ],
- };
- /// Descriptor for `Filter`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List filterDescriptor = $convert.base64Decode('CgZGaWx0ZXISDgoCaWQYASABKAlSAmlkEhIKBG5hbWUYAiABKAlSBG5hbWUSEgoEZGVzYxgDIAEoCVIEZGVzYw==');
- @$core.Deprecated('Use repeatedFilterDescriptor instead')
- const RepeatedFilter$json = const {
- '1': 'RepeatedFilter',
- '2': const [
- const {'1': 'items', '3': 1, '4': 3, '5': 11, '6': '.Filter', '10': 'items'},
- ],
- };
- /// Descriptor for `RepeatedFilter`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List repeatedFilterDescriptor = $convert.base64Decode('Cg5SZXBlYXRlZEZpbHRlchIdCgVpdGVtcxgBIAMoCzIHLkZpbHRlclIFaXRlbXM=');
|